@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
         url('../fonts/FontAwesome.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


#top {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

#top .list_property {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 50px;
    margin-top: 50px;
}

#top .list_property_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -24px;
}

[placeholder] {
    text-overflow: ellipsis;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-overflow: ellipsis;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    /* IE 10+ */
    text-overflow: ellipsis;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-overflow: ellipsis;
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a {
    font-variant: lining-nums;
}

#top.broker-detail-maklare .av_header_transparency .header_bg, 
#top.obj_listings .av_header_transparency .header_bg,
#top.profile-page .av_header_top .header_bg,
#top.broker-detail-maklare .header_bg{
    opacity: 1;
}

.broker-detail-maklare .main_color {
    border: none;
}

/* #top .object_banner .show_banner_slider .owl-carousel .owl-item .map_img_wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: visible;
    line-height: 0;
    height: 100%;
    width: 100%;
    top: 0px;
    position: absolute;
    background: transparent radial-gradient(closest-side at 39% 33%, #00000000 0%, #00000073 100%) 0% 0% no-repeat padding-box;
}
 */

#top .makler_banner_img {
    height: 624px;
}

#top .list_property_info .objects_repeat {
    width: calc(50% - 48px);
    padding: 0px 24px;
    margin-bottom: 42px;
}

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

#top.object_detail .entry-content-wrapper li {
    margin-left: 0;
    list-style: none;
}

#top.object_detail .content {
    padding-bottom: 0;
    padding-top: 0;
}

#top .update-data-msg {
    margin-bottom: 15px;
}

#top .list_property_info .objects_repeat p,
#top .list_property_info .objects_repeat h5,
#top .list_property_info .objects_repeat h6 {
    margin: 0
}

.objects_repeat .object_img {
    width: 100%;
    position: relative;
    height: 100%;
}
.objects_repeat .object_img{
    height: 100%;
    width: 100%;
}

#top .objects_repeat .object_img .bidding_wrap {
    position: absolute;
    top: 16px;
    left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    z-index: 9;
}



#top.obj_listings .deal_listings .objects_repeat {
    padding-bottom: 0;
    margin-bottom: 0;
}

#top.object_detail #main .avia-section .template-page {
    z-index: 9;
}

#top .form-fields>div {
    width: 100%;
    max-width: 450px;
}

#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
    color: #000;
}

#top .filter-wrapper .filters button {
    margin-bottom: 10px;
}

#top .object_img .bidding_wrap span {
    background-color: #B9E2FA;
    padding: 8px 31px 8px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 11px;
    color: #45474B;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0px;
    line-height: 25px;
    position: relative;
}
#top .object_img .bidding_wrap span::before{
    width: 0;
    height: 0;
    border-top: 10px solid #B9E2FA;
    border-left: 10px solid transparent;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
}

#top .object_img .bidding_wrap span:first-child {
    margin-top: 0;
}

#top .objects_repeat .object_img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.9s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}
#top .objects_repeat .object_img .object_img_wrap{
    height: 100%;
    width: 100%;
}
#top .objects_repeat .object_img .object_img_wrap{
    border: 3px solid transparent;
    transition: all 0.3s ease-in-out;
}
#top .objects_repeat a:hover .object_img .object_img_wrap{
    border: 3px solid #B9E2FA;
}

#top .obj_project_section .objects_repeat .object_img img {
    aspect-ratio: 11 / 7;
}

#top .object_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top .object_address {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto !important;
}

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

#top .object_info .object_address .sellingTextSubject{
    font-size: 26px;
    line-height: 31px;
    font-family: "Corporate A";
    color: #45474B;
    transition: all 0.3s ease-in-out;
}
#top .object_info .object_address .sellingTextSubject:after{
    content: "";
    height: 1px;
    background-color: #000;
    width: 245px;
    margin: 14px auto 13px;
    position: relative;
    display: block;
}

#top .objects_repeat a:hover .object_info .sellingTextSubject {
    color: #B9E2FA;
}

#top .object_address span.custom_line {
    height: 14px;
    margin: 0 7px;
    border-left: 1px solid #6c6c6c !important;
    display: inline-block;
    vertical-align: middle;
}



#top .object_img a {
    display: block;
}

#top .object_img a img {
    width: 100%;
}
/* .office-box {
    overflow: hidden;
    height: 630px;
} */


#top .office-main-box .office-box .object_img a img {
    display: block;
    transition: 0.9s ease-in-out;
    -webkit-transition: 0.9s ease-in-out;
}

#top .office-main-box .office-box:hover img {
    transform: scale(1.09);
}

#top .office-main-box .office-box:hover h5 {
    color: #B09A53;
}

#top table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

#top .deal_listings {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 15px;
    margin: 28px 0 30px;
    gap: 40px;
}

#top .deal_listings:has(.deal_list_view){
    grid-template-columns: 1fr 1fr;
    position: relative;
}

#top .deal_listings:has(.full_view){
    grid-template-columns: 1fr;
    position: relative;
}

#top #main {
    background-color: #fff;
}

.responsive #top.obj_listings #wrap_all #main,
.responsive #top.broker-detail-maklare #wrap_all #main,
.responsive #top.profile-page #wrap_all #main, 
.responsive #top #wrap_all header.av_header_with_border + #main{
    padding-top: 165px !important;
}
#top.object_detail .av-special-heading {
    display: none;
}
#top .property_main_container {
    max-width: 1600px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
}

#top .property_search_filter .filter-wrapper {
    background-color: transparent;
    padding: 0;
    margin-bottom: 3rem;
}

#top .property_search_filter .filters .accordion {
    font-weight: 500;
    color: #45474b;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#top .property_search_filter .filters .accordion::after {
    position: absolute;
    content: "";
    background-image: url(../images/nw-dw-arrow.svg);
    background-size: contain;
    width: 16px;
    height: 10px;
    right: 0;
    top: 49%;
    transform: translate(0%, -50%) rotate(0deg);
    display: block;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}


#top .property_main_container lable.accordion {
    display: none;
}



#top .property_search_filter .filter-wrapper .filters {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

#top .property_search_filter .filter-wrapper .filters:has(.accordion-content-open) .accordion::after{
   transform: translate(0%, -50%) rotate(180deg);
}

#top .property_search_filter .filter-wrapper .filters .sale_obj_search_cls {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

#top .filter-wrapper .sale_obj_search_cls fieldset {
    text-align: center;
    margin-bottom: 5px;
}

#top .filter-wrapper .sale_obj_search_cls fieldset:nth-child(2) {
    margin-bottom: 10px;
}

#top .filter-wrapper .filters button {
    margin: 0 2.5px 10px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    padding: 14px 29px 14px;
    text-transform: unset;
    border-color: #B9E2FA;
    color: #45474b;
    background-color: #B9E2FA !important;
    font-family: "Gill Sans";
    font-weight: normal;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#top .right_info .obj_additional_info a.btn:hover {
    color: #45474b;
    background-color: #45474B !important;
}

#top .filter-wrapper .filters button:hover:before,
#top .right_info .obj_additional_info a.btn:hover::before,
.filter-wrapper .filters button.filterBtn.mixitup-control-active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

#top .filter-wrapper .filters button.filterBtn.mixitup-control-active {
    color: #B9E2FA;
}

#top fieldset.control-group.filterTextMain {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0px !important;
}

#top .filter-wrapper .pris_rum_main_cls,
#top .filter-wrapper .are_other_cls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top .filter-wrapper .pris_rum_main_cls .filters-group.filter-sliders {
    -ms-flex-preferred-size: 49.20%;
    flex-basis: 49.20%;
}

#top .filter-wrapper .are_other_cls .filters-group.filter-sliders {
    -ms-flex-preferred-size: 32.3%;
    flex-basis: 32.3%;
}

#top .filter-wrapper .filterTextMain input[type="text"] {
    border-radius: 50px !important;
    border-color: #808080 !important;
    height: 49px !important;
    padding-left: 19px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    letter-spacing: 0px !important;
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
    background-color: transparent !important;
    margin-bottom: 16px !important;
}

#top .filter-wrapper .filterTextMain input[type="submit"] {
    min-width: 142px;
    background: #45474b url(../images/arrow_w.png) no-repeat right 32% top 49% !important;
    color: #fff;
    border-radius: 50px !important;
    letter-spacing: 0px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15.9px 22px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Open Sans' !important;
    font-weight: 500 !important;
}

#top .property_main_container .total_deal_count {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #45474B;
    margin: 30px 0px;
}
#top .property_main_container .total_deal_count .showall_filter_deal,
#top .property_main_container .total_deal_count .showall_filter_deal .mixCount{
    color: #fff;
    margin: 0px !important;
}

#top .total_deal_count .sorting_list_grid_cls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 419px;
    margin-left: auto;
}

#top .right_info .obj_additional_info a.btn {
    text-transform: unset;
}

#top .right_info .obj_additional_info .vis_btn a.btn:hover::after,
#top .right_info .obj_additional_info a.btn:hover::after {
    color: #45474b;
}

#top .total_deal_count #sort_filter,
#top .total_deal_count #citysort_filter {
    width: 190px;
    border-color: #D6D6D6 !important;
    border-radius: 3px;
    background-image: url(../images/down_arrow.png);
    background-size: 11px 14px;
    background-position: right 15px center;
    padding-left: 15px;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 17px;
    font-family: "Gill Sans";
    font-weight: normal;
    color: #45474b;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
    height: 39px !important;
    background-color: #F2F2F2;
    cursor: pointer;
    padding: 5px 15px;
}

#top .total_deal_count #citysort_filter {
    margin-left: 10px;
}

#top .total_deal_count .show_list_grid_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#top .total_deal_count .show_list_grid_view .square-btn,
.obj_project_section .show_list_grid_view .square-btn {
    width: 36px;
    height: 36px;
    background-color: #F2F2F2;
    background-image: url("../images/list_con_01.svg");
    background-size: 20px 14px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 0;
    background-size: 22px 14px;
}

#top .total_deal_count .show_list_grid_view button.grid,
.obj_project_section .show_list_grid_view button.grid {
    font-size: 0;
    background-image: url("../images/grid_icon_g.svg");
    width: 43px;
}
#top .total_deal_count .show_list_grid_view button.map.square-btn {
    background-image: url("../images/map_99.png");
    background-size: 20px 20px;
    margin-right: 0;
}
#top .total_deal_count .show_list_grid_view button.map.selected-view,
#top .total_deal_count .show_list_grid_view button.map.selected-view:hover {
    background-color: #B9E2FA;
    background-image: url("../images/map_99_w.png");
    background-size: 20px 20px;
    min-width: auto;
    text-align: center;
    background-position: center;
}

#top .obj_project_section .show_list_grid_view .full_view_btn.square-btn.selected-view,
#top .obj_project_section .show_list_grid_view button.selected-view:hover,
#top .total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view,
#top .total_deal_count .show_list_grid_view button.selected-view:hover,
#top .total_deal_count .show_list_grid_view button.grid.selected-view,
#top .total_deal_count .show_list_grid_view button.list.selected-view,
#top .obj_project_section .show_list_grid_view button.list.selected-view,
#top .obj_project_section .show_list_grid_view button.grid.selected-view,
#top .obj_project_section .show_list_grid_view button.selected-view:hover {
    min-width: 100px;
    border-radius: 0px;
    background-color: #B9E2FA;
    color: #fff;
    height: 36px;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 18px;
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
    padding: 5px 11px 5px 22px;
    position: relative;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-image: url("../images/grid_icon.svg");
    background-size: 22px 14px;
    background-position: left 10px center;
    background-repeat: no-repeat;
}

#top .full_view_btn.square-btn.selected-view,
#top .full_view_btn.square-btn:hover {
    background-image: url("../images/list_con_w.svg") !important;
}

#top .total_deal_count .show_list_grid_view button.list.selected-view,
#top .total_deal_count .show_list_grid_view button.list.selected-view:hover,
#top .obj_project_section .show_list_grid_view button.list.selected-view,
#top .obj_project_section .show_list_grid_view button.list.selected-view:hover {
    background-image: url("../images/list_icon_0w.svg");
    min-width: 78px;
    background-position: left 10px top 11px;
    background-size: 18px 18px;
}

#top .total_deal_count .show_list_grid_view button.list,
.obj_project_section .show_list_grid_view button.list {
    background-size: 14px 14px;
}

#top .total_deal_count .show_list_grid_view .square-btn:hover,
.obj_project_section .show_list_grid_view .square-btn:hover {
    background-color: #B9E2FA;
}

#top .obj_project_section .show_list_grid_view .full_view_btn.square-btn.selected-view:hover,
.obj_project_section .show_list_grid_view .full_view_btn.square-btn.selected-view,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view:hover,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view {
    background-image: url("../images/list_con_w.svg");
    background-size: 14px 14px;
}

#top .total_deal_count .show_list_grid_view button.list:hover,
.obj_project_section .show_list_grid_view button.list:hover {
    background-image: url("../images/list_icon_0w.svg");
    background-size: 18px 18px;
    background-position: left 10px top 11px;
}

#top .total_deal_count .show_list_grid_view button.grid:hover,
.obj_project_section .show_list_grid_view button.grid:hover {
    background-size: 22px 14px;
    background-image: url("../images/grid_icon.svg");
}

#top .total_deal_count .show_list_grid_view button.map:hover {
    background-image: url("../images/map_99_w.png");
    background-size: 20px 20px;
}

#top .total_deal_count .show_list_grid_view .full_view_btn.square-btn,
.obj_project_section .show_list_grid_view.full_view_btn.square-btn {
    background-image: url("../images/list_con_b.svg");
    margin-left: 15px;
}

#top .obj_project_section .show_list_grid_view .full_view_btn.square-btn:hover,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn:hover {
    background-image: url("../images/list_con_w.svg");
}

#top .obj_project_section .show_list_grid_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#top .obj_project_section .show_list_grid_view button.grid {
    margin-right: 0
}

#top .filter-wrapper .filterTextMain input[type="submit"]:hover {
    background-color: #757575 !important;
}

#top .filter-wrapper .filters button:hover {
    color: #B9E2FA;
    border: solid 1px;
    background-color: #45474b;
}

#top .filters-group .filters-header {
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 18px;
    text-transform: unset;
    font-family: "Gill Sans";
    font-weight: 600;
    color: #45474b;
    margin-bottom: 0;
    position: relative;
    top: 5px;
}

.filters .range-block {
    padding: 0;
}

.filters .filters-group.filter-sliders {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.filters-group .irs--round .irs-bar {
    top: 36px;
    height: 2px;
    background-color: #45474b;
}

.filters-group .irs--round .irs-line {
    height: 2px;
}

#top .filters-group .irs--round .irs-from,
#top .filters-group .irs--round .irs-to,
#top .filters-group .irs--round .irs-single {
    padding: 0;
    background-color: transparent;
    color: #45474b;
    border-radius: 0;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "Gill Sans";
    font-weight: 500;
    top: 10px;
    font-variant: lining-nums;
}

.filters-group .irs--round .irs-from:before,
.filters-group .irs--round .irs-to:before,
.filters-group .irs--round .irs-single:before {
    display: none
}

#top .filters-group .irs--round .irs-handle {
    top: 30px;
    width: 12px;
    height: 12px;
    border: 3px solid #45474b;
    border-color: #45474b;
    background-color: #45474b;
    border-radius: 24px;
    box-shadow: unset;
}

.deal_listings {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.deal_listings .objects_repeat {
    width: 100%;
    position: relative;
}

.deal_listings .objects_repeat.deal_list_view .object_img {
    width: 100%;
}

.deal_listings .objects_repeat.deal_list_view .object_info {
    width: 100%;
}

.deal_listings .objects_repeat>a {
    display: block;
    overflow: visible !important;
}

.deal_listings .objects_repeat.deal_list_view .obj_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top .deal_listings .objects_repeat h2 {
    font-weight: 500;
    color: #45474b;
    font-size: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 32px;
    text-align: left;
    text-transform: none;

}

#top .deal_listings .objects_repeat:hover h2 {
    color: #808080;
}

#top .deal_listings .objects_repeat.deal_list_view h2 {
    min-height: auto;
}

.deal_listings .object_price h5 {
    display: none;
}

.deal_listings .object_address ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}




.objects_repeat.deal_list_view .object_img .bidding_wrap {
    left: 15px;
    right: auto;
}

.deal_listings .image-overlay {
    display: none !important;
}

.deal_listings .object_address ul li {
    display: inline-block;
    margin-left: 0;
}

.deal_listings .object_address ul li,
.deal_listings .object_address ul li a,
.deal_listings .object_address ul li span,
.deal_listings .object_address ul li strong {
    font-size: 16px;
    line-height: 23px;
    color: #45474b;
    padding: 0;
    font-weight: normal !important;
}

.total_deal_count h6,
.total_deal_count h6 .mixCount {
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 1;
    font-family: "Gill Sans";
    font-weight: normal;
    color: #45474b;
    margin-bottom: 0;

}

.loadmore{
    grid-column: 1/-1;
    text-align: center;
}

.loadmore button {
    border-radius: 0px;
    color: #45474b;
    background-color: #B9E2FA;
    font-family: "Gill Sans";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    padding: 18px 25px 17px !important;
    cursor: pointer;
    border: none !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    text-transform: unset;
    position: relative;
    opacity: 1 !important;
}

.loadmore button:hover {
    background-color: #45474b;
    color: #B9E2FA;
}


.loadmore button:disabled {
    display: none;
}

.office-main-box {
    padding-top: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.office-main-box .office-box {
    width: calc(50% - 13px);
    padding: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#top .office-main-box .office-box h5 {
    color: #45474b;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-variant: lining-nums;
    margin-bottom: 5px;
    font-family: "Gill Sans";
    font-weight: 500;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

#top h1,
#top h1 a,
#top h2,
#top h2 a,
#top h3,
#top h3 a,
#top h4,
#top h4 a,
#top h5,
#top h5 a,
#top h6,
#top h6 a {
    font-variant: lining-nums;
}

.office-main-div {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.office-box .office-left-div {
    width: 65%;
}

.office-box h1,
.office-broker-detail h1 {
    margin-bottom: 30px;
    text-align: center;
}

.broker-detail-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.broker-detail-main .broker-detail-image {
    width: 28%;
    border: 1px solid #707070;
}

#top .broker_basic_info p,
#top .broker_basic_info p a{
    font-family: "Gill Sans";
    font-weight: normal;
    font-size: 18px !important;
    letter-spacing: 0px;
    line-height: 28px !important;
}
#top .broker_basic_info p label{
    display: none;
}
#top .broker-detail-image h4 {
    margin-bottom: 6px;
    text-transform: capitalize;
}

#top .broker-detail-image p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

#top .broker_basic_info {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    padding: 30px 20px 30px;
}

#top .broker_presentation {
    margin-top: 45px;
}

#top .broker_detail_frm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 12px;
}

#top.broker-detail-maklare .wpcf7-submit {
    margin: 20px auto 0px;
    display: block;
}

#top .broker-detail-image label {
    color: #000;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
}

.broker-detail-main .broker-detail-image p {
    margin-bottom: 0;
}

.broker-detail-main .broker-detail-image img {
    width: 100%;
    display: block;
}

.broker-detail-main .broker-detail-info {
    width: 72%;
    padding-left: 70px;
}

.office-box .office-broker {
    clear: both;
    position: relative;
    z-index: 0;
}





.office-box .office-broker h2 {
    margin-bottom: 40px;
    text-align: center;
}

.office-box .office-broker .office-broker-list {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}
#top.home .office-box .office-broker .office-broker-list .office-broker-box {
    border: 1px solid #707070;
}

.office-box .office-broker .office-broker-list .office-broker-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    min-height: 552px;
    height: 100%;
}


.office-box .office-broker img {
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.office-box .office-broker .office-broker-list .office-broker-box .office-broker-other i {
    display: none;
}

.office-box .office-broker .office-broker-list .office-broker-box .office-broker-other{
   display: flex;
   flex-direction: column;
   text-align: center;
   gap: 5px;
   padding: 30px 20px 30px;
}

.office-box .office-broker .office-broker-list .office-broker-box .office-broker-other p{
    margin-bottom: 0px !important;
}

.office-box .office-broker a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.office-box .office-broker .office-broker-list p.broker_img {
    padding: 0;
    margin-bottom: 0 !important;
	aspect-ratio: 1 / 1;
    overflow: hidden;
}

.office-box .office-broker .office-broker-list p.broker_img a {
    display: block;
    margin-bottom: 0;
}

.office-box .office-right-div {
    width: 30%;
    background-color: #F9F7F1;
    padding: 40px 50px 30px;
}


.office-main-box .office_heading {
    margin-bottom: 15px !important;
}

.office-right-div p,
.office-right-div p a {
    font-size: 16px;
    margin-bottom: 8px;
    color: #45474b;
    font-family: "Gill Sans";
    font-weight: normal;
}

.office-right-div p a:hover,
.office-box .office-broker .office-broker-list p a:hover {
    text-decoration: underline;
}

.office-right-div p.office_tel,
.office-right-div p.office_email,
.office-right-div p.office_address {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.office-broker .office-broker-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    gap: 30px;
}

#top .office-main-box .office-box .office_detail p {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
}

#top .office-main-box .office-box .office_detail p a:hover {
    color: #B09A53;
}

.office-main-box .office-box p,
.office-main-box .office-box p a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 0px;
    color: #45474b;
    font-family: "Gill Sans";
    font-weight: normal;
}

.office-main-box .office_heading p {
    color: #b1b3b6;
    font-size: 18px;
}

.office-main-box .office-box p a:hover {
    text-decoration: underline
}

.office-main-box .office-box .office_info {
    background-color: #F9F7F1;
    padding: 20px 25px 22px;
}

.office-main-box .office-box .office_heading {
    padding: 0;
}

.office-main-box .office-box .office_detail {
    padding: 0px;
}

#top .office-main-box .office-box .office_detail label {
    color: #000;
    font-family: "Gill Sans";
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
}

.office-object-list.deal_listings {
    padding: 0px;
    margin: 0 -15px;
}

.brkr-objectbox h2 {
    text-align: center;
}

.brkr-objectbox {
    padding: 80px 0 15px;
}

.html_header_top.html_header_sticky .object_detail #main {
    padding-top: 0 !important;
}

/* .object_detail header .header_bg,
.office-detail-maklare header .header_bg,
.office-listing-maklare header .header_bg {
    opacity: 0.6 !important;
    background-color: #45474B !important;
} */

.object_banner {
    position: relative;
    height: calc(100vh - 74px);
}

.header_banner_slider {
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#top .show_banner_slider {
    height: 100%;
}

#top .header_banner_slider .owl-item {
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    z-index: -1;
}

#top .header_banner_slider .owl-item.active {
    opacity: 1;
    z-index: 0;
}

#top .header_banner_slider ul.home_obj_slider {
    z-index: 1;
}

.home_property .single-img-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 39%);
}

#top ul.home_obj_slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 60px;
    left: 0;
    right: 0;
    height: 0;
}

#top ul.home_obj_slider li.next.slick-arrow {
    background-image: url(../images/next_arrow.png);
}

#top ul.home_obj_slider li.slick-arrow:hover {
    filter: brightness(0) saturate(100%) invert(62%) sepia(23%) saturate(804%) hue-rotate(8deg) brightness(95%) contrast(86%);
}

#top ul.home_obj_slider li.slick-arrow {
    width: 17px;
    height: 32px;
    border: none;
    background-image: url(../images/prev_arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block !important;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    padding: 0 !important;
}

#top .header_banner_slider .slick-track,
#top .header_banner_slider .slick-list.draggable {
    height: 100%;
}

.object_banner img.map_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.object_banner .container {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 10;
}

.object_banner .object_desc {
    gap: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.object_banner .object_desc .bilder-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#top .object_banner .object_desc ul li {
    width: 42px;
    height: 42px;
    line-height: unset;
    text-align: center;
    border-radius: 50%;
    background: rgb(176 154 83 / 80%);
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    margin: 0px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#top .object_banner .object_desc ul {
    margin: 0px -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    margin-top: 0;
}

.object_fakta {
    padding-bottom: 20px;
}

.object_fakta,
.common_section {
    margin-bottom: 0px;
}

#top .object_banner .bilder-btn a.avia-button {
    padding: 9px 36px 9px 36px !important;
    margin-top: 0;
    background-color: rgb(61 61 61 / 90%) !important;
}



#top .custom_banner .avia-slideshow-button:first-child {
    background-color: #B09A53 !important;
    border-color: #B09A53 !important;
}

#top .project_box .prj_bild_till_btn a {
    display: inline-block;
    margin: 0px 5px;
}

#top .project_box .prj_bild_till_btn a:first-child {
    background-color: #B09A53 !important;
    border-color: #B09A53 !important;
}




#top .project_box .prj_object_info ul li:nth-child(odd):after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 28%);
    right: 0;
    top: 0;
}

#top .project_box .prj_object_info ul li {
    position: relative;
}

#top .project_box .prj_object_info ul li:nth-child(odd) {
    margin-right: 30px;
    padding-right: 30px;
}

.object_fakta .middle_fakta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.object_fakta .middle_fakta .left_info {
    width: 44%;
    padding: 94px 0px 30px 0;
}

.object_fakta .middle_fakta .custom_tabing {
    margin-bottom: 53px;
    border-bottom: 1px solid #45474b;
}

#top .object_fakta .middle_fakta .custom_tabing ul {
    margin: 0px -25px;
    padding-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.object_fakta .middle_fakta .custom_tabing ul li {
    display: inline-block;
    margin: 0px 25px;
    font-family: "Gill Sans";
    font-weight: 500;
    color: #45474b;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.fakta_desc .fakta_text p.subheading {
    font-family: "Gill Sans";
    font-weight: 500;
    color: #b09a53;
    text-transform: unset;
    letter-spacing: 0px;
    margin-bottom: 0 !important;
}

#top .fakta_desc .fakta_text h2,
#top .fakta_desc .fakta_text h1 {
    font-family: "Corporate A";
    font-weight: normal;
    color: #45474b;
    font-size: 42px;
    line-height: 53px;
    text-transform: unset;
    letter-spacing: 0px;
    margin-bottom: 19px;
    margin-top: 0px;
}
#top .short_desc .avia-button{
   font-family: "Gill Sans";
   font-weight: 500;
   font-size: 20px;
   line-height: 25px;
    background-color: transparent !important;
    padding: 0 !important;
    text-decoration: underline !important;
    margin: 12px 0 0 0 !important;
}
#top .short_desc .avia-button:hover{
    text-decoration: none !important;
}
.object_fakta .middle_fakta .custom_tabing ul li a {
    font-size: 18px;
    color: #45474b;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.object_fakta p {
    color: #707070;
    letter-spacing: 0px;
}

.object_fakta .middle_fakta .custom_tabing ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #45474b;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    bottom: -22px;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.object_fakta .middle_fakta .custom_tabing ul li a:hover::after,
.object_fakta .middle_fakta .custom_tabing ul li a.active_section::after {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.object_fakta .middle_fakta .right_info {
    width: 39.4%;
    margin-top: 102px;
}
#top .sellprice_info {
    padding: 24px 44px;
    box-shadow: 0 10px 30px #00000026;
    margin-bottom: 12px;
    background: #FFF;
    border-left: 2px solid #B9E2FA;
}

#top .sellprice_info label,
#top .sellprice_info h1,
#top .sellprice_info .saleinfo_price {
    color: #fff
}

#top .sellprice_info label {
    font-weight: normal;
    font-family: "Gill Sans";
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
    display: block;
    margin-bottom: 8px;
    color: #45474B;
}

#top .sellprice_info label.manadsavgift {
    font-family: "Gill Sans";
    font-weight: 300;
    letter-spacing: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

#top .sellprice_info h1,
#top .sellprice_info .saleinfo_price {
    font-family: "Corporate A";
    font-weight: normal;
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 48px;
    margin-bottom: 0px;
    color: #45474B;
}

.right_info .obj_additional_info {
    padding: 25px;
    background-color: #FFF;
    box-shadow: 0 10px 30px #00000026;
}

#top .right_info .obj_additional_info label {
    font-family: "Gill Sans";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #45474b;
    display: block;
    padding-bottom: 18px;
}

#top .right_info .obj_additional_info a.btn {
    font-family: "Gill Sans";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: normal;
    color: #45474B;
    background-color: #FFF !important;
    padding: 18px 43px !important;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border: 1px solid #45474B !important;
    margin-top: 34px;
}

#top .right_info .obj_additional_info .vis_btn a.btn {
    padding: 13px 18px;
    text-transform: unset;
}

#top .right_info .obj_additional_info .bidding_info label.bidding_accordion {
    margin-bottom: 32px;
    border-bottom: 1px solid #45474b;
    position: relative;
    cursor: pointer;
}

#top .right_info .obj_additional_info .bidding_info label.bidding_accordion::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #1D1D1A;
    right: 0;
    top: 10px;
    -webkit-transform: rotate(-136deg);
    -ms-transform: rotate(-136deg);
    transform: rotate(-136deg);
    border-top: 0;
    border-left: 0;
}

#top .right_info .obj_additional_info>div {
    margin-bottom: 38px;
}

.right_info .obj_additional_info .broker-section {
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
#top .broker_details>span:first-child {
    font-size: 32px;
    line-height: 40px;
    color: #45474B;
    margin-bottom: 19px !important;
    font-family: "Corporate A";
    font-weight: normal;
    display: block;
}
.right_info .obj_additional_info .broker-section:last-child,
#top .right_info .obj_additional_info>div:last-child,
.viewing_info .custom_vis:last-child {
    margin-bottom: 0;
}

.right_info .broker-section .brokerimg {
    margin-right: 44px;
    max-width: 238px;
    display: block;
}

.right_info .broker-section .broker_details span,
.right_info .broker-section .broker_details p a,
.right_info .broker-section .broker_details p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #45474B;
    margin-bottom: 0 !important;
}

.right_info .broker-section .broker_details p {
    margin-bottom: 0;
}

.right_info .broker-section .broker_details {
    width: calc(100% - 169px);
}

.right_info .broker-section .broker_details span,
.right_info .broker-section .broker_details h6,
.right_info .broker-section .broker_details p a {
    font-family: "Gill Sans";
    font-weight: normal;
}

.right_info .broker-section .broker_details h6 {
    color: #45474b;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Gill Sans";
    font-weight: normal;
    margin-bottom: 0 !important;
    font-family: "Gill Sans";
}
#top .broker_details a:hover{
    color: #B9E2FA !important;
}
.right_info .broker-section .brokerimg img {
    display: block;
    min-height: 186px;
    -o-object-fit: cover;
    object-fit: cover;
}

.bidding_info .bidding_tabel tr td {
    border: 0;
    padding: 0;
    font-family: "Gill Sans";
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #45474b;
}
#top .bidding_tabel,#top .bidding_tabel tr{
    background: transparent !important;
}
.viewing_info .custom_vis {
    /* padding: 15px 15px; */
    /* border: 1px solid #d6d6d6; */
    /* border-radius: 10px; */
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #45474B;
    padding-bottom: 19px;
    margin-bottom: 19px;
}

.viewing_info .custom_vis.vis_fullslot {
    display: none;
}

.viewing_info .custom_vis .vis_day {
    /* margin-left: 18px; */
    margin-right: 18px;
    /* width: 80%; */
}
.viewing_info .custom_vis:nth-last-child(2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.viewing_info .custom_vis .vis_date {
    max-width: 62px;
    background-color: #45474b;
    border-radius: 10px;
    text-align: center;
    padding: 16px 15px;
}

#top .viewing_info .custom_vis .vis_date p {
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
#top .vis_btn a {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    text-decoration: underline;
}
#top .vis_btn a:hover {
    text-decoration: none;
    color: #45474B;
}

#top .viewing_info .custom_vis .vis_day label {
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
}

#top .right_info .obj_additional_info .vis_btn a.btn:first-letter,
.object_img .bidding_wrap span:first-letter {
    text-transform: uppercase;
}

.viewing_info .custom_vis .vis_day p {
    font-size: 15px;
    line-height: 25px;
    font-family: "Gill Sans";
    font-weight: 400;
}

.viewing_info .custom_vis .vis_date p span {
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 0px;
    display: block;
    font-family: "Gill Sans";
    font-weight: 400;
    padding-bottom: 5px;
}

.bidding_info .bidding_tabel tr td:last-child {
    text-align: right;
}

.bidding_info .bidding_tabel tr:nth-child(even) {
    background-color: transparent;
}

#top .right_info .obj_additional_info .bidding_info label.bidding_accordion.active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#top .object_banner .object_desc .social-btn ul li i.fa {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: initial;
}

#top .object_banner .object_desc ul li:hover {
    background: rgb(29 29 29 / 80%);
}

#top .object_banner .object_desc ul li:hover i.fa {
    color: #fff;
}

.middle_fakta .fakta_desc h2 {
    margin-bottom: 17px;
}

#top .fakta_desc ul.fakta_list {
    margin: 53px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #FFF;
    box-shadow: 0 10px 30px #00000026;
    padding: 45px 50px;
}

#top .fakta_desc ul.fakta_list li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 21px;
    margin-bottom: 0px;
    display: flex;
    gap: 0 50px;
    align-items: center;
}

/* #top .fakta_desc ul.fakta_list li:before {
    position: absolute;
    content: "";
    background-image: url(../images/house.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    left: 0;
    top: 9px;
    background-image: none !important;
} */

#top .fakta_desc ul.fakta_list li.object_subtype_translation:before {
    background-image: url(../images/object_subtype_translation.svg);
}

#top .fakta_desc ul.fakta_list li.deals_location_streetAddress:before {
    background-image: url(../images/deals_location_streetAddress.svg);
}

#top .fakta_desc ul.fakta_list li.rooms_rooms_numberOfRooms:before {
    background-image: url(../images/rooms_rooms_numberOfRooms.svg);
}

#top .fakta_desc ul.fakta_list li.livingArea:before {
    background-image: url(../images/livingArea.svg);
}

#top .fakta_desc ul.fakta_list li.area:before {
    background-image: url(../images/estate_plotArea.svg);
}

#top .fakta_desc ul.fakta_list li.estate_buildYear:before {
    background-image: url(../images/estate_buildYear.svg);
}

#top .fakta_desc ul.fakta_list li.project_name:before {
    background-image: url(../images/project_name.svg);
}

#top .fakta_desc ul.fakta_list li.project_minNumberOfRooms:before {
    background-image: url(../images/project_minNumberOfRooms.svg);
}

#top .fakta_desc ul.fakta_list li.project_maxNumberOfRooms:before {
    background-image: url(../images/project_maxNumberOfRooms.svg);
}

#top .fakta_desc ul.fakta_list li.project_maxLivingAre:before {
    background-image: url(../images/project_maxLivingAre.svg);
}

#top .fakta_desc ul.fakta_list li.project_minPrice:before {
    background-image: url(../images/project_minPrice.svg);
}

#top .fakta_desc ul.fakta_list li.number_Of_Home:before {
    background-image: url(../images/number_Of_Home.svg);
}

#top .fakta_desc ul.fakta_list li.buildings_buildings_built_year:before {
    background-image: url(../images/buildings_buildings_built_year.svg);
}

#top .fakta_desc ul.fakta_list li.valuationUnits_buildYear:before {
    background-image: url(../images/valuationUnits_buildYear.svg);
}

#top .fakta_desc ul.fakta_list li.estate_plotArea:before {
    background-image: url(../images/estate_plotArea.svg);
}

#top .fakta_desc ul.fakta_list li,
#top .fakta_desc ul.fakta_list li label {
    font-weight: normal;
    font-size: 18px;
    text-transform: capitalize;
}

#top .fakta_desc ul.fakta_list li label {
    color: #45474b;
    min-width: 107px;
    font-family: "Corporate A";
    font-weight: normal;
    font-size: 22px;
    line-height: 31px;
}

#top .fakta_desc .short_desc p {
    -webkit-line-clamp: 7;
    /* -o-text-overflow: ellipsis; */
    /* text-overflow: ellipsis; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px;
    position: relative;
}
#top .fakta_desc .short_desc p br {
    /*display: none;*/
}
#top .fakta_desc .short_desc p::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25px;
    background: linear-gradient(180deg, #FFFFFFD1 0%, #FFFFFF 100%);
    top: 173px;
    left: 0;
}
#top .fakta_desc .short_desc p.expand {
    -o-text-overflow: unset;
    text-overflow: unset;
    -webkit-line-clamp: unset;
}
#top .fakta_desc .short_desc p.expand::after{
    display: none;
}

.obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    display: block;
    font-family: "Corporate A";
    font-weight: normal;
    color: #45474b;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 28px;
    border-bottom: 1px solid #45474B61;
}
#top ul.val_manage_accordion li .accordian_text li ul {
    margin: auto;
    width: 100%;
}
#top ul.val_manage_accordion li .accordian_text li:has(ul) label{
    color: #909090;
    font-size: 22px;
    line-height: 31px;
}
#top ul.val_manage_accordion li .accordian_text li:has(ul) ul label{
    font-size: 18px;
    line-height: 28px;
    color: #45474B;
}
#top ul.val_manage_accordion li .accordian_text li:has(ul) {
    flex-wrap: wrap;
}
.obj_valuemanagement_section ul.val_manage_accordion>li{
    padding: 40px 0 0px 0;
}



ul.val_manage_accordion li .accordian_text li:first-letter,
.obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle::first-letter {
    text-transform: capitalize;
}

ul.val_manage_accordion li .accordian_text {
    padding: 40px 30px 42px;
    display: none;
    width: 100%;
    margin: 0;
}



html {
    scroll-behavior: smooth;
}

#top .deal_listings .property_objtype {
    margin-bottom: 8px;
    display: block;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}

#top ul.val_manage_accordion li .accordian_text li {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    color: #000;
    font-family: "Gill Sans";
    font-weight: normal;
    margin-bottom: 0;
    margin-bottom: 23px;
    padding-bottom: 23px;
    display: flex;
    gap: 0 100px;
    border-bottom: 1px solid #F5F4F4;
}
#top ul.val_manage_accordion li .accordian_text li:last-child {
    margin-bottom: 0;
}

ul.two-column-values-buildings {
    width: 100%;
    margin: 0;
}
ul.val_manage_accordion li .accordian_text.val_sec_full_width li {
    width: 100%;
    margin-bottom: 18px;
}

ul.val_manage_accordion li .accordian_text.val_sec_full_width li label {
    display: block;
    padding-bottom: 6px;
}

#top ul.val_manage_accordion li .accordian_text li label {
    color: #45474B;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    min-width: 260px;
    font-family: "Corporate A";
    font-weight: normal;
    width: 260px;
}

.obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background: #45474B;
    right: 0;
    bottom: 42px;
}
.obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: #45474B;
    right: 11px;
    bottom: 30px;
    transform: rotate(0deg);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.obj_valuemanagement_section ul.val_manage_accordion li:has(.open) a.val_sec_toggle::before {
    transform: rotate(90deg);
    opacity: 0;
}

#top .common_section h3 {
    font-size: 50px;
    line-height: 63px;
    letter-spacing: 0px;
    display: block;
    font-family: "Corporate A";
    font-weight: normal;
    padding-bottom: 25px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: unset;
    border-bottom: 1px solid #45474B61;
}
#top #bilder h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 24px;
}
.common_section {
    padding: 50px 0 50px;
    scroll-margin-top: 100px;
}

.obj_plantring_section .lightbox {
    text-align: center;
    margin-bottom: 18px;
    display: block;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#top .obj_plantring_section .image-map.item {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

#top .obj_plantring_section .avia-gallery img {
    border: 0;
    padding: 0;
    float: none;
}

.obj_related_deals {
    padding: 50px 0 50px;
}

.obj_plantring_section .image-map.item p {
    color: #45474b;
}



.obj_detail_form form .anamal_vis {
    margin: 0 auto;
    gap: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.obj_detail_form form {
    max-width: 1024px;
    margin: 0 auto 0px !important;

}

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
border-color: #e2e2e2;
    background-color: #fff;
    padding: 11px 18px;
    height: 50px;
    border-radius: 0px;
    margin-bottom: 4px;
    font-family: "Gill Sans";
    font-weight: normal;
    color: #45474b;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: inherit;
    opacity: 1 !important;
}

#top .main_color .filterTextMain input[type="text"] {
    border-radius: 0px;
    border-color: #e2e2e2;
    height: 49px;
    padding-left: 19px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    font-family: "Gill Sans";
    font-weight: normal;
    color: #45474b;
    background-color: transparent;
    margin-bottom: 16px;
}

#top form textarea {
    min-height: 172px;
}

#top .obj_detail_form form .anamal_vis p,
#top #BookingForm form .anamal_vis p {
    width: 49%;
    margin: 0 0 11px 0;
}

#top .obj_detail_form form .anamal_vis p:nth-last-child(-n + 2),
#top #BookingForm form .anamal_vis p:nth-last-child(-n + 2) {
    width: 100%;
}

#top .obj_detail_form form .wpcf7-list-item,
#top #BookingForm form .wpcf7-list-item,
#top form .policy .wpcf7-list-item {
    margin-left: 0;
    width: 100%;
}

#top form .policy label span,
#top form .policy label span a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}

#top .obj_detail_form form p {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

#top .obj_detail_form .wpcf7-form.sent .wpcf7-response-output,
#top .obj_detail_form .wpcf7 form.invalid .wpcf7-response-output,
#top .obj_detail_form .wpcf7 form.unaccepted .wpcf7-response-output,
#top .obj_detail_form .wpcf7 form.failed .wpcf7-response-output,
#top .obj_detail_form .wpcf7 form.aborted .wpcf7-response-output {
    max-width: 1024px;
    margin: 10px auto 0;
    padding: 0px 0px;
}

#top form label.policy .wpcf7-list-item label,
#top .obj_detail_form form .anamal_vis label.policy .wpcf7-list-item label,
#top #BookingForm form .anamal_vis label.policy .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    gap: 10px;
    width: 100%;
}

#top .obj_detail_form form .anamal_vis label.policy,
#top #BookingForm form .anamal_vis label.policy {
    padding-top: 5px;
    display: block;
}

#top .obj_detail_form form span.wpcf7-spinner,
#top #BookingForm form span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 15px;
}

#top #BookingForm form span.wpcf7-spinner {
    left: 0;
}

#top form .policy label span a {
    text-decoration: underline;
}



#top form label.policy input[type="checkbox"],
#top .obj_detail_form form .anamal_vis label.policy input[type="checkbox"],
#top #BookingForm form .anamal_vis label.policy input[type="checkbox"] {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top form label.policy .wpcf7-list-item-label,
#top .obj_detail_form form .anamal_vis label.policy .wpcf7-list-item-label,
#top #BookingForm form .anamal_vis label.policy .wpcf7-list-item-label {
    width: calc(100% - 27px);
    letter-spacing: 0;
}

#top form label.policy .wpcf7-list-item-label::before,
#top .obj_detail_form form .anamal_vis label.policy .wpcf7-list-item-label::before,
#top #BookingForm form .anamal_vis label.policy .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-color: transparent;
    left: 0px;
    top: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid #45474B61;
}

#top form label.policy .wpcf7-list-item-label::after,
#top .obj_detail_form form .anamal_vis label.policy .wpcf7-list-item-label::after,
#top #BookingForm form .anamal_vis label.policy .wpcf7-list-item-label::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-image: url(../images/check-mark.svg);
    left: 0;
    top: 1px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-family: 'FontAwesome';
    line-height: 22px;
    color: #000;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

#top form label.policy input[type="checkbox"]:checked+.wpcf7-list-item-label::after,
#top #BookingForm form .anamal_vis label.policy input[type="checkbox"]:checked+.wpcf7-list-item-label::after,
#top .obj_detail_form form .anamal_vis label.policy input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top ul.gallery_normal li a {
    text-decoration: none;
    display: block;
    position: relative;
    min-height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#top ul.gallery_normal li:nth-child(2) {
    width: 30.33%;
}
#top ul.gallery_normal {
    margin-left: 0;
    margin: 0px -16px;
}

#top ul.gallery_normal li {
    width: 100%;
    padding: 16px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    float: left;
    position: relative;
}

.normal_gallery_img .gallery-view-link {
    text-align: center;
}

#top #wrap_all .normal_gallery_img .gallery-view-link a.avia-button {
    margin-top: 34px;
    background-color: #B9E2FA !important;
}
#top #wrap_all .normal_gallery_img .gallery-view-link a.avia-button:hover {
    color: #B9E2FA !important;
    background-color: #45474B !important;
}
#top ul.gallery_normal .gallery_img_text {
    display: none;
}

#top ul.gallery_normal li:first-child {
    width: 69.66%;
}

#top ul.gallery_normal li:first-child a {
    min-height: 640px;
}

#top .gallery.custom .gallery_img_text {
    text-align: center;
    color: #45474b;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    padding: 10px 0 20px;
    font-family: "Gill Sans";
    font-weight: 500;
    display: none;
}

#top.object_detail .entry-content-wrapper li.gallery-image-li-click:last-child .gallery_img_text {
    padding-bottom: 0 !important;
}

#top .obj_related_deals>h2 {
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.obj_related_deals .deal_listings {
    margin-top: 30px;
}
#top #karta h3 {
    text-align: left;
    margin-bottom: 38px;
}
#top #karta .mapdiv{
    border-bottom: 1px solid #45474B61;
    padding-bottom: 110px;
}
#top #anmal_intresse {
    padding: 50px 0 102px;
}
#top #anmal_intresse h3 {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 12px;
}
.obj_plantring_section .image-map.item p {
    display: none;
}

.obj_plantring_section .image-map.item .full_screen {
    width: auto;
    display: inline-block;
    margin-left: -56px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.responsive.html_mobile_menu_tablet.html_header_top #top.office-listing-maklare #main,
.responsive.html_mobile_menu_tablet.html_header_top #top.office-detail-maklare #main,
.responsive.html_mobile_menu_tablet.html_header_top #top.office-listing-maklare #main {
    padding-top: 0 !important;
}

#top.office-detail-maklare .template-page.content,
#top.office-listing-maklare .template-page.content {
    padding-top: 0;
}

#top.office-detail-maklare .template-page.content {
    padding-bottom: 0;
}

#top.office-detail-maklare #main .main_color>.container,
#top.office-listing-maklare #main .main_color>.container {
    max-width: 100%;
    padding: 0 !important;
}

.avia_codeblock_section .office-box>img,
.single-post .av_slideshow_full li img,
.office-main-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-post .av_slideshow_full li img {
    margin-bottom: 0;
}

.office-box .office-main-div {
    padding-top: 15px;
}

#BookingForm {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(29 29 27 / 85%);
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    z-index: 9999;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#BookingForm .clsObjectDetailForm {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

#top #BookingForm .wpcf7 {
    background-color: #fff;
    padding: 62px 30px 70px;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#top #BookingForm form {
    max-width: 1024px;
    margin: 0 auto;
}

#top #BookingForm form p {
    position: relative;
}

#top #BookingForm form .anamal_vis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 30px;
    gap: 2px 12px;
}

#top #BookingForm form .anamal_vis label {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #45474b;
    padding-bottom: 0;
    width: calc(50% - 6px);
}

#top #BookingForm form .anamal_vis label:nth-child(5),
#top #BookingForm form .anamal_vis label.policy {
    width: 100%;
}

#top #BookingForm h3 {
    text-transform: none;
}

#top #BookingForm .form-close-btn-boka {
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer;
}

#datafetch {
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: 0px;
    max-height: 500px;
    overflow-y: auto;
}

#datafetch>div {
    background-color: #f9f9f9;
    padding: 30px;
}

#datafetch .propertyResult hr {
    margin: 10px 0 12px;
}

#top .custom_filter {
    position: relative;
    z-index: 9;
}

#datafetch::-webkit-scrollbar {
    width: 8px;
}

#datafetch::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

#datafetch::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

#top .residential_surveillance_section .register.avia-button[disabled] {
    cursor: url('../images/notallowed.svg'), auto;
}

.broker-detail-main {
    margin-top: 0px;
}

#top .tabbedObjectsBytype ul.tab-objtypes {
    text-align: center;
    margin: 0px -20px;
}

#top .tabbedObjectsBytype h2 {
    text-align: center;
}

.tabbedObjectsBytype .dropdown-objtypes #objectTypeDropdown {
    max-width: 390px;
    margin-left: auto;
    border-radius: 26px;
    padding: 12px 23px 13px;
    border: 1px solid #D6D6D6;
    appearance: none;
    background-image: url(../images/nw-dw-arrow.svg);
    background-position: center right 20px;
    background-color: #F2F2F2 !important;
    color: #323232;
    margin-bottom: 0;
    cursor: pointer;
    height: 52px;
    line-height: 22px;
}



.tabbedObjectsBytype ul.tab-objtypes li {
    list-style-type: none;
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "Gill Sans";
    font-weight: 500;
    margin: 0;
    padding: 0 20px 15px;
}

.tabbedObjectsBytype ul.tab-objtypes li a {
    padding: 0;
    position: relative;
    color: #999;
}

.tabbedObjectsBytype ul.tab-objtypes li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #45474b;
    color: #45474b;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabbedObjectsBytype ul.tab-objtypes li a.tabsClk.active,
.tabbedObjectsBytype ul.tab-objtypes li a:hover {
    color: #45474b;
}

.tabbedObjectsBytype ul.tab-objtypes li a:hover::after,
.tabbedObjectsBytype ul.tab-objtypes li a.tabsClk.active::after {
    width: 100%;
}

.tabbedObjectsBytype .Allobject {
    padding-top: 0;
}

#top .custom_filter .container {
    max-width: 1500px;
    background-color: #fff;
    padding: 37px 48px 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

#top .custom_filter {
    padding-bottom: 35px;
}

#top input:-webkit-autofill,
#top input:-webkit-autofill:hover,
#top input:-webkit-autofill:focus,
#top input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -o-box-shadow: 0 0 0 30px white inset !important;
    -moz-box-shadow: 0 0 0 30px white inset !important;
    -ms-box-shadow: 0 0 0 30px white inset !important;
}

#top .custom_filter h2 {
    font-size: 36px;
    letter-spacing: 0px;
    margin-bottom: 27px;
}

#top .main_color.custom_filter input[type='text'] {
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #808080;
    padding-left: 18px;
    margin: 0;
    padding-right: 10px;
}

#top .filterInput {
    max-width: 1018px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#top .residential_surveillance_section .filterInput a.avia-button.searchBtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 49px;
    background-color: transparent !important;
    border: none !important;
    background: url("https://newbrokersolution.kustit.se/wp-content/uploads/2023/07/Icon-feather-search.svg");
    background-size: 19px;
    background-position: center center;
    width: 49px;
    padding: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
}

#top .residential_surveillance_section .filterInput a.avia-button.searchBtn:hover {
    background-size: 22px;
}

#top .filterInput a.avia-button.searchBtn {
    position: absolute;
    right: 0;
    top: 0;
}

#top .custom_filter .filterInput a.avia-button,
#top .custom_filter a.avia-button {
    min-width: 265px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#top .custom_filter .avia_codeblock span {
    color: #45474b;
    font-family: "Gill Sans";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 15px;
    padding: 0 38px;
    display: inline-block;
    vertical-align: middle;
}

#top .custom_filter a.avia-button.ellerbtn {
    background-color: #fff !important;
    color: #45474b;
}

#top .custom_filter a.avia-button.ellerbtn:before {
    background-color: #45474b;
}

#top .custom_filter a.avia-button.ellerbtn:after {
    color: #45474b;
}

#top .custom_filter a.avia-button.ellerbtn:hover,
#top .custom_filter a.avia-button.ellerbtn:hover:after {
    color: #ffffff !important;
}

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

.custom_filter .filterElements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top .custom_banner .hover-data-wrap h1 {
    color: #fff !important;
}

#top .map-box .marker_left_img_sec img {
    margin-bottom: 0;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#top .map-box p label,
#top .map-box p {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0px;
    color: #45474b;
    font-family: "Gill Sans";
    font-weight: normal;
    margin-bottom: 8px;
    font-variant: lining-nums;
}

#top .map-box p label {
    font-weight: 600;
    font-family: "Gill Sans";
}

#top .map-box .map_marker_title h5 {
    font-weight: 500;
    color: #45474B;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: unset;
    margin-bottom: 0px;
    text-align: left;
}

#top .map-box p label {
    color: #45474b;
}

#map_wrapper1 #map_canvas {
    height: 600px;
    z-index: 1;
}
#map_canvas{
    height: 644px;
}
#top .till-salu-map h2 {
    text-align: center;
}

#top .till-salu-map {
    padding: 28px 0;
    display: none;
}

#top .till-salu-map.show_map {
    display: block;
}

#top .filesnlinks-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

#top .filesnlinks-doc img {
    width: 42px;
    margin-right: 15px;
    display: block;
}

#top.objtab_loader .unit,
#top.objtab_loader .units {
    position: static;
}

.office-listing-maklare .office-box .object_img a {
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}

.office-listing-maklare .office-box .object_img img {
    height: 100%;
}

#top .sliderNyincommet h2 {
    text-align: center;
    margin-bottom: 40px;
}

#top .objshowmore {
    text-align: center;
}

#top .leaflet-popup-content {
    width: 430px !important;
}

#top .map-box>img {
    width: 32px;
    float: right;
    cursor: pointer;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 10px;
}

#top .marker_left_img_sec {
    width: 40%;
}

#top .marker_right_text_sec {
    padding-left: 15px;
}

#top .map_left_right_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#top .property-menu {
    height: 74px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #FFF;
    -webkit-box-shadow: rgb(0 0 0 / 35%) 0 0 2px 0;
    box-shadow: rgb(0 0 0 / 35%) 0 0 2px 0;
    width: 100%;
}

#top .property-menu ul.list.list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 1600px;
    padding: 0 50px;
    margin: auto;
    gap: 120px;
}
#top .property-menu ul.list.list-table li.active span {
    text-decoration: underline;
}
#top .property-menu ul.list.list-table li {
    /* -webkit-box-flex: 1; */
    /* -ms-flex-positive: 1; */
    /* flex-grow: 1; */
    text-align: center;
    background-position: center 12px;
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    position: relative;
    padding: 5px 0px !important;
    background-color: #fff;
}

/* #top .property-menu ul.list.list-table li,
#top .property-menu {
    background-color: #B9E2FA;
} */
#top .property-menu ul.list.list-table li{
	background-color:transparent;
}
#top .property-menu {
    background-color: rgb(185 226 250 / 80%);
}

#top .property-menu ul.list.list-table li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#top .property-menu ul.list.list-table li a span {
    text-align: center;
    /* position: absolute; */
    /* bottom: 4px; */
    /* left: 0; */
    /* right: 0; */
    text-transform: capitalize;
    font-size: 18px;
    font-family: "Gill Sans";
    font-weight: 500;
    color: #45474B !important;
    font-family: "Gill Sans";
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
}

#top .property-menu ul.list.list-table li:hover,
#top .property-menu ul.list.list-table li.active {
    /* background-color: rgb(176 154 83 / 50%); */
}

#top .property-menu ul.list.list-table li.summary {
    /* background-image: url("../images/file.svg"); */
}

#top .property-menu ul.list.list-table li.film {
    /* background-image: url("../images/film.svg"); */
}

#top .property-menu ul.list.list-table li.images {
    /* background-image: url("../images/camera_1.svg"); */
}

#top .property-menu ul.list.list-table li.floorplan {
    /* background-image: url("../images/floorplan.svg"); */
}

#top .property-menu ul.list.list-table li.facts {
    /* background-image: url("../images/pencil.svg"); */
}

#top .property-menu ul.list.list-table li.map {
    /* background-image: url("../images/map_icon.svg"); */
}

#top .property-menu ul.list.list-table li.projectsicon {
    /* background-image: url("../images/home-architecture-2.svg"); */
}

#top .property-menu ul.list.list-table li.kartaimg {
    /* background-image: url(../images/map-pointer.svg); */
}

#top .office-main-box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
}

#top ul.val_manage_accordion li.val_hide_section {
    display: none;
}

.object_banner .owl-carousel .owl-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#top .tillsalu_heading_content {
    padding-bottom: 20px;
}

#top .tillsalu_heading_content h1,
#top .tillsalu_heading_content p {
    text-align: center;
    padding: 0 20px;
}

.object_banner .owl-stage-outer,
.object_banner .owl-stage {
    height: 100%;
}

.property_box_slider .owl-nav {
    top: auto !important;
    bottom: -50px;
}

#top .deal_listings .object_img:has(.property_box_slider) {
    padding-bottom: 50px;
}

.property_box_slider .owl-nav button {
    filter: invert(1);
    background-size: 40% !important;
    background-position: center !important;
}

#top .property_box_slider {
    height: 100%;
}

#top .property_box_slider .owl-stage-outer {
    height: 100%;
}

.property_box_slider .owl-dots {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    top: auto;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: -50px;
}

.owl-dots button span {
    opacity: 1;
    width: 10px;
    height: 10px;
    display: inline-block !important;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    position: unset;
    background-color: #ffffffc4;
}

.property_box_slider .owl-dots button span {
    background-color: #0000004a;
}

.owl-dots .owl-dot.active span {
    background-color: #000;
}

.property_box_slider .slick-list {
    height: 100%;
    width: 100%;
}

.property_box_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-controls button {
    font-size: 24px;
}

.slider-controls {
    position: absolute;
    top: 35%;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.slider-controls .custom-dots {
    width: 100%;
    margin-top: 210px;
}

.slider-controls .custom-dots ul {
    display: flex;
    justify-content: center;
}

.slider-controls .custom-dots ul button {
    font-size: 0;
}

.object_banner .owl-carousel .owl-nav,
.property_box_slider .owl-nav {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    z-index: 99;
}

.object_banner .owl-carousel .owl-nav button,
.property_box_slider .owl-nav button {
    line-height: 35px;
    opacity: 1;
    width: 18px;
    height: 36px;
    border: 1px solid #fff;
    background-image: url(../images/prev_arrow.png) !important;
    background-position: center;
    background-size: 6px;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    margin: 0 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    position: unset;
}

.slider-controls button {
    line-height: 30px;
    color: #000;
    opacity: 1;
    width: 18px;
    height: 36px;
    /* background-image: url(../images/prev_arrow.png) !important;
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat !important; */
    display: inline-block !important;
    margin: 0 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    position: unset;
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
}

.slider-controls button.prev {
    margin-left: 20px;
    rotate: 180deg;
}

.slider-controls button.next {
    margin-right: 20px;
}

.slider-controls .custom-dots ul li {
    margin: 0 5px;
    list-style-type: none;
}

.slider-controls .custom-dots ul li.slick-active button {
    background-color: #000;
}

.slider-controls .custom-dots ul button {
    width: 10px;
    height: 10px;
    background: #0000006e;
    border-radius: 50%;
}

.object_banner .owl-carousel .owl-nav button.owl-next,
.property_box_slider .owl-nav button.owl-next {
    background-image: url(../images/next_arrow.png) !important;
}

.property_box_slider .owl-nav {
    justify-content: center;
}

#top.object_detail #scroll-top-link {
    bottom: 220px;
    z-index: 99;
}
#top.object_detail.openpopup #scroll-top-link {
    z-index: 0;
}

#top .obj_plantring_section .lightbox .image-map>img {
    max-height: 668px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff;
}

#top .avia-search-tooltip.avia-tt.hidesearch {
    display: none !important;
}

#top .avia-search-tooltip {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 9999999;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    margin-left: 0;
    border: 0;
}

#top .inner_tooltip {
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    margin-top: 65px;
    border-bottom: 25px solid transparent;
    cursor: auto;
    white-space: normal;
    height: 90%;
}

#top .inner_tooltip input {
    padding-left: 4rem;
    background-image: url(../images/grey_search.svg) !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 2.5rem 2.5rem;
    position: relative;
    font-size: 25px;
    text-align: left;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #9c9c9c !important;
    font-style: italic;
    color: #fff !important;
    padding-bottom: 2px;
    min-height: 41px;
    padding-top: 15px;
    padding-right: 35px;
    border-radius: 0;
}

#top .avia-search-tooltip .close-button-inp {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    height: auto;
    line-height: 1;
}

#top .avia-search-tooltip .close-button-inp i.fa:hover {
    color: #ccc;
}

#top.custom_hiden #header .avia-menu.av-main-nav-wrap-leftheader {
    opacity: 0.6;
}

#top.custom_hiden #scroll-top-link,
#top #datafetch_search .propertyResult hr {
    display: none;
}

#top .avia-search-tooltip .close-button-inp i.fa {
    color: #fff;
    font-size: 0;
    background-image: url(../images/close_w.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

#top #datafetch_search {
    text-align: left;
    font-family: "Gill Sans";
    font-weight: 300;
}

#top #datafetch_search .propertyResult a {
    height: auto;
    line-height: 22px;
    color: #B6B7B8;
    font-size: 14px;
    text-transform: uppercase;
}

#top #datafetch_search .propertyResult a:hover {
    color: #fff;
    text-decoration: none;
}

#top .avia-search-tooltip.avia-tt .close-button {
    background-image: url(../images/close-icon.svg);
    width: 30px;
    height: 30px;
    position: fixed;
    top: 25px;
    right: 25px;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    filter: invert(1);
}

#top #datafetch_search h5 {
    margin-top: 2rem;
    display: block;
    margin-top: 2rem;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #FFF;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
}

#top #datafetch_search .propertyResult {
    margin-bottom: 5px;
    line-height: 22px;
    border: 0;
    font-family: "Gill Sans";
    font-weight: 300;
}

.map_marker_title {
    background-color: #B9E2FA !important;
    padding: 5px 18px 5px 10px;
    margin-bottom: 12px;
}

.office-box .office-left-div h1 {
    text-align: left;
}
a.leaflet-popup-close-button {
    right: 16px;
    top: 16px;
    color: #000 !important;
    line-height: 30px !important;
    border-radius: 0;
}
a.leaflet-popup-close-button:hover {
    background-color: transparent !important;
}
#top .marker_right_text_sec h6 {
    line-height: 22px;
    margin-bottom: 5px;
    font-family: "Gill Sans";
    font-weight: 500;
    color: #1d1d1d;
    font-size: 16px;
}

.filters .pris_slide span.irs-to {
    min-width: 100px;
    text-align: right;
}

#top .quick-connect-broker-form {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 999;
}

#top .quick-connect-broker-form .btn-kontacta-mig a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 225px;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 5px;
    overflow: visible !important;
    z-index: 3;
    /*developer*/
}

#top .quick-connect-broker-form .btn-kontacta-mig a label {
    padding: 5px 18px;
    border-radius: 0px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    margin-right: 12px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

#top .quick-connect-broker-form .btn-kontacta-mig span {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 16px rgb(0 0 0 / 16%);
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 16px rgb(0 0 0 / 16%);
    display: block;
    text-align: center;
    overflow: hidden;
}

#top .quick-connect-broker-form .btn-kontacta-mig span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

#top .popup-kontacta-mig .contact_form_wrap {
    position: absolute;
    bottom: 80px;
    top: auto;
    left: 0;
    transform: translate(0%, 70%) scale(0);
    max-width: 500px !important;
    padding: 30px 25px 0;
    transition: transform 0.5s ease;
}

#top .popup-kontacta-mig.show .container.contact_form_wrap {
    transform: translate(0%, 0) scale(1) !important;
    /*developer*/
    transition: transform 0.5s ease !important;
    /*developer*/
}

#top .contact_form_wrap .content_block {
    max-width: 1022px;
    margin: 0 auto;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: normal;
    margin-top: 0px;
}

#top .popup-kontacta-mig form {
    margin-bottom: 0px;
    padding: 0;
}

#top .popup-kontacta-mig .form-close-btn {
    text-align: right;
    position: absolute;
    right: 25px;
    top: 14px;
    cursor: pointer;
    z-index: 9;
    font-size: 0px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    padding-bottom: 0px;
    transition: all 0.3s ease;
}

.office-detail-maklare .ofc_form_section .form-close-btn:after,
#top .popup-kontacta-mig .form-close-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    background-image: url(../images/close-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1);
    transition: all 0.3s ease;
}

#top .popup-kontacta-mig .form-close-btn:hover {
    background: transparent;
    color: #000;
}

.office-detail-maklare .ofc_form_section .form-close-btn:hover::after,
#top .popup-kontacta-mig .form-close-btn:hover::after {
    filter: invert(0);
}

#top .form-close-btn img {
    width: 16px;
    text-align: center;
}

#top .popup-kontacta-mig .contact_form_wrap {
    position: absolute;
    bottom: 100px;
    top: auto;
    left: auto;
    right: 0;
    transform: translate(40%, 70%) scale(0);
    max-width: 500px !important;
    padding: 25px 25px 30px !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    transition: transform 0.5s ease;
    width: 500px !important;
    max-height: min(540px, calc(100vh - (120px + 193px + var(--wp-admin--admin-bar--height, 0px))));
    overflow: hidden auto;
}

#top .popup-kontacta-mig br {
    display: none;
}

#top .popup-kontacta-mig h2 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 17px;
    color: #45474b;
}

#top .popup-kontacta-mig.show {
    -o-transition: all 1s ease-in-out;
    -ms-transform: scale(1);
    opacity: 1;
    display: block;
}

#top.openpopup header {
    /* z-index: 9; */
}

#top .popup-kontacta-mig label.policy label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#top .popup-kontacta-mig .contact_form_wrap input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top .popup-kontacta-mig .contact_form_wrap .policy span.wpcf7-list-item-label {
    color: #505050 !important;
    font-size: 16px !important;
    line-height: 24px;
    margin-left: 0;
    padding-left: 0px !important;
    width: calc(100% - 35px);
    margin-bottom: 0;
    margin-top: 0;
}

#top .popup-kontacta-mig input[type="submit"] {
    background-color: #B9E2FA !important;
    color: #45474b !important; 
    border: 1px solid #B9E2FA !important;
    text-align: center;
    display: block;
    margin: 15px auto 0px !important;
    float: none;
    padding: 11px 20px !important;
}
#top .popup-kontacta-mig input[type="submit"]:hover {
    background-color: #45474b !important;
    color: #B9E2FA !important; 
    border: 1px solid #45474b !important;
}

#top .popup-kontacta-mig .contact_form_wrap .policy span a {
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
}

#top .popup-kontacta-mig form label {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: normal;
}

#top .popup-kontacta-mig .wpcf7-spinner {
    position: absolute;
    bottom: 15px;
    right: 0;
}

#top .popup-kontacta-mig .contact_form_wrap p {
    margin-bottom: 0;
    width: 100%;
    position: relative;
}

#top .popup-kontacta-mig .wpcf7-list-item-label::before {
    top: 0px !important;
}

#top .login-user-psw span {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top .register-psw-checkbox span,
#top .forgot-form-wrap .user-psw-checkbox span {
    font-size: 22px;
    line-height: 26px;
}

#top .popup-kontacta-mig label.tempBrokerEmail {
    display: none;
}

#top .makler_main_info.container {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

#top .makler_main_info.container p {
    max-width: 820px;
    margin: 0 auto 10px;
}

#top .lg-outer .lg-thumb-outer {
    background-color: rgb(29 29 29 / 60%);
}

#top .lg-outer .lg-thumb {
    padding: 7px 0;
}

#top .lg-outer .lg-thumb-item {
    border-radius: 0;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 10px;
    border: 0;
}

#top .lg-outer .lg-thumb-item.active,
#top .lg-outer .lg-thumb-item:hover {
    border: 0;
    overflow: visible;
}

#top .lg-outer .lg-thumb-item.active img,
#top .lg-outer .lg-thumb-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#top .lg-actions .lg-next,
#top .lg-actions .lg-prev {
    background-color: transparent;
    color: #fff;
    border: 1px solid #Fff;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/prev_arrow.png);
    font-size: 0;
    background-size: 6px;
    background-repeat: no-repeat;
    display: inline-block !important;
    margin: 0 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    line-height: 35px;
    background-size: 6px;
    background-repeat: no-repeat;
    line-height: 35px;
    background-position: center;
}

#top .lg-sub-html,
#top .lg-toolbar {
    background-color: transparent;
}

#top .lg-actions .lg-next {
    background-image: url(../images/next_arrow.png);
}

#top .lg-backdrop {
    background-color: rgba(0, 0, 0, 0.85);
}

#top .lg-toolbar .lg-icon,
#top #lg-counter {
    color: #fff;
}

#top .lg-outer .lg-thumb-item img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#top .lg-actions .lg-next:hover,
#top .lg-actions .lg-prev:hover {
    background-color: rgb(29 29 29 / 60%);
    border-color: rgb(29 29 29 / 60%);
}

#top .lg-actions .lg-next:before,
#top .lg-actions .lg-prev:before {
    display: none;
}

#top .office-map {
    padding: 30px 0 80px;
}

#top .office-map h2 {
    text-align: center;
}

#top .office-map .deal_main_div {
    margin-top: 30px;
}


.quick-connect-broker-form button.close_brk_sec {
    text-align: right;
    position: absolute;
    right: 0;
    top: -9px;
    right: 5px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #45474b;
    font-size: 0;
    background-image: url(../images/close_new_b.svg);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    border-radius: 100px;
}

.quick-connect-broker-form button.close_brk_sec:focus-visible {
    outline: 0;
}

.quick-connect-broker-form button.close_brk_sec:hover {
    background-color: #ccc;
    border-color: #ccc;
}

#top .popup-kontacta-mig .form-left-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px 10px;
}

#top .popup-kontacta-mig .form-left-text label {
    width: 49%;
    font-size: 14px !important;
}

#top .quick-connect-broker-form .wpcf7-form label span input,
#top .quick-connect-broker-form .wpcf7-form label span textarea {
    margin-bottom: 10px;
    width: 100%;
    height: 46px;
}

#top .quick-connect-broker-form .wpcf7-form label span textarea {
    min-height: 90px;
}

#top .popup-kontacta-mig .form-left-text label {
    width: calc(50% - 5px);
    font-size: 14px !important;
}

.deal_listings .objects_repeat.full_view {
    width: 100%;
}

.deal_listings .objects_repeat.full_view {
    width: 100%;
    max-height: 590px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    /* height: 590px; */
}

.deal_listings .objects_repeat.full_view .custom-dots {
    margin-top: 252px;
}

#top .deal_listings .objects_repeat.full_view .object_info .object_address {
    padding: 28px 28px 28px;
    min-height: auto;
}

.objects_repeat.full_view.object_img .bidding_wrap {
    left: auto;
    right: 15px;
}

.deal_listings .objects_repeat.full_view .object_img,
.deal_listings .objects_repeat.full_view .obj_box,
.deal_listings .objects_repeat.full_view .obj_box,
.deal_listings .objects_repeat.full_view>a {
    height: 100%;
}

.deal_listings .objects_repeat.full_view .object_info {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-align: center;
    background-color: rgb(249 247 241 / 80%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-width: 480px;
    z-index: 999;
}



#top .deal_listings .objects_repeat.full_view .property_objtype {
    text-align: left;
}

#top .deal_listings .objects_repeat.full_view h2 {
    min-height: auto;
}

.objects_repeat.full_view .object_img .bidding_wrap {
    left: 0;
    right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.objects_repeat.full_view .object_img img {
    height: 100%;
    min-height: auto;
    max-height: 100%;
}

#top .normal_gallery_img .gallery.custom li {
    text-align: center;
}

#top .popup-kontacta-mig .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 15px;
}

.project_box .avia_codeblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project_box .prj_object_img {
    width: 100%;
    height: 874px;
    position: relative;
}

.project_box .prj_object_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_box .prj_object_img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.project_box .prj_object_info {
    width: 100%;
    position: absolute;
    height: 100%;
    max-width: 1560px;
    padding: 0 50px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 70px;
}

.prj_object_address {
    width: 100%;
}

#top .objects_repeat .object_img .object_salestatus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

#top .objects_repeat .object_img .object_salestatus img {
    max-width: 210px !important;
    width: 210px !important;
    height: 210px !important;
}

#top .objects_repeat .object_img .object_salestatus:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.prj_object_address h2 {
    color: #fff !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
    line-height: normal !important;
}

.prj_object_address p {
    color: #fff;
}

#top .project_box .prj_object_address h2 {
    margin-bottom: 22px;
}

#top .project_box .prj_object_address h4,
#top .project_box .prj_object_address h4 a {
    font-size: 30px;
    line-height: 34px;
    color: #808080;
    font-family: "Gill Sans";
    font-weight: 500;
    margin-top: 27px;
    margin-bottom: 0;
}

#top .project_box .prj_object_info ul {
    margin: 0;
    display: grid;
    grid-template-columns: auto auto;
    margin: 24px 0 42px;
    gap: 18px 0;
}

#top .project_box .prj_object_info ul span.custom_line {
    width: 1px;
    height: 42px;
    background-color: #D6D6D6;
    margin: 0px 38px;
    display: none;
}

#top .project_box .prj_object_info ul span.custom_line:first-child {
    display: none;
}

#top .project_box .prj_object_info ul li,
#top .new_comer .slick-slide .slide-contents ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top .project_box .prj_object_info .prj_object_address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

#top .project_box .prj_object_data {
    display: flex;
    justify-content: flex-end;
    padding-left: 30px;
}

#top .project_box .prj_object_namedata {
    border-right: solid 1px rgba(255, 255, 255, 28%);
    padding-right: 11em;
}

#top .project_box .prj_object_address h4 strong,
#top .project_box .prj_object_info ul li strong {
    color: #45474b;
}

#top .project_box .prj_object_info ul li strong,
#top .new_comer .slick-slide.slick-center .slide-contents ul li strong {
    display: block;
}

#top .new_comer .slick-arrow {
    position: absolute;
    top: 380px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-image: url("../images/arw_next.png");
    background-size: 9px 18px;
    background-position: center;
    font-size: 0;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#top .sliderNyincommet {
    max-width: 1280px;
    margin: 0 auto;
}

#top .new_comer .slick-slide.slick-center .single-img-only {
    width: 56%;
    display: inline-block;
    vertical-align: middle;
}

#top .new_comer .slick-slide .single-img-only {
    margin: 0 158px;
    position: relative;
}

#top .new_comer .slick-slide.slick-center .single-img-only {
    margin: 0;
}

#top .new_comer .slick-slide .single-img-only img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

#top .new_comer .slick-slide .single-img-only:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

#top .new_comer .slick-slide.slick-center .single-img-only img {
    height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
}

#top .new_comer .slick-slide.slick-center .single-img-only:after {
    display: none;
}

#top .new_comer .slick-slide .slide-contents {
    display: none;
}

#top .new_comer .slick-slide.slick-center .slide-contents {
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    padding: 70px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #45474b;
    margin-left: -5px;
    width: 43%;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

#top .new_comer button.slick-prev.slick-arrow {
    left: -50px;
    background-image: url("../images/arw_prev.png");
}

#top .new_comer button.slick-next.slick-arrow {
    right: -50px;
}

#top .new_comer .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#top .new_comer button.slick-arrow:hover {
    -webkit-box-shadow: 0px 0px 71px 0px rgb(0 0 0);
    box-shadow: 0px 0px 71px 0px rgb(0 0 0);
}

#top .new_comer .slick-list {
    overflow: visible;
}

#top .new_comer .slick-slide.slick-center .slide-contents span {
    font-family: "Gill Sans";
    font-weight: 300;
    margin-bottom: 16px;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    display: inline-block;
}

#top .nykomment-btns {
    margin: 50px -3px 0;
}

#top .nykomment-btns a.avia-button {
    background-color: transparent !important;
    border-color: #fff !important;
    margin: 0 3px;
}

#top .new_comer .slick-slide.slick-center .slide-contents h2 {
    font-family: "Gill Sans";
    font-weight: 300;
    margin-bottom: 32px;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
}

#top .new_comer .slick-center {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

#top .new_comer .slick-slide.slick-center .slide-prop-det {
    margin-top: 26px;
}

#top .new_comer .slick-slide.slick-center .slide-contents * {
    color: #fff;
    text-align: left;
}

#top .new_comer .slick-slide.slick-center .slide-contents ul {
    margin: 0px -35px;
}

#top .new_comer .slick-slide.slick-center .slide-contents ul li {
    display: inline-block;
    padding: 0px 35px;
}

#top .wpcf7 form.invalid .wpcf7-response-output {
    text-align: left;
    margin-top: 10px !important;
}

#top .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok,
#top .wpcf7-form.sent .wpcf7-response-output {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: left;
    font-family: "Gill Sans";
    font-weight: normal;
    padding-top: 10px;
}

.office-listing-maklare .office-main-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.office-listing-maklare .makler_banner_img {
    width: 100%;
}

#top .broker-detail-main .brkreview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}

#top .broker-detail-main .brkreview h6 {
    margin-bottom: 0;
    padding-right: 20px;
}

#top .broker-detail-main .brkreview h6 strong a {
    line-height: 1.3;
    display: inline-block;
}

#top .broker-detail-main .brkreview a img {
    max-width: 152px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#top .broker-detail-main .recommendations p {
    margin-bottom: 16px;
    padding-top: 5px;
    font-size: 17px;
    color: #1e1e1e;
}

#top .broker-detail-main .recommendations span {
    font-size: 15px;
}

#top img.leaflet-marker-icon.leaflet-interactive.activemarker {
    width: 60px !important;
    height: 60px !important;
    z-index: 999 !important;
    border-radius: 50%;
}

#top img.leaflet-marker-icon.leaflet-interactive.inactivemarker {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}

#top .bid_info_tbl_sec tr.del_bid {
    text-decoration: line-through;
}

.office-detail-maklare .ofc_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 0px 50px 0px;
}

.office-detail-maklare .ofc_form_section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(29 29 27 / 85%);
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    z-index: 9999;
}

.office-detail-maklare .ofc_form_section .wpcf7 {
    background-color: #f9f7f1;
    padding: 62px 0 70px;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#top.office-detail-maklare .ofc_form_section h3 {
    text-transform: initial;
    margin-bottom: 40px;
}

.office-detail-maklare .ofc_form_section .contact-vardera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 30px;
    position: relative;
}

.office-detail-maklare .ofc_form_section .form-close-btn {
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer;
    font-size: 0px;
    color: #FFF;
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all 0.3s ease;
}

.office-detail-maklare .ofc_form_section .form-close-btn:hover {
    background: transparent;
    color: #000;
}

.office-detail-maklare .ofc_form_section .ofc_contact_form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.ofc_form_section .ofc_contact_form form {
    max-width: 1024px;
    margin: 0 auto;
}

.ofc_form_section .ofc_contact_form .form-left-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 12px;
}

.ofc_form_section .ofc_contact_form .form-left-text label {
    width: calc(50% - 6px);
}

.ofc_form_section .ofc_contact_form .form-left-text label:nth-child(5),
.ofc_form_section .ofc_contact_form .form-left-text label.policy,
#top .broker_detail_frm label:nth-child(5),
#top .broker_detail_frm label.policy {
    width: 100%;
}

.ofc_form_section .ofc_contact_form input[type="submit"] {
    background: #45474b url(../images/arrow_w.png) no-repeat right 19% center !important;
    text-align: left;
    min-width: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ofc_form_section .ofc_contact_form input[type="submit"]:hover {
    background: #fff url(../images/arrow_b.png) no-repeat right 19% center !important;
}

h1.no_object_text {
    padding-bottom: 30px;
}

.obj_detail_form form .anamal_vis label.policy .wpcf7-list-item-label {
    margin-top: 2px;
}

#top .fakta_desc .fakta_text h3 {
    text-transform: inherit;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
}

#top .insikter_sec .fill {
    background-color: #EFEFEF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px !important;
    width: calc(33.33% - 20px);
    margin: 0px 30px 30px 0px;
}

#top .insikter_sec .fill:nth-child(3n) {
    margin-right: 0px;
}

#top .insikter_sec .fill p strong {
    display: block;
    font-size: 28px !important;
    line-height: 35px !important;
    color: #45474b;
    font-weight: 600;
}

#top .btn-residential_surveillance button,
#top .btn-my-account button {
    padding: 9px 17px 9px 17px !important;
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0px;
    display: inline-block;
    border:1px solid #45474B !important;
}
#top .btn-residential_surveillance button:hover, 
#top .btn-my-account button:hover {
    color: #B9E2FA;
    border-color: #B9E2FA !important;
}
#top .btn-residential_surveillance,
#top .btn-my-account button {
    margin-right: 12px;
}

#top .total_deal_count fieldset {
    margin-bottom: 0;
}

form input {
    transition: all 0.3s ease-in-out;
}

#top .obj_listings .deal_listings {
    padding-bottom: 0;
}

.object_banner .owl-carousel .owl-nav button:hover,
.property_box_slider .owl-nav button:hover {
    filter: brightness(0) saturate(100%) invert(62%) sepia(23%) saturate(804%) hue-rotate(8deg) brightness(95%) contrast(86%);
}

#top #footer .container,
#top #footer .container .flex_column {
    z-index: initial;
}

::-webkit-scrollbar-track {
    background: #fff;
}

#top ::-webkit-scrollbar {
    width: 5px !important;
}

#top ::-webkit-scrollbar-track {
    background: #ffffff !important;
}

#top ::-webkit-scrollbar-thumb {
    background: #e4e4e4 !important;
}

#top ::-webkit-scrollbar-thumb:hover {
    background: #e4e4e4 !important;
}

#top .objects_repeat .object_img .bidding_wrap.slutpris_wrap {
    position: absolute;
    left: 15px;
    top: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    right: auto;
}

#top.object_detail .entry-content-wrapper li.custom_fld_bunch .cmt_bunch:first-child {
    margin-top: 0;
}

#top.object_detail .entry-content-wrapper li.custom_fld_bunch .cmt_bunch {
    margin-bottom: 20px;
    border-bottom: 1px solid #DFDEDE;
    padding-bottom: 23px;
    margin-top: 23px;
}

#top.object_detail .entry-content-wrapper li.custom_fld_bunch a:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

#top.object_detail .entry-content-wrapper li.custom_fld_bunch .cmt_bunch:last-child {
    margin-bottom: 0;
}

#top.object_detail .entry-content-wrapper li.custom_fld_bunch .cmt_bunch:last-child {
    border-bottom: unset;
}

#top li.custom_fld_bunch {
    border-bottom: unset;
    padding-bottom: 0 !important;
}

#top .broker_slider .slick-list {
    padding: 0 !important;
}

#top .broker_slider .slick-list {
    margin: 0 -10px;
}

#top .broker_slider .slide {
    padding: 0 10px;
}

#top .team-list-hm h2 {
    text-align: center;
    padding-bottom: 30px;
}

#top .broker_name a {
    font-family: "Corporate A";
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;

}

#top .broker_name strong {
    color: #000;
}

#top .broker_name p[api-label="users_phoneNumber"] {
    margin-bottom: 0 !important;
}

/* .deal_listings .objects_repeat>a:hover .object_img>img {
    transform: scale(1.09);
} */

#top .project_box .prj_object_namedata h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
}

#top .project_box .prj_object_namedata p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 5px;
}


.filesnlinks-doc a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/pdf.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.filesnlinks a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/Link.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#top .filesnlinks-doc,
#top .filesnlinks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.filesnlinks-doc a,
#top .filesnlinks a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #45474b;
}
#top #plantritning {
    padding-top: 39px;
    padding-bottom: 44px;
}
#top #plantritning h3{
    text-align: left;
    margin-bottom: 25px;
}

.obj_plantring_section .image-map-image {
  display: flex;
  flex-wrap: wrap;
  overflow:visible !important;
  gap: 20px;
}

.image-map-image > a.lightbox {
  flex: 1 1 100%;
  padding: 10px;
}

.image-map-image > a.lightbox:nth-last-child(2):first-child,
.image-map-image > a.lightbox:nth-last-child(2):first-child ~ a.lightbox {
  flex: 1 1 calc(50% - 10px);
}

.image-map-image > a.lightbox:nth-child(-n+2):nth-last-child(n+2) {
  flex: 1 1 calc(50% - 10px);
}

.filesnlinks-doc a:hover,
#top .filesnlinks a:hover {
    color: #B9E2FA !important;
}

#top .broker_slider .single-img-only .image-overlay {
    display: none !important;
}

#top strong.reg-title-broker {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    order: -1;
}

#top .broker_name h4 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    order: -1;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

#top .broker_name a:has(h4) {
    order: -1;
}

.broker_name p[api-label="users_email"] {
    margin-bottom: 0 !important;
}

#top .broker_slider .slide:hover .broker_name h4 {
    color: #B09A53;
}

.deal_listings .object_address ul li strong {
    color: inherit;
}

#top .deal_listings .objects_repeat.deal_grid_view .object_address {
    padding: 28px 28px 28px;
}

#top .btn-residential_surveillance button {
    color: #45474b;
    border: solid 1px #45474b;
}

#top .object_banner .object_desc .banner_obj_sellingTextSubject {
    margin-bottom: 0;
    color: #FFFFFF !important;
    font-family: "Corporate A";
    font-weight: normal;
    font-size: 50px;
    line-height: 61px;
    max-width: 1024px;
}

.avia-button:hover {
    opacity: 1;
}

#top .objects_repeat.deal_grid_view .object_img .object_salestatus img {
    max-width: 160px !important;
    width: 160px !important;
    height: 160px !important;
}

.right_info .broker-section .broker_details a:hover span {
    color: inherit;
}



#top .obj_detail_form .wpcf7-form input[type="submit"],
#top #BookingForm form .wpcf7-form input[type="submit"] {
    display: block;
    margin: 50px auto 0;
}

.obj_detail_form form .anamal_vis label {
    width: calc(50% - 6px);
}

.obj_detail_form form .anamal_vis label:nth-child(5) {
    width: 100%;
}

.obj_detail_form form .anamal_vis label.policy,
.obj_detail_form form .anamal_vis label.policy label {
    width: 100%;
}

#top .deal_listings .property_objtype b {
    color: inherit;
}

#top.openpopup .template-page {
    z-index: initial;
}

#top .right_info .broker-section .broker_details span.mak-label {
    margin-bottom: 0px;
    display: block;
    font-family: "Gill Sans";
    font-weight: normal;
}

#top .right_info .broker-section .broker_details a:hover h6 {
    color: #B9E2FA;
}


#top .obj_related_deals>h2 {
    padding: 0 20px;
}
#top .viewing_info {
    background-color: #B9E2FA;
    padding: 36px 44px;
    margin-bottom: 12px;
    color: #45474B;
    font-size: 18px;
    line-height: 28px;
    font-family: "Gill Sans";
    font-weight: normal;
}
#top .viewing_info .viewinng_heading{
    font-family: "Corporate A";
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}
#top .bidding_info {
    background-color: #B9E2FA;
    padding: 36px 44px;
    margin-bottom: 12px;
}
#top .bidding_accordion {
    font-size: 32px;
    line-height: 40px;
    font-family: "Corporate A";
    font-weight: normal;
    margin-bottom: 30px;
    display: block;
}
#top .object_banner .bilder-btn a.avia-button {
    background-color: #B9E2FA !important;
    border-color: #B9E2FA  !important;
    color: #45474B;
    padding: 18px 25px !important;
}
#top .object_banner .bilder-btn a.avia-button:hover {
    background: #45474B !important;
    color: #B9E2FA !important;
}
/* Select container css */
#top .select2-container--default.select2-container--focus .select2-selection--multiple,
#top .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    height: 48px;
    overflow: hidden;
}

#top .select2-container--default .select2-selection--multiple ul::-webkit-scrollbar {
    width: 7px;
    background-color: #000000 !important;
}

#top .select2-container--default .select2-selection--multiple ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#top .select2-container--default .select2-selection--multiple ul::-webkit-scrollbar-thumb {
    background-color: #000000 !important;
    opacity: 0.8;
    outline: 1px solid transparent;
}

#top .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 7px;
    background-color: #000000 !important;
}

#top .select2-container--default .select2-results>.select2-results__options:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#top .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #000000 !important;
    opacity: 0.8;
    outline: 1px solid transparent;
}

#top .select2-container--default .select2-results>.select2-results__options {
    -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 5px 15px;
    max-height: 250px;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li input,
#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li input:focus {
    height: auto;
    min-width: 100px !important;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 20px;
}

#top .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
}

#top .select2-results ul li strong {
    padding: 5px 0px 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    text-transform: unset;
    width: 100%;
}

#top .select2-dropdown {
    border: none;
    border-radius: 0;
}

#top .select2-results ul li {
    font-size: 17px;
    font-weight: normal;
    font-family: "Gill Sans";
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
}

#top .select2-container {
    z-index: 99999999;
    width: 100% !important;
}

#top .select2-container {
    z-index: 11;
    margin-bottom: 13px;
    background-color: #fff;
    border-radius: 0px;
}

#top .select2-container--default.select2-container--focus .select2-selection--multiple,
#top .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    height: 50px;
    overflow: hidden;
    border: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 50px;
    min-height: 50px;
    padding: 0px 10px;
    overflow-y: auto;
    top: 0px;
    position: relative;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    background: transparent;
    z-index: -1;
    border: unset;
    margin-left: 0;
    padding: 0;
    height: 100%;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline input {
    font-size: 15px;
    background-color: transparent !important;
    color: #000000 !important;
    border: unset;
    padding: 7px 8px 8px;
    height: 100%;
    font-family: "Gill Sans";
    font-weight: normal;
    margin-top: 0px;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li input,
#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li input:focus {
    height: 50px;
    min-width: 100px !important;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    background: #000000;
    color: #ffffff;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 2px 14px;
    border-radius: 0px;
    font-family: "Gill Sans";
    font-weight: normal;
    cursor: default;
    float: left;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 8.5px;
    border-radius: 0px;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li span {
    font-size: 16px;
    color: #45474b;
    line-height: 1.2;
    padding-bottom: 3px;
    font-weight: normal;
    position: relative;
    top: 1px;
    margin-right: 4px !important;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

#top .select2-container--default.select2-container--open {
    z-index: 11;
    z-index: 999999;
}

#top .select2-container--default.select2-container--open .select2-dropdown {
    top: 0px;
    left: 0px !important;
    margin: 0 auto;
    display: inline-block;
}

#top fieldset+.select2-container--default.select2-container--open {
    top: 72px !important;
}

#top .office-right-div p label {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
}

#top .office-box .office-broker h2 {
    color: #b09a53;
}

#top .office-box .office-broker .office-broker-list label {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
}



#top.ofc_form_show .template-page,
#top.ofc_form_show .template-page .flex_column {
    position: relative;
    z-index: initial;
}

#top .ofc_form_section .ofc_contact_form label.policy .wpcf7-list-item-label::before,
#top .broker_detail_frm label.policy .wpcf7-list-item-label::before {
    top: 0;
}

#top .ofc_form_section .ofc_contact_form label.policy .wpcf7-list-item-label::after{
    top: 3px;
}

#top .broker_detail_frm label.policy .wpcf7-list-item-label::after{
    top:0;
}

#top .broker_basic_info p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

#top .broker_basic_info p a:hover {
    color: #B9E2FA;
}

#top .broker_detail_frm label {
    width: calc(50% - 6px);
}

#top textarea {
    width: 100% !important;
}

#top #BookingForm form .anamal_vis label.policy .wpcf7-list-item-label {
    line-height: 28px;
}

/* ---------- ADDED STYLE BY DEVELOPER FOR MARGINAL SPACE IN VALUE MANAGEMENT---------- */
#top ul.val_manage_accordion li .accordian_text li.marginal_space_extra,
#top ul.val_manage_accordion li.accordian_text li.marginal_space_extra {
    /* margin-bottom: 20px; */
}

#top ul.val_manage_accordion li .accordian_text.building_sec .multival_bunch {
    float: none !important;
}

#top .spek-form .select2-container {
    z-index: 1;
    background-color: #fff;
    margin-bottom: 13px;
}

#top .spek-form .select2-container--default.select2-container--focus .select2-selection--multiple,
#top .spek-form .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border-radius: 0;
    border: none !important;
    height: 48px;
    overflow: hidden;
}

#top .spek-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 6px 6px 4px;
    left: 0px;
    height: 48px;
    min-height: 48px;
    overflow-y: auto;
    top: 0px;
    position: relative;
}

#top .spek-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    font-size: 14px;
    font-family: 'DIN';
    font-weight: normal;
    border: unset;
    margin-left: 0;
    padding: 0;
    height: 100%;
    color: #ffff !important;
    background: transparent;
}

#top .spek-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline input {
    /* width: 100% !important;
    max-width: 100%;
    min-width: 100% !important; */
    z-index: initial;
    background-color: transparent !important;
    height: 100%;
    border: unset;
    padding: 8px;
    width: 250px !important;
}

#top .spek-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 2px 12px;
    border-radius: 24px;
    font-family: 'DIN';
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
    white-space: normal;
    line-height: 17px;
    border-radius: 0;
}

#top .spek-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    background: #000000;
    color: #ffffff;
}

#top .spek-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    margin-left: 5px;
}

#top .spek-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li span {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 3px;
}

#top .spek-form .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

#top .spek-form .select2-results__options {
    padding-left: 18px;
    padding-right: 18px;
}

#top .t-clm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#top .spek-form .t-clm {
    column-gap: 15px;
    row-gap: 0;
}

#top .f-clm:has(.wpcf7-checkbox) {
    margin-bottom: 15px;
}

#top .spek-form label {
    width: 100%;
}

#top .spek-form label {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
    display: inline-block;
}

#top .spek-form span.wpcf7-form-control-wrap {
    display: block;
}

#top .spek-form span.wpcf7-checkbox {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
}

#top .spek-form span.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
}

#top .spek-form span.wpcf7-checkbox span {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    font-size: 16px;
    line-height: 28px;
}

.underhand_from form {
    max-width: 800px;
    margin: 0 auto;
}

#top .main_color select {
    background-image: url(../images/new-down-arrow.svg) !important;
    background-size: 25px;
    background-position: 95% center !important;
    cursor: pointer;
}

.film_section .embed-button:after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

.film_section .embed-button {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.film_section {
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.film_section .video-pause {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-image: url(../images/pause-circle.svg);
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 120px;
    cursor: pointer;
    visibility: hidden;
}

.film_section:hover .video-pause {
    visibility: visible;
}

.film_section iframe {
    height: clamp(10rem, 2rem + 40vw, 50rem);
}

.underhand_proprty_btn_wrap {
    padding-left: 15px;
    margin-top: 6px;
}

#top .object_address_infos:has(.underhand_proprty_btn_wrap) {
    flex-direction: column;
    align-items: flex-end;
}

.underhand_form_wrap {
    position: fixed;
    z-index: 999999;
    top: 50%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.underhand_form_main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    background-color: #f9f7f1;
    position: relative;
}

.underhand_form_main .close_btn {
    position: absolute;
    right: 20px;
    font-size: 35px;
    top: 20px;
    cursor: pointer;
}

.underhand_form_main h3.underhand_form_title {
    text-align: center;
    margin-bottom: 30px !important;
}

.underhand_form_main form .anamal_vis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

#top .underhand_form_main form label.policy {
    grid-column: -1 / 1;
}

.underhand_form_open #header {
    z-index: 1;
}

.underhand_form_open {
    overflow: hidden;
}

.template-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.template-blog.home_news_section {
    /* display: block; */
}

.office-box .office-broker .filter-control-group button {
    border: none;
    margin: 0;
    font-size: 16px;
    padding: 10px 30px 10px;
    background-color: #494945;
    border-radius: 0;
    color: #fff;
    border-radius: 30px;
    border: solid 2px #494945;
}

.office-box .office-broker .filter-control-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: max-content;
    margin: 0 auto;
    padding: 10px 12px;
    border-radius: 40px;
    margin-bottom: 0;
    padding-top: 50px;
}

#top .filterInput .select2-container {
    margin-bottom: 0 !important;
}

.office-box .office-broker .filter-control-group button.active,
.office-box .office-broker .filter-control-group button:hover {
    background-color: #b09a53;
    border-color: #b09a53;
}



/* QR new functnionality css */
#top .middle_fakta_extra_page {
    display: flex;
    flex-wrap: wrap;
    outline: unset;
    outline-offset: unset;
    position: relative;
    z-index: 1;
    border: 1px solid #DFDEDE;
    border-radius: 10px;
    overflow: hidden;
}

#top .middle_fakta_extra_page .left_info_extra_page {
    padding: 0;
    position: relative;
    z-index: -1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#top .middle_fakta_extra_page .right_info_extra_page {
    padding: 45px 45px 55px;
    position: relative;
    background-color: #f9f7f1;
}

#top .middle_fakta_extra_page .left_info_extra_page,
#top .middle_fakta_extra_page .right_info_extra_page {
    width: 50%;
}

#top .middle_fakta_extra_page .right_info_extra_page .obj_detail_form,
#top .middle_fakta_extra_page .right_info_extra_page .container {
    padding: 0 !important;
}

#top .middle_fakta_extra_page .right_info_extra_page .obj_detail_form form {
    padding-bottom: 0px;
    padding: 0;
}

#top .middle_fakta_extra_page .right_info_extra_page .obj_detail_form form .anamal_vis {
    margin-bottom: 50px;
}

#top .middle_fakta_extra_page .intresse_form_section .wpcf7-form input[type="submit"] {
    position: relative;
    background: #45474b url("../images/btn-arrow.svg") no-repeat 95px 52% !important;
}

.responsive #top #wrap_all .container.property_detail_extra_page {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#top .middle_fakta_extra_page .left_info_extra_page img {
    width: 100%;
}

#top .middle_fakta_extra_page .left_info_extra_page .left_info_qr_code img {
    width: 270px;
    margin-bottom: 25px;
}

#top .middle_fakta_extra_page .left_info_extra_page .left_qr_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#top .middle_fakta_extra_page .left_info_extra_page .left_qr_logo img {
    margin-bottom: 0 !important;
    width: 230px;
    filter: invert(1);
}

#top .middle_fakta_extra_page .left_info_extra_page .left_info_extra_img {
    width: 100%;
    position: absolute;
    inset: 0;
}

#top .middle_fakta_extra_page .left_info_extra_page .left_info_extra_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top .middle_fakta_extra_page .left_info_extra_page .object_desc {
    position: relative;
    inset: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px;
    min-height: 700px;
}

#top .middle_fakta_extra_page .left_info_extra_page .object_desc ul .custom_line {
    display: none;
}

#top .middle_fakta_extra_page .left_info_extra_page .object_desc ul {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

#top .middle_fakta_extra_page .left_info_extra_page .object_desc ul li {
    width: 100%;
}

#top .middle_fakta_extra_page .object_desc .banner_obj_location_details h1 {
    font-size: 36px;
    line-height: 47px;
}

#top .middle_fakta_extra_page .object_desc .banner_obj_location_city {
    margin-top: 20px;
}

#top .middle_fakta_extra_page .right_info_extra_page .obj_detail_form::before {
    position: absolute;
    content: '';
    display: inline-block;
    background-image: url(../images/Logo-min.svg);
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: visible;
    visibility: visible;
    background-repeat: no-repeat;
    background-size: 500px;
    opacity: 0.018;
    left: 0;
    right: 0;
    top: auto;
    bottom: -11px;
    background-position: left;
    overflow: hidden;
    z-index: -1;
}

#top .left_info_qr_code {
    padding: 30px 50px 30px;
    width: 100%;
}

#top .left_qr_title {
    text-transform: unset;
    font-size: 34px;
    margin-bottom: 18px;
    line-height: 40px;
    font-weight: 600;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #b09a53;
}

#top .left_info_qr_code .left_qr_sub_title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: "Gill Sans";
    font-weight: normal;
    color: #000000;
}

#top .middle_fakta_extra_page .intresse_form_section h3 {
    margin-bottom: 28px;
}

#top .middle_fakta_extra_page .left_info_extra_page .left_info_extra_img:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: initial;
}

#top .middle_fakta_extra_page .right_info_extra_page .obj_detail_form {
    align-items: center;
    align-self: center;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

#top .qrprint_btn {
    max-width: 1600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 50px;
    padding: 0 50px;
}

#top .qrprint_btn .avia-button {
    padding: 7px 16px 6px;
    font-size: 15px;
}

#top .object_print_qr_code .middle_fakta_extra_page .left_info_extra_page {
    background-color: transparent;
    width: 100%;
}

#top .object_print_qr_code .container {
    max-width: 750px;
}

#top form label.policy.policy-qr span.wpcf7-list-item {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    gap: 10px;
}

#top form label.policy.policy-qr span.wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    font-family: "Gill Sans";
}

.responsive #top #wrap_all .container.property_detail_extra_page {
    padding-top: 160px !important;
    padding-bottom: 50px !important;
}

#top .middle_fakta_extra_page .intresse_form_section .wpcf7-form input[type="submit"]:hover {
    background-position: 105px 22px !important;
}

#top form label.policy.policy-qr {
    padding-top: 0 !important;
    margin-top: 2px;
}

#top .middle_fakta_extra_page .banner_obj_location_details * {
    color: #ffffff;
}

#top .middle_fakta_extra_page .left_info_extra_page .object_desc ul li {
    color: #ffffff;
}

#top .middle_fakta_extra_page .left_info_extra_page .left_qr_logo img {
    max-width: 175px;
}

#top .middle_fakta_extra_page .intresse_form_section .wpcf7-spinner {
    bottom: 15px;
    top: auto;
}


ul.val_manage_accordion li .accordian_text li.multival_bunch {
    border: none !important;
    margin-bottom: 0px !important;
}

li.gallery-image-li-click {
    padding: 10px 0;
}



#top .psw-field-wrap .error-confirm-psw {
    width: 100%;
    display: flex !important;
}

#top .btn-residential_surveillance button::after,
#top .btn-my-account button::after {
    display: none;
}

.generate_language_file {
    margin-bottom: 20px;
}

.range_slider_class {
    display: flex;
    justify-content: center;
    gap: 20px 20px;
	display:none;
}
.range_slider_class .rums_cls {
    flex: 0 0 40%;
}

.filters .filters-group.filter-sliders {
    margin-block: 0 !important;
}

#top .sellprice_info button.download-front-pdf {
    font-family: "Gill Sans";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    padding: 9px 36px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background-color: #45474b;
    border: 1px solid #45474b !important;
    line-height: 1.8;
}

#top .sellprice_info button.download-front-pdf:hover {
    background-color: transparent;
    color: #45474b;
}

.tooltip_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    position: relative;
    z-index: 99;
    width: max-content;
    margin-inline: auto;
    margin-bottom: 15px;
}

.tooltip_wrap .tooltip i.icon:before {
    content: "\f129";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: unset;
    width: 20px;
    font-family: "fontawesome";
    font-style: normal;
    line-height: 19px;
    font-weight: 500;
    background-color: var(--btn_hoverbackground);
    color: #fff;
}

.tooltip_wrap .tooltip .tooltip-wrapper {
    background-color: var(--btn_background);
    color: var(--btn_fontcolor);
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 20px -20px rgba(43, 54, 75, 0.3) !important;
    box-shadow: 0 20px 20px -20px rgba(43, 54, 75, 0.3) !important;
    padding: 15px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 450px;
    z-index: 1000;
    left: 50%;
    right: 0px;
    transform: translate(-50%, 0%);
    top: 32px;
    transition: all 0.3s ease;
}

.tooltip_wrap>p {
    margin-bottom: 0 !important;
}

.tooltip_wrap .tooltip .tooltip-wrapper p {
    color: #45474b;
    font-size: 13px !important;
    line-height: 20px;
    font-weight: normal;
    /* white-space: pre-line; */
}

.tooltip_wrap .tooltip:hover .tooltip-wrapper {
    visibility: visible;
    opacity: 1;
}

.tooltip_wrap .tooltip .tooltip-wrapper:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    z-index: 11;
}

@media handheld,
only screen and (max-width: 1750px) {
    #top .middle_fakta_extra_page .left_info_extra_page .object_desc {
        min-height: 500px;
    }
}

@media handheld,
only screen and (max-width: 1610px) {
    #top .popup-kontacta-mig .contact_form_wrap {
        height: 500px;
        overflow-y: auto;
        /* max-height: unset; */
    }
}

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

    #top .deal_listings .object_address ul li,
    #top .deal_listings .object_address ul li a,
    #top .deal_listings .object_address ul li span,
    #top .obj_related_deals .deal_listings .object_address ul li,
    #top .obj_related_deals .deal_listings .object_address ul li a,
    #top .obj_related_deals .deal_listings .object_address ul li span {
        font-size: 14px;
        line-height: 21px;
    }


    .underhand_btn {
        font-size: 14px;
    }

    .deal_listings .object_address ul {
        gap: 2px 0;
    }

    #top .right_info .obj_additional_info {
        padding: 20px 20px 30px;
    }

    #top .viewing_info .custom_vis .vis_date {
        padding: 16px 12px;
    }

    #top .right_info .obj_additional_info .vis_btn {
        margin-left: 12px;
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0 25px;
    }

    #top .custom_filter {
        padding-left: 50px;
        padding-right: 50px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        min-width: 218px;
    }

    #top .filterInput {
        max-width: 995px;
    }

    #top .custom_filter .container {
        padding: 37px 38px 60px;
    }

    #top .sellprice_info h1,
    #top .sellprice_info .saleinfo_price {
        font-size: 34px;
    }

    #top .new_comer .slick-slide .single-img-only {
        margin: 0 45px;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only {
        width: 48%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        width: 38%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        padding: 70px 45px;
        margin-left: -6px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul {
        margin: 0px -26px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul li {
        padding: 0px 26px;
    }

    #top .new_comer button.slick-prev.slick-arrow {
        left: 32px;
    }

    #top .new_comer button.slick-next.slick-arrow {
        right: 32px;
    }
}

@media only screen and (max-width: 1480px) {
    #top .filterInput {
        max-width: 884px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        min-width: 212px;
    }

    #top .object_fakta .middle_fakta .left_info {
        width: 48%;
    }

    #top .object_fakta .middle_fakta .right_info {
        width: 42.4%;
    }

    #top .deal_listings .object_address ul li,
    #top .deal_listings .object_address ul li a,
    #top .deal_listings .object_address ul li span {
        letter-spacing: 0px;
    }
}

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

    .property_main_container,
    #top ul.home_obj_slider,
    .object_banner .owl-carousel .owl-nav,
    .property_box_slider .owl-nav {
        padding: 0 30px;
    }

    #top .deal_listings .objects_repeat h2 {
        font-size: 19px;
        line-height: 26px;
        letter-spacing: 0px;
    }

    #top .right_info .obj_additional_info .vis_btn {
        margin-left: 6px;
    }

    #top .right_info .obj_additional_info .broker-section {
        padding: 0;
    }

    #top .right_info .obj_additional_info {
        padding: 20px 19px 30px;
    }

    #top .sellprice_info {
        padding: 30px 20px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 21px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -21px;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes {
        margin: 0px -18px;
    }

    .tabbedObjectsBytype ul.tab-objtypes li {
        padding: 0px 18px;
    }

    #top .filterInput {
        max-width: 805px;
    }

    #scroll-top-link {
        right: 15px;
    }

    #top .property-menu ul.list.list-table li a span {
        /* font-size: 16px; */
    }

    #top .deal_listings .object_address ul li,
    #top .deal_listings .object_address ul li a,
    #top .deal_listings .object_address ul li span {
        letter-spacing: 0;
    }

    #top .object_address span.custom_line {
        margin: 0px 8px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        padding: 70px 30px;
    }
}

@media (max-width: 1350px) {
    #top .middle_fakta_extra_page .left_info_extra_page .object_desc {
        min-height: 350px;
    }

    #top .middle_fakta_extra_page .right_info_extra_page {
        padding: 30px 25px 35px;
    }

    #top .middle_fakta_extra_page .left_info_extra_page .object_desc {
        padding: 35px 30px 30px;
    }

    #top .middle_fakta_extra_page .right_info_extra_page .obj_detail_form form .anamal_vis {
        margin-bottom: 30px;
    }
    .right_info .broker-section .brokerimg{
        margin-right: 20px;
        max-width: 200px;
    }
    .right_info .broker-section .broker_details {
        width: calc(100% - 119px);
    }
}

@media handheld,
only screen and (max-width: 1250px) {
    #top .object_address span.custom_line {
        height: 12px;
    }

    #top .project_box .prj_object_info ul span.custom_line {
        margin: 0px 26px;
    }

    #top .custom_banner .hover-data-wrap h1 {
        letter-spacing: 0px;
    }

    #top .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span,
    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        font-size: 14px;
    }

    #top .deal_listings .property_objtype {
        font-size: 14px;
    }

    #top .office-box .office-right-div {
        padding: 32px 28px;
    }

    #top .office-broker .office-broker-main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 16px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -16px;
    }
    #top .property-menu ul.list.list-table{
        gap: 0 60px;
    }

    #top #BookingForm .clsObjectDetailForm {
        height: 100%;
        overflow-y: auto;
    }

    #top .office-detail-maklare .ofc_form_section .ofc_contact_form {
        height: 100%;
        overflow-y: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes {
        margin: 0px -16px;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes li {
        font-size: 20px;
        padding: 0px 16px;
    }

    #top .filterInput {
        max-width: 695px;
    }

    #top .project_box .prj_object_namedata {
        padding-right: 4em;
    }

    #top .object_fakta .middle_fakta .right_info {
        width: 39.4%;
    }

    #top .object_fakta .middle_fakta .left_info {
        width: 55%;
    }

    #top .office-box .office-broker img {
        width: 100%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents h2 {
        font-size: 32px;
        line-height: 42px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul {
        margin: 0px -16px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul li {
        padding: 0px 16px;
    }

    #top .nykomment-btns a.avia-button {
        padding: 9px 25px !important;
    }

    #top .objects_repeat .object_img .object_salestatus img {
        max-width: 150px !important;
        width: 150px !important;
        height: 150px !important;
    }

    .office-box .office-broker .office-broker-list p {
        padding: 0px 15px;
    }
    #top .right_info .obj_additional_info .broker-section{
        flex-wrap: wrap;
    }
    .right_info .broker-section .brokerimg{
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
    .right_info .broker-section .broker_details {
        width: 100%;
        margin-top: 30px;
    }
    .right_info .broker-section .brokerimg img{
        max-height: 400px;
        width: 100%;
    }
}

@media handheld,
only screen and (max-width: 1150px) {
    #top .insikter_sec .fill {
        width: calc(50% - 20px);
        margin: 0px 30px 30px 0px;
    }

    #top .insikter_sec .fill:nth-child(2n) {
        margin-right: 0px;
    }

    #top .insikter_sec .fill:nth-child(3n) {
        margin-right: auto;
    }

    .logo {
        width: 230px;
    }

    #top #header .logo a img {
        min-width: auto !important;
    }



    #top.obj_listings .grid.square-btn {
        display: none;
    }

    #top .object_img .bidding_wrap span {
        padding: 9px 19px 8px;
        font-size: 14px;
        line-height: 19px;
    }
    #top.profile-page .deal_listings:has(.deal_list_view){
         grid-template-columns: 1fr;
    }
    #top .fakta_desc ul.fakta_list {
        padding: 30px;
    }
}

@media handheld,
only screen and (max-width: 1140px) {
    #top .object_address span.custom_line {
        height: 12px;
        margin: 0px 9px;
    }

    #top .right_info .obj_additional_info a.btn {
        padding: 9px 25px 9px 25px !important;
    }
	
	.avia-safari #top .right_info .obj_additional_info a.btn{
		padding: 14px 25px 9px 25px !important;
	}

    #top .broker-detail-main .broker-detail-info {
        width: 65%;
        padding-left: 50px;
    }

    #top .broker-detail-main .broker-detail-image {
        width: 30%;
    }

    #top .obj_related_deals .deal_listings .object_address ul li,
    #top .obj_related_deals .deal_listings .object_address ul li a,
    #top .obj_related_deals .deal_listings .object_address ul li span,
    #top .deal_listings .object_address ul li,
    #top .deal_listings .object_address ul li a,
    #top .deal_listings .object_address ul li span {
        letter-spacing: 0px;
    }

    #top .office-main-box .office_heading p {
        font-size: 16px;
    }

    #top .office-main-box .office-box h5 {
        font-size: 23px;
    }

    #top #BookingForm form,
    .obj_detail_form form .anamal_vis,
    #top .obj_detail_form .wpcf7 form.invalid .wpcf7-response-output,
    #top .obj_detail_form .wpcf7 form.unaccepted .wpcf7-response-output,
    #top .obj_detail_form .wpcf7 form.failed .wpcf7-response-output,
    #top .obj_detail_form .wpcf7 form.aborted .wpcf7-response-output {
        max-width: 100%;
        padding: 0px;
    }

    #top .bid_info_tbl_sec {
        /* padding: 13px 15px; */
    }

    #top .object_fakta .middle_fakta .right_info {
        width: 41.4%;
    }

    #top .object_fakta .middle_fakta .left_info {
        width: 55%;
    }

    #top .right_info .obj_additional_info a.maklare_link.btn {
        margin-bottom: 0px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 11px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -11px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 15px;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes li {
        font-size: 18px;
        padding: 0px 12px;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes {
        margin: 0px -12px;
    }

    #top .filterInput {
        max-width: 577px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        padding: 40px 30px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents span {
        font-size: 22px;
        margin-bottom: 4px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents h2 {
        margin-bottom: 20px;
    }

    #top .new_comer .slick-slide.slick-center .slide-prop-det {
        margin-top: 15px;
    }

    #top .nykomment-btns a.avia-button {
        padding: 6px 14px !important;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only img {
        height: 482px;
    }

    #top .nykomment-btns {
        margin: 20px -3px 0;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul li {
        padding: 0px 8px;
        font-size: 16px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul {
        margin: 0px -8px;
    }

    .ofc_form_section .ofc_contact_form form {
        max-width: 100%;
        padding: 0px 15px;
    }

}

@media(max-width: 1024px) {
    #top .insikter_sec .fill {
        width: 100%;
        margin: 0px 0px 20px 0px !important;
    }
    .office-broker .office-broker-main {
        grid-template-columns: repeat(2, 1fr);
    }
    .range_slider_class .rums_cls {
        flex: 0 0 80%;
    }
}

@media handheld,
only screen and (max-width: 1023px) {
    #top .office-box .office-right-div {
        width: 33%;
    }

    #top .office-box .office-left-div {
        width: 62%;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 8px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -8px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 15px;
    }

    #top .right_info .broker-section .broker_details {
        width: calc(100% - 156px);
    }

    #top .right_info .broker-section .brokerimg {
        margin-right: 12px;
    }

    #top .filterInput {
        max-width: 558px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        min-width: auto;
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0 18px;
    }

    #top .objects_repeat.full_view .object_img img {
        min-height: inherit;
        max-height: inherit;
    }

    #top .project_box .prj_object_info ul span.custom_line {
        margin: 0px 22px;
    }

    #top ul.val_manage_accordion li .accordian_text li.multival_bunch:first-child {
        /* margin-bottom: 30px; */
    }

    #top .deal_listings {
        gap: 25px;
        margin-bottom: 15px;
    }
}

@media handheld,
only screen and (max-width: 989px) {
    #top .fakta_desc .fakta_text h2, #top .fakta_desc .fakta_text h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .template-blog {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }

    .template-blog.home_news_section {
        display: block;
    }

    .property_main_container,
    #top ul.home_obj_slider,
    .object_banner .owl-carousel .owl-nav,
    .property_box_slider .owl-nav {
        padding: 0 15px;
    }

    #top .property_main_container {
        padding: 0 30px;
    }
    #top .property-menu ul.list.list-table{
        gap: 0 20px;
        padding: 0 20px;
    }
    #top .project_box .prj_object_img,
    #top .project_box .prj_object_info {
        width: 100%;
    }
    #top .project_box .prj_object_info {
        padding: 40px 30px 50px;
    }
    #top .bidding_info,
    #top .viewing_info{
        padding: 30px;
    }
    #top .bidding_accordion,
    #top .viewing_info .viewinng_heading{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    #top .project_box .prj_object_info ul {
        max-width: 100%;
        margin: 0px 0 20px;
        gap: 10px 0;
    }
    #top ul.gallery_normal li{
        padding: 11px;
    }
    #top ul.gallery_normal{
        margin: 0px -11px;
    }
    #top #bilder h3{
        margin-bottom: 15px;
    }
    #top .common_section h3{
        font-size: 40px;
        line-height: 50px;
    }
    #top .project_box .prj_bild_till_btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
    ul.val_manage_accordion li .accordian_text{
        padding: 26px 20px 30px;
    }
    #top ul.val_manage_accordion li .accordian_text li{
        margin-bottom: 25px;
    }
    .obj_valuemanagement_section ul.val_manage_accordion>li{
        padding: 35px 0 20px 0;
    }
    #top #karta .mapdiv{
        padding-bottom: 50px;
    }
    #top .project_box .prj_object_address h4,
    #top .project_box .prj_object_address h4 a {
        margin-top: 15px;
    }

    #top .project_box .prj_bild_till_btn a {
        margin: 0;
    }
    .object_fakta .middle_fakta .left_info{
        padding: 50px 0px 30px 0;
    }
    #top .fakta_desc ul.fakta_list{
        padding: 35px 40px;
    }
    #top .fakta_desc ul.fakta_list li label{
        font-size: 20px;
        line-height: 29px;
    }
    #top .fakta_desc ul.fakta_list li, #top .fakta_desc ul.fakta_list li label{
        /* font-size: 16px; */
    }
    #top .broker_details>span:first-child{
        font-size: 25px;
        line-height: 35px;
    }
    #top .project_box .prj_object_namedata {
        padding-right: 0;
        border-bottom: solid 1px rgba(255, 255, 255, 28%);
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-right: unset;
    }

    #top .broker-detail-main .broker-detail-info {
        width: 65%;
    }

    #top .broker-detail-main .broker-detail-image {
        width: 35%;
    }


    #top #header_main>.container .main_menu .av-main-nav>li#menu-item-search {
        margin-right: 20px;
    }

    .deal_listings .objects_repeat.full_view .custom-dots {
        margin-top: 220px;
    }

    #top .deal_listings .objects_repeat {
        padding: 0;
    }

    #top.obj_listings .deal_listings .objects_repeat.full_view {
        width: 100%;
    }

    #top.obj_listings .deal_listings {
        gap: 20px;
    }

    #top .val_manage_accordion .accordian_text iframe {
        width: 100% !important;
        height: 500px !important;
    }

    #top .office-main-box .office-box {
        font-size: 17px;
    }
    #top .object_banner .object_desc .banner_obj_sellingTextSubject{
        font-size: 42px;
        line-height: 50px;
    }
    #top .obj_related_deals .deal_listings .object_address ul li,
    #top .obj_related_deals .deal_listings .object_address ul li a,
    #top .obj_related_deals .deal_listings .object_address ul li span,
    #top.deal_listings .object_address ul li,
    #top .deal_listings .object_address ul li a,
    #top .deal_listings .object_address ul li span {
        font-size: 14px;
    }

    #top .object_address span.custom_line {
        margin: 0px 8px;
        height: 10px;
    }

    #top #bilder {
        padding-bottom: 0 !important;
    }

    #top .deal_listings .object_address ul li,
    #top .deal_listings .object_address ul li a,
    #top .deal_listings .object_address ul li span {
        /* font-size: 11px; */
        letter-spacing: 0;
    }

    #top .filter-wrapper .filters button {
        margin-bottom: 10px;
    }

    #top .responsive.html_mobile_menu_tablet.html_header_top #top.obj_listings #main,
    #top .responsive.html_mobile_menu_tablet.html_header_top #top.broker-detail-maklare #main,
    #top.broker-detail-maklare #main,
    #top.profile-page #main {
        padding-top: 110px !important;
    }

    #top .tillsalu_heading_content {
        padding-bottom: 5px;
    }
    #top .office-right-div p,
    #top .office-right-div p a {
        font-size: 15px;
    }

    #top .office-box #top .office-right-div {
        padding: 32px 22px;
        width: 36%;
    }

    #top .office-box #top .office-left-div {
        width: 61%;
    }

    .responsive.html_mobile_menu_tablet.html_header_top #top.object_detail #main {
        padding-top: 0px !important;
    }

    #top ul.gallery_normal li a {
        min-height: 300px !important;
    }

    #top ul.gallery_normal li a {
        min-height: 420px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 18px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 18px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -18px;
    }

    #top .object_fakta .middle_fakta .custom_tabing {
        margin-bottom: 40px;
    }

    #top .object_fakta .middle_fakta .right_info {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        /* -ms-flex-order: -1;
        order: -1; */
        margin-top: 0;
    }

    #top .object_fakta .middle_fakta .left_info {
        width: 100%;
    }

    #top .right_info .obj_additional_info {
        padding: 20px 25px 30px;
    }

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

    #top .viewing_info .custom_vis {
        width: 100%;
    }

    #top .viewing_info .custom_vis .vis_day {
        margin-right: 0;
    }
    #top .viewing_info .custom_vis .vis_day label{
        font-size: 20px;
    }


    #top .right_info .broker-section .broker_details {
        width: calc(100% - 256px);
    }

    #top .right_info .broker-section .brokerimg {
        margin-right: 25px;
        max-width: 230px;
    }

    #top .object_fakta .middle_fakta {
        padding-bottom: 10px;
    }

    #top .office-main-box {
        padding-top: 0;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes li {
        font-size: 15px;
        padding: 0px 9px;
        margin-bottom: 10px;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes {
        margin: 0px -9px;
    }

    #top .filterInput {
        max-width: 100%;
        margin-bottom: 12px;
    }

    #top .custom_filter .container {
        padding: 35px 28px 40px;
    }

    .custom_filter .filterElements {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0 50px 0 0;
    }

    .property_main_container .total_deal_count {
        flex-wrap: wrap;
        gap: 10px;
    }
    #top .total_deal_count .sorting_list_grid_cls {
        justify-content: flex-start;
        align-items: center;
        min-width: auto;
        margin-left: unset;
    }

    #top .total_deal_count h6 {
        margin-bottom: 13px !important;
    }

    #top .office-box .office-broker img {
        width: 100%;
    }

    #top .deal_listings .property_objtype {
        letter-spacing: 0;
    }

    #top .deal_listings .objects_repeat h2 {
        font-size: 19px;
        line-height: 26px;
    }

    #top .property-menu ul.list.list-table li a span {
        font-size: 16px;
    }

    #top .deal_listings .objects_repeat.full_view .object_info {
        min-width: 380px;
    }

    #top .new_comer .slick-arrow {
        width: 38px;
        height: 38px;
        background-size: 7px 15px;
        top: 302px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        width: 51%;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only {
        width: 42%;
    }

    #top .office-detail-maklare .ofc_contact {
        padding: 0px 0px 30px 0px;
    }

    #top .office-detail-maklare .ofc_contact a {
        margin-top: 0px !important;
    }

    #top .total_deal_count #sort_filter,
    #top .total_deal_count #citysort_filter {
        width: 140px;
    }

    #top .total_deal_count .show_list_grid_view .full_view_btn.square-btn,
    #top .obj_project_section .show_list_grid_view.full_view_btn.square-btn {
        margin-left: 12px;
    }

    #top.obj_listings main {
        padding-top: 90px;
    }

    #top .propertylist_section_main .deal_listings {
        gap: 30px;
    }

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

    #top .project_box .prj_object_info .prj_object_address {
        display: flex;
        flex-wrap: wrap;
    }

    #top .project_box .prj_object_data {
        padding-left: 0;
        width: 100%;
        justify-content: flex-start;
    }

    #top .project_box .prj_object_address h4,
    #top .project_box .prj_object_address h4 a {
        font-size: 26px;
        line-height: 31px;
    }

    #top .objects_repeat .object_img {
        height: 350px;
    }

    .deal_listings .objects_repeat {
        width: 100%;
    }

    .deal_listings .objects_repeat.full_view .object_info {
        min-width: auto !important;
        position: static;
        background-color: transparent;
    }

    .deal_listings .objects_repeat.full_view {
        max-height: unset;
        height: auto;
    }

     .responsive #top.obj_listings #wrap_all #main, 
    .responsive #top.broker-detail-maklare #wrap_all #main, 
    .responsive #top.profile-page #wrap_all #main, 
    .responsive #top #wrap_all header.av_header_with_border + #main {
        padding-top: 145px !important;
    }

    #top .middle_fakta_extra_page .left_info_extra_page,
    #top .middle_fakta_extra_page .right_info_extra_page {
        width: 100%;
    }

    #top .middle_fakta_extra_page .right_info_extra_page .obj_detail_form form .anamal_vis {
        margin-bottom: 0;
    }

    #top .left_qr_title {
        margin-bottom: 15px;
    }

    #top .left_info_qr_code .left_qr_sub_title {
        margin-bottom: 20px;
    }

    #top .middle_fakta_extra_page .left_info_extra_page .left_info_qr_code img {
        margin-bottom: 15px;
    }

    #top .middle_fakta_extra_page .right_info_extra_page {
        padding: 25px 40px 45px;
    }

    #top .middle_fakta_extra_page .left_info_extra_page .object_desc {
        min-height: 330px;
    }

    #top .middle_fakta_extra_page .object_desc .banner_obj_location_city {
        margin-top: 10px;
    }


    #top .banner_obj_location_details span {
        margin-bottom: 7px;
    }

    #top .middle_fakta_extra_page .left_info_extra_page .object_desc {
        padding: 35px 30px 24px;
    }

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

    #top .middle_fakta_extra_page .intresse_form_section .wpcf7-form input[type="submit"] {
        background-position: 95px 53% !important;
        padding-right: 60px !important;
    }

    #top .middle_fakta_extra_page .intresse_form_section h3 {
        margin-bottom: 25px;
        padding-bottom: 18px;
    }

    #top .middle_fakta_extra_page .intresse_form_section .wpcf7-form input[type="submit"]:hover {
        background-position: 105px 22px !important;
    }
    .bidding_info .bidding_tabel tr td {
        font-size: 16px;
        line-height: 20px;
    }
    #top #anmal_intresse {
        padding: 50px 0 50px;
    }
}

@media handheld,
only screen and (max-width: 767px) {
    #top .fakta_desc .fakta_text h2, #top .fakta_desc .fakta_text h1 {
        font-size: 30px;
        line-height: 37px;
    }
	#top .property_search_filter .filter-wrapper .filters .sale_obj_search_cls {
		display: block;
	}

    #top .object_info .object_address .sellingTextSubject {
        font-size: 21px;
        line-height: 26px;
    }
    .viewing_info .custom_vis {
        grid-template-columns: max-content 1fr max-content;
    }

    .template-blog {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 26px;
    }

    #top .property_main_container {
        padding: 0 20px;
    }

    .office-broker .office-broker-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .office-detail-maklare .ofc_form_section .ofc_contact_form {
        padding-top: 50px;
    }

    .slider-controls .custom-dots {
        margin-top: 175px;
    }
    .office-detail-maklare .ofc_form_section .form-close-btn {
        width: 35px;
        height: 35px;
        /* font-size: 26px; */
    }
    #top #filer_and_lankar{
        padding-bottom: 0;
    }
    #top .common_section h3{
        padding-bottom: 15px;
        margin-bottom: 26px;
    }
    #top .property-menu{
        height: auto;
        padding: 10px 0;
    }
    #top .property-menu ul.list.list-table{
        flex-wrap: wrap;
    }
    .office-detail-maklare .ofc_form_section .form-close-btn:after {
        width: 12px;
        height: 12px;
    }
    .viewing_info .custom_vis{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #top .vis_btn a{
        font-size: 18px;
        line-height: 23px;
    }
    #top #wrap_all .normal_gallery_img .gallery-view-link a.avia-button{
        margin-top: 20px;
    }
    #top ul.gallery_normal li{
        width: 100% !important;
    }
    #top #bilder h3 {
        margin-bottom: 5px;
    }
    #top .property-menu ul.list.list-table li{
        padding: 0 !important;
    }
    #top #plantritning{
        padding-bottom: 0;
    }
    #top .common_section h3 {
        font-size: 30px;
        line-height: 42px;
    }
    #top #plantritning h3{
        margin-bottom: 15px;
    }
    #top #karta .mapdiv {
        padding-bottom: 40px;
    }
    #top .object_fakta .middle_fakta {
        padding-bottom: 40px;
    }  
    #top .bidding_info, #top .viewing_info {
        padding: 20px;
    }
    #top .bidding_accordion, #top .viewing_info .viewinng_heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #top .viewing_info{
        font-size: 16px;
        line-height: 24px;
    }
    #top #karta h3{
        margin-bottom: 30px;
    }
    #top .broker_details>span:first-child {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 10px !important;
    }
    .right_info .broker-section .broker_details span, .right_info .broker-section .broker_details p a, .right_info .broker-section .broker_details p{
        font-size: 16px;
        line-height: 24px;
    }
    #top .right_info .obj_additional_info a.maklare_link.btn{
        margin-top: 20px;
    }
    #top .fakta_desc ul.fakta_list li{
        gap: 0 12px;
    }
    .template-blog.home_news_section {
        display: block;
    }
    #top .fakta_desc ul.fakta_list {
        padding: 25px 20px;
    }
    #top .right_info .obj_additional_info a.btn {
        padding: 9px 20px 9px 20px !important;
    }
    #top .sellprice_info label{
        font-size: 18px;  
        line-height: 26px;
    }
    #top .fakta_desc ul.fakta_list li, #top .fakta_desc ul.fakta_list li label{
        font-size: 18px;
    }
    #top ul.val_manage_accordion li .accordian_text li label{
        width: 100%;
    }
    #top .fakta_desc ul.fakta_list{
        margin: 35px 0 0 0;
    }
    .underhand_form_wrap {
        background-color: rgb(249 247 241);
    }

    .underhand_form_main form .anamal_vis {
        grid-template-columns: 1fr;
    }

    .underhand_form_main {
        padding: 50px 0;
    }

    .deal_listings .objects_repeat.full_view .custom-dots {
        margin-top: 178px;
    }

    #top .project_box .prj_object_info {
        padding: 40px 20px 50px;
    }

    #top #header_main>.container .main_menu .av-main-nav>li#menu-item-search {
        margin-right: 10px;
    }
    .film_section .embed-button img {
        width: 60px;
        height: 60px;
    }

    .film_section #video-pause {
        background-size: 75px;
    }

    #top .makler_main_info.container {
        margin-top: 45px !important;
        margin-bottom: 30px !important;
    }

    #top .makler_banner_img {
        height: 300px;
    }

    /* .responsive.html_mobile_menu_tablet #top #wrap_all #header.fixed  #header_main > .container .main_menu .av-main-nav > li.login-mobile-wrap .login-mobile.activemenu{
		top: 58px;
	} */


    #top .propertylist_section_main {
        padding: 0 20px;
    }

    #top .deal_listings {
        padding-bottom: 15px;
    }

    #top .broker-detail-main .broker-detail-image,
    #top .broker-detail-main .broker-detail-info {
        width: 100%;
    }
    #top .object_banner .object_desc .banner_obj_sellingTextSubject{
        font-size: 36px;
        line-height: 40px;
    }
    #top .nykomment-btns a.avia-button {
        font-size: 13px;
        padding: 6px 20px !important;
    }

    #top .monitor_final_pris button {
        min-width: 180px;
        padding: 12px 12px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents span {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 22px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #top .project_box .prj_object_info ul span.custom_line {
        margin: 0px 14px;
    }

    #top .project_box .prj_object_info ul li strong,
    #top .new_comer .slick-slide.slick-center .slide-contents ul li strong,
    #top .project_box .prj_object_info ul li,
    #top .new_comer .slick-slide .slide-contents ul li {
        font-size: 16px;
    }

    #top h2,
    #top h2 a {
        font-size: 30px;
        line-height: 40px;
    }

    #top .project_box .prj_object_address h2 {
        margin-bottom: 10px;
    }

    #top .project_box .prj_object_address h4 {
        margin-top: 0;
    }

    #top .project_box .prj_object_info ul {
        margin: 0px 0 25px;
    }

    #top .val_manage_accordion .accordian_text iframe {
        height: 330px !important;
    }

    #top .map-box p label,
    #top .map-box p {
        margin-bottom: 2px;
    }

    .quick-connect-broker-form button.close_brk_sec {
        right: 15px;
    }

    #top .tabs_property.deal_listings,
    .deal_listings {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }



    #top .custom_filter .avia_codeblock span {
        padding: 0 0 12px;
    }

    #top .custom_filter h2 {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    #top .broker-detail-main .broker-detail-info {
        padding-left: 0;
        margin-top: 30px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        padding: 9px 20px !important;
        font-size: 13px;
    }

    /* #top img.leaflet-marker-icon.leaflet-interactive.activemarker {
        width: 34px !important;
        height: auto !important;
    } */



    #top .total_deal_count h6 {
        margin-bottom: 13px !important;
    }

    #top .property_main_container .total_deal_count {
        flex-direction: column;
        align-items: flex-start;
    }

    #top .custom_filter .container {
        margin-top: -14px !important;
        padding: 35px 28px 40px !important;
    }

    #top .custom_filter {
        padding-left: 15px;
        padding-bottom: 0;
        padding-right: 15px;
    }

    #top .office-right-div p,
    .office-right-div p a {
        font-size: 16px;
    }

    #top .office-main-div,
    .broker-detail-main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    #top .office-box .office-left-div,
    #top .office-box .office-right-div {
        width: 100%;
    }

    #top .office-box .office-broker .office-broker-list:last-child {
        margin-bottom: 0;
    }

    #top .office-object-list.deal_listings {
        padding: 45px 0px 0;
        margin: 0;
    }

    #top .deal_listings .objects_repeat {
        padding: 0;
        width: 100%;
    }

    #top .deal_listings .objects_repeat:last-child {
        padding-bottom: 0;
    }

    #top .office-box .office-left-div {
        margin-bottom: 20px;
    }

    #top .office_layout {
        margin-bottom: 0 !important;
    }

    .responsive #top.obj_listings #wrap_all #main, 
    .responsive #top.broker-detail-maklare #wrap_all #main, 
    .responsive #top.profile-page #wrap_all #main, 
    .responsive #top #wrap_all header.av_header_with_border + #main {
        padding-top: 110px !important;
    }




    #top .filter-wrapper .are_other_cls .filters-group.filter-sliders {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-bottom: 0;
    }

    #top .filter-wrapper .pris_rum_main_cls,
    .filter-wrapper .are_other_cls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #top .deal_listings .objects_repeat h2 {
        font-size: 18px;
        line-height: 23px;
    }

    #top .filter-wrapper .filterTextMain input[type="text"] {
        margin-bottom: 0px !important;
    }

    #top .filters .filters-group.filter-sliders {
        padding: 5px 20px;
    }

    #top .object_address span.custom_line {
        margin: 0px 7px;
        height: 9px;
    }



    #top .total_deal_count h6,
    #top .total_deal_count h6 #top .mixCount {
        margin-bottom: 0px;
    }

    #top .deal_listings .objects_repeat.deal_list_view h2 {
        margin-bottom: 12px !important;
    }


    #top .office-main-box .office-box:last-child {
        padding-bottom: 0;
    }

    #top .brkr-objectbox {
        padding: 45px 0 0px;
    }

    #top .obj_detail_form form .anamal_vis p,
    #top .obj_detail_form form .anamal_vis p:nth-child(8),
    #top #BookingForm form .anamal_vis p,
    #top #BookingForm form .anamal_vis p:nth-child(8) {
        width: 100%;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    #top .obj_detail_form form .anamal_vis p:nth-last-child(-n + 2),
    #top #BookingForm form .anamal_vis p:nth-last-child(-n + 2) {
        width: 100%;
    }

    #top .obj_detail_form form .anamal_vis label.policy .wpcf7-list-item-label::before,
    #top .obj_detail_form form .anamal_vis label.policy input[type="checkbox"] {
        top: 3px;
    }

    #top .common_section,
    .obj_related_deals {
        padding: 25px 0 25px;
    }

    #top .object_fakta,
    #top .common_section {
        margin-bottom: 0px;
    }
    #top .bilder-btn a.avia-button {
        padding: 7px 20px 7px 20px !important;
        margin-top: 0;
        min-width: auto;
        font-size: 15px;
    }

    #top .object_banner .object_desc ul li {
        width: 38px;
        height: 38px;
        line-height: unset;
        margin: 0px 3px;
    }

    #top .object_banner .object_desc ul {
        margin: 0px -3px;
    }

    #top .object_banner .bilder-btn a.avia-button img {
        width: 18px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 8px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -8px;
    }

    #top .sellprice_info h1,
    #top .sellprice_info .saleinfo_price {
        margin-bottom: 5px;
    }

    #top .sellprice_info {
        padding: 20px 18px;
    }

    #top .object_fakta .middle_fakta .custom_tabing {
        margin-bottom: 30px;
    }

    #top .right_info .obj_additional_info {
        padding: 20px 15px 30px;
    }

    #top .fakta_desc ul.fakta_list li,
    #top .fakta_desc ul.fakta_list li label {
        font-size: 16px;
    }

    #top .fakta_desc .short_desc p {
        margin-bottom: 20px;
    }

    #top .object_fakta .middle_fakta .left_info {
        padding: 40px 0px 20px;
    }

    #top .obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle {
        font-size: 20px;
        line-height: 30px;
    }

    #top .obj_valuemanagement_section ul.val_manage_accordion>li {
        padding: 15px 0 10px 0;
    }
    #top ul.val_manage_accordion li .accordian_text {
        padding: 25px 10px 25px;
        width: 100%;
    }
    .obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle {
        padding-bottom: 15px;
    }
    .obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle::before {
        height: 18px;
        bottom: 22px;
    }
    .obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle::after {
        width: 18px;
        right: 3px;
        bottom: 31px;
    }

    #top ul.val_manage_accordion li .accordian_text.building_sec li.multival_bunch:nth-child(even):before {
        left: -10px;
    }

    #top ul.val_manage_accordion li .accordian_text.building_sec li.multival_bunch:nth-child(even):after {
        right: -10px;
    }


    #top .common_section h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #top ul.gallery_normal li:first-child {
        width: 33.33%;
    }

      #top ul.gallery_normal li a {
        min-height: 300px !important;
    }

    #map_canvas {
        height: 416px !important;
    }

    #top .obj_related_deals>h2 {
        font-size: 32px !important;
    }
    #top .obj_related_deals .deal_listings {
        margin: 25px 0px 0px;
    }

    /* #top .deal_listings .property_objtype{
		font-size: 18px;
	} */
    /* #top .office-main-box .office-box .office_heading {
        padding: 16px 7px 0px;
    } */
    #top .office-main-box .office-box h5 {
        font-size: 19px;
        line-height: 24px;
    }

    #top #BookingForm .wpcf7 {
        padding: 32px 20px 30px;
    }

    #top #BookingForm .form-close-btn-boka {
        right: 15px;
        top: 20px;
    }

    #top #BookingForm form input[type="submit"] {
        margin-bottom: 200px;
    }

    #top #BookingForm .clsObjectDetailForm {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #top #BookingForm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        z-index: 999;
    }

    #top .right_info .obj_additional_info .vis_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #datafetch>div {
        padding: 30px 15px;
    }

    #top .login-form-wrap {
        margin-top: 0;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    #top .custom_filter .filterElements {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #top .filterInput,
    #top .custom_filter .avia_codeblock span,
    #top .custom_filter a.avia-button.ellerbtn {
        margin-top: 12px;
    }

    #top .custom_filter a.avia-button.ellerbtn {
        margin-top: 0;
        float: right;
    }

    #top .filterInput {
        max-width: 100%;
        margin-bottom: 0px;
    }

    #top .main_color.custom_filter input[type='text'] {
        padding-right: 18px;
    }

    #top .filters-group .irs--round .irs-from {
        left: 0 !important;
    }

    .filters .pris_slide span.irs-to {
        margin-left: -0px;
        min-width: auto;
        text-align: left;
    }

    .office-box .office-broker img {
        height: auto;
    }

    .object_banner .bilder-btn a.avia-button img {
        margin-top: -3px;
    }

    .right_info .obj_additional_info .broker-section {
        padding: 13px 15px;
    }

    #datafetch .propertyResult hr {
        margin: 2px 0 2px;
    }

    #datafetch .propertyResult a {
        font-size: 15px;
    }

    .office-listing-maklare .office-box .object_img a {
        height: 180px;
    }

    #top .map_left_right_cnt {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #top .marker_left_img_sec {
        width: 35%;
        margin-bottom: 0;
    }

    #top .marker_right_text_sec {
        padding-left: 0;
        width: 60%;
    }

    #top .leaflet-popup-content {
        width: 310px !important;
    }

    #top .map-box .map_marker_title h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .viewing_info .custom_vis .vis_date {
        padding: 16px 10px;
    }

    #top .property-menu ul.list.list-table li {
        background-size: 1.5rem 1.5rem;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .broker-detail-main {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .broker-detail-main .broker-detail-image img {
        width: auto;
        display: block;
        max-width: 100%;
        margin: 0px auto;
    }

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

    #top .broker_detail_frm input[type="submit"] {
        display: block;
    }

    #top .map-box .marker_left_img_sec img {
        height: auto;
    }

    #top .broker_detail_frm p {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #scroll-top-link {
        bottom: 92px;
    }

    #top.home ul.home_obj_slider {
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 60px;
        gap: 50px;
    }

    .office-box .office-broker .office-broker-list {
        padding: 0;
        margin-bottom: 0px;
    }

    .office-broker .office-broker-main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
    }

    .office-box .office-broker .office-broker-list p {
        padding: 0px 12px;
    }

    .object_banner {
        position: relative;
        height: 776px;
    }

    .header_banner_slider {
        height: 776px;
        position: relative;
        z-index: 0;
    }

    .object_banner .owl-carousel .owl-nav,
    .property_box_slider .owl-nav {
        padding: 0px 15px;
        margin-top: 30px;
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 30px;
    }

    .object_banner .owl-carousel .owl-nav button,
    .property_box_slider .owl-nav button {
        width: 25px;
        height: 25px;
        margin: 0 8px;
        background-size: 12px !important;
        background-position: center !important;
    }

    .object_banner .owl-carousel .owl-nav,
    .property_box_slider .owl-nav {
        padding: 0px 15px;
        margin-top: 30px;
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 30px;
    }

    .object_banner,
    .object_banner .owl-carousel .owl-item img,
    .header_banner_slider {
        height: 580px;
    }

    .objects_repeat .object_img img {
        min-height: auto;
        max-height: 100%;
    }

    #top.object_detail #scroll-top-link {
        bottom: 200px;
    }

    .object_banner .object_desc {
        position: absolute;
        bottom: 70px;
        width: 100%;
        align-items: center;
        padding: 0px 15px;
        flex-wrap: wrap;
        right: 0;
        left: 0;
        margin: 0 auto;
        gap: 10px;
        justify-content: start;
        text-align: center;
        justify-content: center;
    }

    #top .object_banner .object_desc h2 {
        margin-bottom: 0;
    }

    #top .obj_plantring_section .lightbox .image-map>img {
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        background-color: transparent;
    }

    #top .inner_tooltip {
        max-width: 100%;
        width: 92%;
    }

    #top .inner_tooltip input {
        background-size: 2rem 2rem;
        background-position: left top 68%;
    }

    #top .avia-search-tooltip.avia-tt .close-button {
        top: 15px;
        right: 15px;
    }

    #top .quick-connect-broker-form {
        position: fixed;
        right: 0;
        bottom: 65px;
        z-index: 9;
        width: auto;
    }

    #top .quick-connect-broker-form.kon-mig-show {
        z-index: 9999;
        width: 100%;
        bottom: auto;
        top: 0;
    }

    #top .popup-kontacta-mig .contact_form_wrap h2 {
        padding-bottom: 15px;
        font-size: 19px;
        margin-bottom: 0;
        line-height: 28px;
    }

    #top .popup-kontacta-mig form {
        margin-bottom: 125px;
    }

    #top .quick-connect-broker-form.kon-mig-show .popup-kontacta-mig.show {
        width: 100% !important;
        height: 100vh;
        position: fixed;
        top: 0;
    }

    #top .popup-kontacta-mig .contact_form_wrap .content_block {
        padding: 0px 15px;
        width: 100%;
    }

    #top .popup-kontacta-mig .contact_form_wrap {
        bottom: auto;
        top: calc(var(--wp-admin--admin-bar--height, 0px) + 90px);
        bottom: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px 10px !important;
        height: auto;
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-height: none;
    }

    #top .popup-kontacta-mig .form-close-btn {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        right: 15px;
    }

    #top .popup-kontacta-mig .form-close-btn:after {
        width: 12px;
        height: 12px;
    }

    #top .form-close-btn img {
        display: inline-block;
        display: inline-block;
    }

    #top .lg-actions .lg-next,
    #top .lg-actions .lg-prev {
        width: 40px;
        height: 40px;
        top: 46%;
    }

    #top .office-map {
        padding: 50px 0 50px;
    }

    #top .office-map .deal_main_div {
        margin-top: 30px;
    }

    #top .object_banner .object_desc ul li {
        margin: 0px 5px 0 0;
        width: 35px;
        height: 35px;
        line-height: unset;
    }

    #top .object_banner .object_desc ul {
        margin: 0;
    }

    #top .quick-connect-broker-form .btn-kontacta-mig a label {
        padding: 5px 15px;
        font-size: 14px;
    }

    #top .quick-connect-broker-form .btn-kontacta-mig a {
        padding-right: 15px;
    }

    .viewing_info .custom_vis {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .total_deal_count .show_list_grid_view button.selected-view:hover,
    .total_deal_count .show_list_grid_view button.grid.selected-view {
        background-image: url(../images/list_icon_0w.svg);
        background-position: left 10px top 11px;
        background-size: 18px 18px;
        min-width: 88px;
    }

    #top .object_banner .object_desc .social-btn ul li i.fa {
        font-size: 20px;
    }

    #top .object_banner .bilder-btn a.avia-button {
        padding: 11px 17px 12px !important;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }
	
	.avia-safari #top .object_banner .bilder-btn a.avia-button {
        padding: 17px 17px 12px !important;
    }

    #top .popup-kontacta-mig .form-left-text label {
        width: 100%;
    }

    #top .popup-kontacta-mig,
    #top .popup-kontacta-mig.show {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .deal_listings .objects_repeat.full_view {
        min-width: auto;
        min-height: auto;
        height: auto;
    }

    .deal_listings .objects_repeat.full_view .object_img,
    .deal_listings .objects_repeat.full_view .obj_box,
    .deal_listings .objects_repeat.full_view .obj_box,
    .deal_listings .objects_repeat.full_view>a {
        height: auto;
    }

    .objects_repeat.full_view .object_img .bidding_wrap {
        left: 18px;
        right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .total_deal_count .show_list_grid_view button.grid,
    .obj_project_section .show_list_grid_view button.grid {
        display: none;
    }

    .filter-wrapper .filters button:before {
        background-color: transparent;
    }

    .filter-wrapper .filters button.filterBtn.mixitup-control-active:before {
        background-color: #45474b;
    }

    .obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields ul.accordian_text.val_sec_full_width.open {
        padding-top: 0px;
    }

    .obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle,
    .obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle.custom_click {
        padding: 10px 0;
    }

    .obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle::after {
        top: 20px;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only {
        width: 45%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        width: 53%;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only img {
        height: 300px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        padding: 25px 20px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents p,
    #top .new_comer .slick-slide.slick-center .slide-contents ul li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    #top .new_comer .slick-arrow {
        top: 248px;
    }

    #top .new_comer button.slick-next.slick-arrow {
        right: 10px;
    }

    #top .new_comer button.slick-prev.slick-arrow {
        left: 10px;
    }

    #top .new_comer .content {
        padding-bottom: 0;
    }

    #top ul.val_manage_accordion li .accordian_text.building_sec li {
        margin-bottom: 25px;
    }

    #top ul.val_manage_accordion li .accordian_text li.multival_bunch:last-child {
        margin-bottom: 0px;
    }

    .ofc_form_section .ofc_contact_form .form-left-text p {
        width: 100%;
        margin: 0px 0 5px 0 !important;
    }

    .office-detail-maklare .ofc_form_section .form-close-btn {
        right: 15px;
        top: 20px;
    }

    #top h1.no_object_text {
        padding: 0 15px 12px;
    }

    #top .insikter_sec h3 {
        margin-bottom: 20px;
    }

    #top .total_deal_count #sort_filter,
    #top .total_deal_count #citysort_filter {
        width: 145px;
    }

    #top.obj_listings main {
        padding-top: 0;
    }
    #top.obj_listings .list.square-btn {
        display: none;
    }

    #top .full_view_btn.square-btn.selected-view {
        background-color: #45474b;
        color: #fff;
        height: 36px;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 18px;
        font-family: 'Open Sans' !important;
        font-weight: 300 !important;
        padding: 5px 11px 5px 22px;
        position: relative;
        text-align: right;
    }

    #top .total_deal_count .show_list_grid_view .square-btn {
        margin-left: 0;
    }

    #top .propertylist_section_main .deal_listings {
        gap: 20px;
    }

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

    .all_colors .searched_property_criteria_name h4 {
        margin-bottom: 0;
    }

    #top.object_detail .entry-content-wrapper li.custom_fld_bunch .cmt_bunch {
        margin-bottom: 12px;
    }

    #top.object_detail .entry-content-wrapper li.custom_fld_bunch .cmt_bunch {
        padding-bottom: 10px;
    }

    #top.object_detail .entry-content-wrapper li.custom_fld_bunch .cmt_bunch {
        margin-top: 10px;
    }

    #top .project_box .prj_object_namedata p {
        font-size: 16px;
        line-height: 26px;
    }

    #top .project_box .prj_object_info ul li:nth-child(odd) {
        margin-right: 20px;
        padding-right: 20px;
    }

    #top .project_box .prj_object_address h4,
    #top .project_box .prj_object_address h4 a {
        font-size: 22px;
        line-height: 27px;
    }
    .tabbedObjectsBytype .dropdown-objtypes #objectTypeDropdown {
        margin-left: 0;
        margin-top: 15px;
        height: 46px;
        background-size: 12px;
        padding: 10px 23px 11px;
        background-position: center right 23px;
    }

    .deal_listings .object_address ul {
        padding-left: 0;
    }

    .deal_listings .object_address ul {
        gap: 4px 0;
    }

    #top .deal_listings .objects_repeat.full_view .object_info .object_address {
        padding: 20px 25px 20px;
    }

    #top .deal_listings .property_objtype {
        font-size: 15px;
    }

    #top .deal_listings .object_address ul li,
    #top .deal_listings .object_address ul li a,
    #top .deal_listings .object_address ul li span,
    #top .obj_related_deals .deal_listings .object_address ul li,
    #top .obj_related_deals .deal_listings .object_address ul li a,
    #top .obj_related_deals .deal_listings .object_address ul li span {
        font-size: 15px;
    }

    .image-map-image > a.lightbox:nth-last-child(2):first-child,
    .image-map-image > a.lightbox:nth-last-child(2):first-child ~ a.lightbox {
        flex: 1 1 100%;
    }

    /* If 3 or more → first two are 50%, rest are 100% */
    .image-map-image > a.lightbox:nth-child(-n+2):nth-last-child(n+2) {
        flex: 1 1 100%;
    }

    #top .right_info .broker-section .broker_details span,
    #top .right_info .broker-section .broker_details p a,
    #top .right_info .broker-section .broker_details p {
        margin-bottom: 7px;
    }

    #top ul.val_manage_accordion li .accordian_text li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    #top ul.val_manage_accordion li .accordian_text li label {
        font-size: 17px;
        line-height: 26px;
    }

    #top .object_banner .bilder-btn a.avia-button:after {
        top: 4px;
        width: 11px;
    }

    .obj_detail_form form .anamal_vis label {
        width: 100%;
    }

    #top form textarea {
        min-height: 125px;
    }

    #top .filesnlinks-doc a {
        font-size: 16px;
        line-height: 26px;
    }

    #top .gallery.custom .gallery_img_text {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 26px;
    }

    #top fieldset+.select2-container--default.select2-container--open,
    #top fieldset+.select2-container--default.select2-container--open .select2-dropdown {
        max-width: 306px !important;
    }

    #top .select2-results ul li {
        font-size: 16px;
        line-height: 23px;
    }

    #top .select2-results ul li strong {
        font-size: 16px;
        line-height: 23px;
    }

    #top .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        margin-top: 10px;
    }

    #top .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0px 5px;
    }

    #top .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        font-size: 13px;
    }

    #top .select2-container--default.select2-container--open .select2-dropdown {
        left: 0px !important;
    }

    .office-main-box .office_heading {
        margin-bottom: 7px !important;
    }

    .office-main-box .office-box .office_info {
        padding: 20px 20px 20px;
    }

    #top .office-main-box .office-box .office_detail p {
        font-size: 15px;
        line-height: 21px;
    }

    #top .all_colors .broker-detail-image h4 {
        font-size: 20px;
        line-height: 28px;
    }

    #top .viewing_info .custom_vis .vis_day label {
        font-size: 16px;
        line-height: 21px;
    }

    #top .middle_fakta_extra_page .right_info_extra_page {
        padding: 30px 20px 45px;
    }



    #top .middle_fakta_extra_page .left_info_extra_page .object_desc ul li {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    #top .middle_fakta_extra_page .object_desc .banner_obj_location_city {
        margin-top: 0;
    }

    #top .left_qr_title {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 37px;
    }

    #top .middle_fakta_extra_page .left_info_extra_page .left_info_qr_code img {
        margin-bottom: 15px;
        width: 210px;
    }

    #top .middle_fakta_extra_page .left_info_extra_page .left_qr_logo img {
        width: 150px;
    }

    #top .left_info_qr_code {
        padding: 35px 25px 25px;
    }

    #top .middle_fakta_extra_page .left_info_extra_page .object_desc {
        padding: 50px 30px;
        min-height: 400px;
    }

    #top .qrprint_btn {
        padding: 0 15px;
    }

    .responsive #top #wrap_all .container.property_detail_extra_page {
        padding-top: 130px !important;
    }

    #top .left_info_qr_code .left_qr_sub_title {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    #top form label.policy.policy-qr span.wpcf7-list-item .wpcf7-list-item-label {
        font-size: 15px;
        line-height: normal;
    }

    #top .middle_fakta_extra_page .intresse_form_section .wpcf7-form input[type="submit"] {
        background-position: 82px 53% !important;
    }

    #top .middle_fakta_extra_page .intresse_form_section .wpcf7-form input[type="submit"]:hover {
        background-position: 90px 20px !important;
    }

    #top .sellprice_info button.download-front-pdf {
        padding: 9px 20px;
        line-height: 1.5;
    }

    .tooltip_wrap .tooltip .tooltip-wrapper {
        width: 320px;
    }
    #top .deal_listings:has(.deal_list_view) {
        grid-template-columns: 1fr;
        position: relative;
    }
    #top .office-object-list.deal_listings {
        padding: 10px 0px 0;
        margin: 0;
    }
    .bidding_info .bidding_tabel tr td {
        font-size: 16px;
        line-height: 20px;
    }
    #top #anmal_intresse {
        padding: 25px 0 50px;
    }
    #top .obj_detail_form .wpcf7-form input[type="submit"], 
    #top #BookingForm form .wpcf7-form input[type="submit"]{
        margin: 25px auto 0;
    }
    .quick-connect-broker-form.kon-mig-show .btn-kontacta-mig, 
    .quick-connect-broker-form.kon-mig-show .close_brk_sec {
        display: none;
    }
     .range_slider_class .rums_cls {
        flex: 0 0 100%;
    }
    #top .property_search_filter .filter-wrapper {
        margin-bottom: 2rem;
    }
}

@media handheld,
only screen and (max-width: 639px) {
    #top .t-clm {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 16px;
        letter-spacing: 0;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 6px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -6px;
    }

    #top .fakta_desc ul.fakta_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #top .fakta_desc ul.fakta_list li {
        width: 100%;
    }

    #top ul.gallery_normal li:first-child,
    #top ul.gallery_normal li {
        width: 50%;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        min-width: 202px;
        font-size: 15px;
        float: none !important;
    }

    #top .filterInput {
        text-align: center;
    }

    #top .filterInput a.avia-button.searchBtn {
        position: static;
        margin-top: 10px;
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0px 0 12px;
        display: block;
    }

    #top .custom_filter .avia_codeblock {
        text-align: center;
    }

    #top .total_deal_count #sort_filter,
    #top .total_deal_count #citysort_filter {
        width: 100%;
        margin-bottom: 12px;
        min-width: 174px;
    }

    #top .total_deal_count .sorting_list_grid_cls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    #top .total_deal_count .show_list_grid_view .full_view_btn.square-btn {
        margin-left: 0;
    }

    #top .total_deal_count fieldset {
        margin-right: 12px;
    }

    #top .total_deal_count #citysort_filter {
        margin-bottom: 0;
    }

    #top .total_deal_count .sorting_list_grid_cls {
        gap: 0;
    }

    #top .office-main-box .office-box,
    .office-box .office-broker .office-broker-list {
        width: 100%;
    }

    #top .office-box .office-broker .office-broker-list {
        width: 100%;
    }

    .ofc_form_section .ofc_contact_form .form-left-text label {
        width: 100%;
    }

    #top.office-detail-maklare .ofc_form_section h3 {
        margin-bottom: 20px;
    }

    #top .broker_detail_frm label {
        width: 100%;
    }

    #top #BookingForm form .anamal_vis label {
        width: 100%;
    }
}

@media handheld,
only screen and (max-width: 580px) {
    #top .new_comer .slick-slide.slick-center .slide-contents {
        width: 100%;
        margin-left: 0;
        margin-top: -4px;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only {
        width: 95%;
    }

    #top .new_comer .slick-center {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #top .new_comer .slick-arrow {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 0;
        top: 268px;
    }

    .responsive #top .logo {
        width: 45%;
    }

    #top .objects_repeat .object_img {
        height: 320px;
    }
}

@media handheld,
only screen and (max-width: 550px) {
    .property_main_container .total_deal_count {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .deal_listings .objects_repeat.deal_list_view {
        width: 100%;
    }

    .office-main-box .office-box,
    .deal_listings .objects_repeat.deal_list_view {
        width: 100%;
    }

    .office-listing-maklare .office-box .object_img a {
        height: 200px;
    }

    .total_deal_count .sorting_list_grid_cls {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 100%;
        position: unset;
    }

    .filter-wrapper .pris_rum_main_cls,
    .filter-wrapper .are_other_cls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 14px;
        letter-spacing: 0;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 4px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -4px;
    }

    .total_deal_count h6,
    .total_deal_count h6 .mixCount {
        margin-bottom: 10px;
    }

    .objects_repeat .object_img img {
        min-height: auto;
        max-height: 100%;
    }

    #top .deal_listings .objects_repeat h2 {
        min-height: auto;
    }

    .deal_listings .objects_repeat,
    .office-box .office-broker .office-broker-list {
        width: 100%;
    }

    .object_address,
    .office-box .office-broker .office-broker-list .office-broker-box {
        min-height: auto;
    }

    .broker-detail-main .broker-detail-image img {
        width: 100%;
        max-height: 100%;
    }

    .deal_listings .objects_repeat,
    .office-box .office-broker .office-broker-list,
    .deal_listings .objects_repeat.deal_list_view {
        width: 100%;
    }

    .deal_listings,
    .office-broker .office-broker-main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .object_address {
        min-height: auto;
    }

    .objects_repeat.full_view .object_img img {
        height: auto;
    }

    #top .total_deal_count .show_list_grid_view button.grid,
    #top .total_deal_count .show_list_grid_view button.list {
        display: none;
    }

    #top .object_address {
        display: flex;
        flex-wrap: wrap;
    }


    #top .object_address_infos:has(.underhand_proprty_btn_wrap) {
        align-items: flex-start;
    }

    .underhand_proprty_btn_wrap {
        padding-left: 0;
        margin-top: 6px;
    }

    .deal_listings .object_address ul {
        gap: 0;
    }

    #top .left_qr_title {
        font-size: 25px;
        margin-bottom: 12px;
        line-height: 33px;
    }

    #top .middle_fakta_extra_page .left_info_extra_page .left_info_qr_code img {
        margin-bottom: 10px;
    }

    #top .left_info_qr_code .left_qr_sub_title {
        margin-bottom: 15px;
    }

    .slider-controls .custom-dots {
        margin-top: 180px;
    }

}

@media handheld,
only screen and (max-width: 479px) {
    #top .total_deal_count .sorting_list_grid_cls {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
    #top .btn-residential_surveillance,
    #top .btn-residential_surveillance button,
    #top .btn-my-account,
    #top .btn-my-account button{
        width: 100%;
    }
    #top .total_deal_count .show_list_grid_view {
        margin-left: 0;
    }

    #top .total_deal_count .show_list_grid_view button.list {
        margin-left: 0;
    }

    #top .filter-wrapper .filters button {
        padding: 12px 10px 10px;
        font-size: 12px;
        min-width: 140px;
        margin: 0 2px 15px;
        letter-spacing: 0;
    }

    #top .filter-wrapper .sale_obj_search_cls fieldset {
        margin-bottom: 5px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0px;
    }

    #top .object_address span.custom_line {
        height: 10px;
        margin: 0px 8px;
    }

    #top .object_img .bidding_wrap span {
        padding: 3px 12px 3px;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 23px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -8px;
        padding-bottom: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 4px 8px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 16px;
        letter-spacing: 0;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li a::after {
        bottom: 0;
    }

    #top .right_info .broker-section .brokerimg {
        margin-right: 0;
        max-width: 100%;
    }

    #top .right_info .broker-section .broker_details {
        width: 100%;
        margin-top: 25px;
    }
    
    #top .right_info .obj_additional_info a.btn {
        letter-spacing: 0;
        padding: 10px 12px;
    }

    #top ul.gallery_normal li:first-child,
    #top ul.gallery_normal li {
        width: 100%;
    }

    #top .broker-detail-main .brkreview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px;
    }

    #top .broker-detail-main .brkreview h6 {
        margin-bottom: 6px;
    }

    #top .property-menu ul.list.list-table li a span {
        font-size: 15px;
        line-height: 20px;
        bottom: 4px;
    }
    #top .property-menu ul.list.list-table {
        gap: 10px 18px;
        padding: 0 15px;
    }
    #top .property-menu ul.list.list-table li {
        background-size: 1.3rem 1.3rem;
    }



    #top .viewing_info .custom_vis .vis_day {
        width: 73%;
    }

    #top .viewing_info .custom_vis .vis_btn {
        margin-left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-left: 0;
    }

    #top .viewing_info .custom_vis {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #top .right_info .obj_additional_info a.btn {
        letter-spacing: 0;
        padding: 10px 15px;
        margin: 0;
    }

    .total_deal_count .show_list_grid_view .full_view_btn.square-btn,
    .obj_project_section .show_list_grid_view.full_view_btn.square-btn {
        margin-left: 0;
    }

    #top .project_box .prj_object_info ul li:nth-child(odd) {
        margin-right: 0;
        padding-right: 0;
    }

    #top .project_box .prj_object_info ul li:nth-child(odd):after {
        display: none;
    }

    #top .project_box .prj_object_info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 3px 0;
        margin: 0px 0 15px;
    }

    #top .project_box .prj_object_info ul li {
        width: 100%;
    }

    #top .project_box .prj_object_namedata {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #top .project_box .prj_object_namedata h3 {
        font-size: 28px;
        line-height: 35px;
    }


    #top .objects_repeat .object_img .object_salestatus img,
    #top .objects_repeat.deal_grid_view .object_img .object_salestatus img {
        max-width: 100px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .right_info .broker-section .broker_details span {
        display: block;
    }

    #top .select2-container--default.select2-container--open .select2-dropdown {
        left: 3px !important;
    }

    #top .broker-detail-image p {
        font-size: 15px;
        line-height: 26px;
    }

    #top .search_update_form_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    #top .middle_fakta_extra_page .intresse_form_section .wpcf7-form input[type="submit"] {
        padding-right: 55px !important;
    }

    #top .middle_fakta_extra_page .intresse_form_section h3 {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }

    #top .total_deal_count #sort_filter,
    #top .total_deal_count #citysort_filter,
    #top .btn-residential_surveillance,
    #top .btn-my-account button,
    #top .total_deal_count .show_list_grid_view .full_view_btn.square-btn,
    #top .total_deal_count fieldset {
        margin: 0px;
    }

    #top .total_deal_count .show_list_grid_view {
        gap: 10px;
    }
}

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

    #top .right_info .broker-section .broker_details span,
    #top .right_info .broker-section .broker_details p a,
    #top .right_info .broker-section .broker_details p {
        letter-spacing: 0px;
    }

    #top .right_info .broker-section .broker_details h6 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    #top .bid_info_tbl_sec {
        /* padding: 13px 12px; */
    }

    #top .project_box .prj_bild_till_btn a {
        display: inline-block;
        margin: 5px 0 auto;
        min-width: max-content;
        text-align: center;
    }

    #top .right_info .obj_additional_info a.btn::after {
        margin-left: 5px;
    }

    .responsive #top .logo {
        width: 160px;
    }

    #top #header #header_main>.container .main_menu .av-main-nav>li>a.user-login img {
        max-height: 29px;
    }

    #top #header .inner-container .av-main-nav>li.menu-item-search-dropdown>a::before {
        background-size: 18px !important;
    }

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

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

    #top .objects_repeat .object_img {
        height: 280px;
    }
}