/* @import url(https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&amp;family=Manrope:wght@200..800&amp;family=Mulish:ital,wght@0,200..1000;1,200..1000&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap); */
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.line-clamp-1,
.line-clamp-3 {
  -webkit-box-orient: vertical;
}
#header-main.dashboard,
#header-main.is-fixed.is-small .header-inner {
  background-color: var(--White);
  background-color: var(--White);
}
:root {
  --Black: #000000;
  --White: #ffffff;
  --Text: #5c5e61;
  --Text-2: #161e2d;
  --Heading: #2c2e33;
  --Note: #a8abae;
  --Note-2: #8e8e93;
  /* --Primary: #75a99c; */
  --Primary: #adc734;
  --Sub-primary-1: #fef7f1;
  --Sub-primary-2: rgba(241, 145, 61, 0.15);
  --Sub-primary-3: rgba(241, 145, 61, 0.1);
  --shadown: rgba(241, 145, 61, 0.12);
  --Secondary: #2c2e33;
  --Color-1: #06a788;
  --Color-2: #f2695c;
  --Color-3: #c79e34;
  --Color-4: #7695ff;
  --Color-5: #1563df;
  --Color-6: #fdefe2;
  --Color-7: #25c55b;
  --Color-8: #ffa920;
  --Line: #ececec;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
address,
dd,
dl {
  margin: 0 0 20px;
}
embed,
hr,
object,
video {
  margin-bottom: 20px;
}
embed,
img,
object,
video {
  max-width: 100%;
  vertical-align: middle;
}
address,
blockquote,
cite,
dfn,
em,
i {
  font-style: italic;
}
#header-main.is-fixed.is-small .header-logo .img-is-fixed,
.block,
.checkbox-item label input:checked ~ .btn-checkbox:after,
.d-block,
.radio-item label input:checked ~ .btn-radio::after,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
.navigation li a,
a {
  display: inline-block;
}
html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
p,
select,
textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
}
body {
  background: var(--White);
  padding: 0 !important;
}
table {
  border-spacing: 0;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
blockquote,
q {
  quotes: none;
}
a img {
  border: 0;
}
.section-agent .wrap-sort .select-sort,
.section-featured .box-house .image-wrap,
select {
  max-width: 100%;
}
body,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  color: var(--Text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
}
small,
sub,
sup {
  font-size: 75%;
}
.fw-7,
b,
cite,
dt,
strong {
  font-weight: 700;
}
abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}
td,
th {
  border-width: 0 1px 1px 0;
}
.btn-link:focus,
.btn-link:hover,
ins,
mark {
  text-decoration: none;
}
sub,
sup {
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
big {
  font-size: 125%;
}
code,
kbd,
pre,
samp,
tt,
var {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}
.box-overview .list-action a svg path,
.flat-pricing .box .title-price h2,
.hover-img-rotate .image-wrap img,
.menu-user .dropdown-item .wrap-login span,
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link svg path,
.tf-dropdown-sort .btn-select i,
.tf-faq .faq-header i,
.wrap-comment .action .action-item .text-2,
.wrap-comment .action .action-item svg path,
.wrap-partners,
svg,
svg path {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a,
a:focus,
a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
*,
:after,
:before,
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  border: 1px dashed #ccc;
}
.wd-search-form.style-4,
ol,
ol li,
ul,
ul li {
  padding: 0;
}
.box-amenities .wrap-feature .box-feature ul li,
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
.agent-item.style-2 .image-wrap,
.box-floor-property .box-floor-img .btn-upload,
.icons-box.style-1 .title,
.icons-box.style-4 p,
.icons-box.style-5 p,
.section-property-detail .form-pre-approved .cols:nth-last-child(2),
li > ol,
li > ul,
p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}
li {
  list-style: none;
}
.disable,
del {
  text-decoration: line-through;
  opacity: 0.5;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
th {
  font-weight: 700;
}
td,
th {
  padding: 8px 12px;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="checkbox"] {
  display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  vertical-align: sub;
}
input[type="search"] {
  -webkit-appearance: textfield;
  outline: 0;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-webkit-input-placeholder {
  color: #171412;
}
::-moz-placeholder {
  color: #171412;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #171412;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: var(--Heading);
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 600;
}
.tf-container,
.tf-container-xxl {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
}
.h1,
h1 {
  font-size: 68px;
  line-height: 88px;
}
.h2,
h2 {
  font-size: 40px;
  line-height: 50px;
}
.h3,
h3 {
  font-size: 30px;
  line-height: 42px;
}
.h4,
h4 {
  font-size: 24px;
  line-height: 30px;
}
.h5,
h5 {
  font-size: 17px;
  line-height: 25px;
}
.h6,
h6 {
  font-size: 18px;
  line-height: 22.5px;
}
.agent-details .info li,
.section-agent .wrap-sort .nice-select > span,
.text-1,
.wd-search-form.style-4 .nice-select,
.widget-box-2 .nice-select {
  font-size: 16px;
  line-height: 22.4px;
}
.sib-form .entry__error,
.text-2 {
  font-size: 12px;
  line-height: 16.8px;
}
.text-3 {
  font-size: 14px;
  line-height: 30px;
}
.text-4 {
  font-size: 14px;
  line-height: 19.6px;
}
.text-5 {
  font-size: 36px;
  line-height: 44px;
}
.text-6 {
  font-size: 36px;
  line-height: 33.6px;
}
.text-7 {
  font-size: 34px;
  line-height: 42.5px;
}
.text-8 {
  font-size: 26px;
  line-height: 32.5px;
}
.agencies-item.style-2 .list-info li span,
.section-agent .wrap-sort .select-sort > span,
.text-9 {
  font-size: 14px;
  line-height: 21px;
}
.text-10,
.wg-testimonial.style-no-boder .author .name {
  font-size: 20px;
  line-height: 24.2px;
}
.text-11 {
  font-size: 24px;
  line-height: 33.6px;
}
.text-12 {
  font-size: 14px;
  line-height: 22px;
}
.career-item .list-info li:not(:last-child),
.fw-3 {
  font-weight: 300;
}
.box-amenities-property .amenities-item .text-cb-amenities,
.fw-4,
.nice-select > span,
.section-agent .wrap-pagination .wg-pagination li a {
  font-weight: 400;
}
.box-overview .box-icon .content div:last-child,
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600 !important;
}
.lh-16 {
  line-height: 16px;
}
.lh-18 {
  line-height: 18px;
}
.lh-20 {
  line-height: 20px;
}
.lh-22 {
  line-height: 22px;
}
.lh-28 {
  line-height: 28px;
}
.lh-30 {
  line-height: 30px;
}
a {
  text-decoration: none;
  color: var(--Heading);
  cursor: pointer;
  transition: 0.3s;
}
a:focus,
a:hover {
  color: var(--Primary);
  outline: 0;
  transition: 0.3s;
}
.main-menu,
.navigation li.has-child > a::after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.tf-container {
  padding-right: 20px;
  padding-left: 20px;
  width: 1320px;
}
.row > *,
.tf-container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}
.tf-container .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.tf-container .row > * {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.tf-container.xl {
  width: 1848px;
}
.tf-container.lg {
  width: 1800px;
}
.tf-container.md {
  width: 1760px;
}
.tf-container.full {
  width: 1920px;
  padding-right: 24px;
  padding-left: 24px;
}
.tf-container-xxl {
  width: 1920px;
}
.tf-container-xxl .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container-xxl .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
#header-main .img-is-fixed,
#header-main.is-fixed.is-small .header-logo .img-default,
.box-password .show-pass .icon-view,
.box-password .show-pass.active .icon-hide,
.box-password .show-pass2 .icon-view,
.box-password .show-pass2.active .icon-hide,
.box-password .show-pass3 .icon-view,
.box-password .show-pass3.active .icon-hide,
.categories-item.style-2::after,
.counter-item .odometer-formatting-mark,
.hidden,
.loadmore-item .fl-item,
.loadmore-item-1 .fl-item-1,
.loadmore-item-3 .fl-item-3,
.loadmore-item-4 .fl-item-4,
.loadmore-item-5 .fl-item-5,
.loadmore-item-6 .fl-item-6,
.loadmore-item-7 .fl-item-7,
.page-title.style-2::after,
.section-testimonials.style-1 .tf-grid-layout.active::after,
.style-pagination .swiper-pagination.pagination-layout,
.style-pagination .swiper-pagination.pagination-testimonial-1,
.swiper-button-next::after,
.swiper-button-prev::after,
.wg-appraisal.style-2 .content::after {
  display: none;
}
.flex,
.page-layout,
.tf-top-bar .top-bar-inner {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#footer .footer-top .contact-item .content,
.box-benefits .content .wrap-icon .box-icon,
.box-fieldset .box-ip,
.box-location .image-wrap a,
.box-password,
.breadcrumb li:not(:last-child),
.flat-account .form-account .ip-field,
.flat-animate-tab .tab-content,
.form-advanced-search fieldset,
.form-search,
.hover-img-wrap,
.hover-tooltip,
.inner-mobile-nav
  #menu-mobile-menu
  li.menu-item-has-children-mobile
  ul
  > .menu-item-has-children-mobile-2,
.main-menu .navigation > li > .submenu > li,
.navigation,
.page-layout .footer-dashboard .list li:not(:last-child),
.relative,
.section-contact .list-info li .icon,
.style-pagination,
.tf-btn-link span,
.wd-filter .ip-group.icon-left,
.wd-search-form .box-search,
.widget-video,
.wrap-table table tbody td:not(:last-child),
.wrap-table thead tr th:not(:last-child) {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed !important;
}
.position-unset {
  position: unset !important;
}
.z-5 {
  z-index: 5;
}
.flex,
.page-layout {
  display: -webkit-box;
  display: flex;
}
.checkbox-item.style-1 label,
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center !important;
}
.mx-auto {
  margin: 0 auto;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-20,
.wrap-table {
  margin-top: 20px;
}
.mt-32,
.section-agency-layout .wg-pagination {
  margin-top: 32px;
}
.mt-48 {
  margin-top: 48px;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.agency-details .content .name,
.agent-details .info li:not(:last-child),
.box-listings.style-2 .title,
.form-contact-seller .seller-info .contact li:not(:last-child),
.mb-6,
.section-property-detail .wg-property .wrap-comment .comment-item .author .name,
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:not(:last-child) {
  margin-bottom: 6px;
}
.box-fieldset label,
.mb-8,
.single-property-nearby .box-nearby .item-nearby:not(:last-child),
.wrap-table .list-action li:not(:last-child) {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.agencies-item.style-2 .list-info li:not(:last-child),
.agent-details .content p,
.box-property-detail ul li:not(:last-child),
.form-contact-agent fieldset,
.form-contact-seller .seller-info .name,
.mb-12,
.single-property-map .info-map li:not(:last-child) {
  margin-bottom: 12px;
}
.agency-details .content .info,
.flat-pricing .box .sub-title,
.mb-14,
.mess-box .title,
.wd-search-form .group-checkbox .title {
  margin-bottom: 14px;
}
#footer .footer-menu-list ul li:not(:last-child),
.agencies-item.style-2 .info,
.flat-pricing .box .title-price,
.icons-box.style-4 .title,
.icons-box.style-5 .title,
.mb-15,
.section-property-detail .wg-property .wrap-comment .comment-item p,
.wg-testimonial.style-2 .ratings,
.widget-box-2 .box-agent-account h6,
.widget-box-2 .box-agent-avt p {
  margin-bottom: 15px;
}
.box-house .content .location,
.box-house.style-3 .content .title,
.box-property-detail .description,
.icons-box.style-3 .title,
.icons-box.style-3 p,
.mb-16,
.section-blog-details .heading .title-heading,
.sib-form .sib-text-form-block,
.wg-testimonial.style-4 .ratings,
.wg-testimonial.style-no-boder .ratings,
.wrap-comment .comment-item .comment p {
  margin-bottom: 16px;
}
.blog-article-item .description,
.box-send .message,
.mb-18,
.section-blog-list .tf-sidebar .sidebar-tags .sidebar-title {
  margin-bottom: 18px;
}
.agent-details .author,
.box-amenities-property .title-amenities,
.box-send .checkbox-item,
.mb-20,
.section-property-map.list .box-house .content .location,
.tf-sidebar .sidebar-ads .box-ads .content,
.tf-sidebar .sidebar-ads .box-ads .title,
.widget-box-2 .title {
  margin-bottom: 20px;
}
.mb-22,
.tf-sidebar .sidebar-item .sidebar-title,
.wg-testimonial.style-2 .description {
  margin-bottom: 22px;
}
.box-send .heading-box,
.flat-pricing .box .check,
.icons-box .title,
.icons-box.style-1 p,
.icons-box.style-5 p,
.mb-24,
.section-agent .box-title h2,
.section-property-detail .wg-title,
.single-property-floor .floor-item:not(:last-child) {
  margin-bottom: 24px;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.flat-account .form-account .box-fieldset:not(:last-child),
.flat-account .form-account .box:not(:last-child),
.form-pre-approved .cols,
.icons-box p,
.mb-30,
.section-agency-details .box-description .about,
.section-agency-layout .box-title,
.section-contact .list-info li:not(:last-child),
.section-download .heading-section,
.widget-box-2 .box:not(:last-child) {
  margin-bottom: 30px;
}
.box-benefits .content .description,
.box-benefits .content > .title,
.mb-32,
.section-property-detail .form-pre-approved .cols,
.wrap-blog-list .blog-article-item:not(:last-child) {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-39,
.section-faq,
.section-property-map .wg-filter,
.tf-sidebar .sidebar-tags .sidebar-title {
  margin-bottom: 39px;
}
.box-house.style-3 .content .location,
.mb-40,
.section-property-detail .single-property-gallery,
.section-property-image,
.single-property-gallery,
.tf-sidebar .sidebar-item {
  margin-bottom: 40px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.form-contact .heading-section,
.mb-48,
.section-help .heading-section,
.section-help .widget-tabs,
.section-help .widget-tabs .widget-menu-tab {
  margin-bottom: 48px;
}
.mb-49 {
  margin-bottom: 49px;
}
.mb-58 {
  margin-bottom: 58px;
}
.pt-0 {
  padding-top: 0 !important;
}
.inner-mobile-nav .wrap-social,
.tf-gap-5 {
  gap: 5px;
}
.gap-6,
.section-blog-details .meta .meta-item {
  gap: 6px;
}
.box-amenities .wrap-feature .box-feature .feature-item,
.gap-8 {
  gap: 8px;
}
.gap-10,
.inner-mobile-nav .wrap-social .tf-social,
.section-property-detail .wg-property.box-property-detail .box ul li,
.section-property-map .wg-pagination,
.wg-filter.style-3 .wrap-btn {
  gap: 10px;
}
.gap-30 {
  gap: 30px !important;
}
.w-full {
  width: 100% !important;
}
#footer .footer-bottom p a:hover,
#footer .footer-menu-list ul li:hover a,
#footer .footer-top .contact-item .content h6 a:hover,
#header-main.style-2 .main-menu li a:hover,
#header-main.style-3 .main-menu li a:hover,
.agent-details .info a:hover,
.agent-item .tf-social a:hover,
.box-house .price,
.box-listings.style-2 .price,
.form-contact-seller .seller-info .contact li a:hover,
.has-child.style-2 > .submenu > li > .submenu2 > li > a:hover,
.icons-box.style-7 .tf-icon svg .change,
.page-layout .flat-counter-v2 .counter-box .box-icon svg path,
.page-layout .footer-dashboard .list li a:hover,
.section-blog-details .quote p,
.text-color-primary,
.tf-dropdown-sort .select-item.active .text-value-item,
.tf-faq .faq-header:not(.collapsed),
.tf-sidebar .box-contact-agent .content a:hover,
.tf-sidebar .sidebar-newslatter .button-submit i,
.tf-social.style-2 li:hover a,
.tf-social.style-3 li a:hover,
.tf-top-bar .top-bar-info li a:hover,
.widget-price .caption-price .value,
.wrap-comment .action .action-item.active .text-2,
.wrap-comment .action .action-item:hover .text-2 {
  color: var(--Primary);
}
.text-color-heading {
  color: var(--Heading) !important;
}
.text-color-default {
  color: var(--Text) !important;
}
.bg-main,
.box-location .tf-btn:hover,
.box-overview .list-action a:hover,
.box-title .btn-layout.active,
.box-title .btn-layout:hover,
.categories-item.style-2:hover .icon-box,
.icons-box.style-1:hover .tf-icon,
.icons-box.style-2:hover,
.icons-box.style-4:hover .line,
.icons-box.style-4:hover .tf-icon,
.icons-box.style-5:hover .line,
.icons-box.style-5:hover .tf-icon,
.radio-item label input:checked ~ .btn-radio,
.section-CTA:not(.style-2),
.style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sw-button:hover,
.tf-btn.bg-color-primary,
.tf-social:not(.tf-social.style-2) li:hover a {
  background-color: var(--Primary);
}
.bg-main-sub-2 {
  background-color: var(--Sub-primary-2);
}
.bg-1,
.wrap-table thead tr {
  background-color: var(--Heading);
}
.bg-2,
.widget-tabs.style-1.color-2 .item-title.active {
  background-color: var(--Color-2);
}
.bg-3 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-4,
.bg-dashboard,
.section-selling-home {
  background-color: #f7f7f7;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Border);
  border-radius: 999px;
}
.menu-user,
.navigation .submenu {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}
.font-manrope {
  font-family: "Poppins", sans-serif;
}
.font-poppins {
  font-family: Poppins, sans-serif;
}
.font-mulish {
  font-family: "Poppins", sans-serif;
}
.counter-item span,
.map-listing-item .box-house,
.sib-form {
  font-family: "Poppins", sans-serif;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
}
.box-listings.style-2 .content a,
.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}
.w-60 {
  width: 60px;
}
.sticky-sidebar {
  position: sticky;
  top: 104px;
}
.z-31 {
  z-index: 31;
}
.tf-top-bar {
  border-bottom: 1px solid var(--Line);
}
.tf-top-bar .top-bar-inner {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  padding: 13px 0 12px;
}
.career-item .list-info li,
.tf-top-bar .top-bar-info,
.tf-top-bar .top-bar-info li {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tf-top-bar .top-bar-info {
  display: flex;
  gap: 30px;
}
.career-item .list-info li,
.tf-top-bar .top-bar-info li {
  display: flex;
  gap: 6px;
}
.box-listings p i,
.form-contact-seller .seller-info .contact li i,
.tf-top-bar .top-bar-info li i {
  font-size: 16px;
}
#footer .footer-bottom p a,
.agencies-item.style-2 .info .location,
.agent-details .info a,
.categories-item.style-2:hover .content p,
.form-contact-seller .seller-info .contact li a,
.has-child.style-2 > .submenu > li > .submenu2 > li > a,
.sib-form .checkbox-item span,
.tf-sidebar .box-contact-agent .content a,
.tf-top-bar .top-bar-info li a {
  color: var(--Text);
}
.tf-top-bar .wrap-social,
.wd-search-form.style-4 .group-amenities {
  gap: 14px;
}
#header-main {
  padding-right: 0 !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
#header-main.is-fixed {
  -webkit-animation: 0.5s ease-in-out fadeInDown;
  animation: 0.5s ease-in-out fadeInDown;
  z-index: 999;
  opacity: 0;
  position: sticky;
  top: -150px;
  left: 0;
  width: 100%;
  padding: 0;
}
#header-main.is-fixed.is-small {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#header-main.is-fixed.is-small .header-right .phone-number p,
#header-main.is-fixed.is-small .main-menu .navigation > li > a,
.form-pre-approved .nice-select,
.menu-user .dropdown-item .wrap-login a,
.menu-user .dropdown-item.current .wrap-login a:hover,
.menu-user .dropdown-item:hover .wrap-login a:hover {
  color: var(--Heading);
}
#header-main.is-fixed.is-small .header-right .user,
.wd-chart .wd-filter-date .ip-group input:focus,
.wd-filter .nice-select:focus,
.wd-filter input:focus {
  border-color: var(--Line);
}
#header-main.is-fixed.is-small .header-right .user > svg path {
  stroke: var(--Heading);
}
#header-main.is-fixed.is-small .header-inner {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.0784313725);
}
#header-main .header-inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
#header-main .header-right,
#header-main .header-right .user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#header-main .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
#header-main .header-right .phone-number,
.box-house.style-list .meta-list .meta-item > div,
.tf-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
#header-main .header-right .phone-number p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--Heading);
}
#header-main .header-right .user {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border: 1px solid var(--Line);
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}
#header-main .header-right .box-user,
#header-main .header-right .box-user .name {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#header-main .header-right .box-user.active .menu-user,
#header-main .header-right .user.active .menu-user,
.hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
#header-main .header-right .box-user {
  position: relative;
  display: flex;
  gap: 12px;
  cursor: pointer;
}
#header-main .header-right .box-user .name {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  gap: 6px;
  color: var(--Primary);
}
#header-main .header-right .box-user .name i,
.box-fieldset .box-ip .btn-location .icon,
.box-floor-property .top .icon,
.box-house .meta-list i,
.box-password .show-pass .icon-pass,
.box-password .show-pass2 .icon-pass,
.box-password .show-pass3 .icon-pass,
.wrap-table .list-action .item .icon {
  font-size: 20px;
}
#header-main .mobile-button {
  display: none;
  font-size: 25px;
  color: var(--Primary);
}
#header-main .header-logo img {
  width: 150px;
  height: 50px;
  margin-top: 12px;
  margin-left: 50px;
}

#header-main .tf-btn,
.agencies-item .contact .tf-btn,
.box-house .tf-btn,
.career-item .tf-btn {
  height: 44px;
  border-radius: 12px;
}
#footer .footer-top .contact-item svg path,
#header-main .icons svg path,
#header-main.style-3 .header-right .user svg path,
.icons-box.style-1 .tf-icon .stroke path,
.page-title.home02 .btn-filter svg path,
.tf-btn-link svg path,
.tf-btn:hover svg path,
.wd-search-form.style-4 .bot a:hover svg path,
.wg-filter .form-title .btn-filter svg path,
.wrap-comment .action .action-item.active svg path,
.wrap-comment .action .action-item:hover svg path {
  stroke: var(--Primary);
}
#header-main.style-2 .header-inner {
  position: relative;
  z-index: 999;
  margin-bottom: -78px;
}
#footer .footer-top .contact-item .content h6 a,
#header-main.style-2 .header-right .box-user,
#header-main.style-2 .header-right .phone-number p,
#header-main.style-2 .main-menu .navigation > li > a,
#header-main.style-3 .header-right .phone-number p,
#header-main.style-3 .main-menu .navigation > li > a,
.agent-item.style-2 .content .name a,
.agent-item.style-2 .content p,
.box-location.style-2 .content p,
.categories-item.active .content h5,
.categories-item.active .content p,
.categories-item.active .icon-box .icon,
.categories-item:hover .content h5,
.categories-item:hover .content p,
.categories-item:hover .icon-box .icon,
.icons-box.style-2 .title a:hover,
.icons-box.style-2:hover .title a,
.icons-box.style-2:hover p,
.map-listing-item .infoBox-close:hover,
.menu-user .dropdown-item.current .wrap-login a,
.menu-user .dropdown-item:hover .wrap-login a,
.tf-sidebar .sidebar-ads .box-ads .title a,
.tf-sidebar .sidebar-ads .box-ads p,
.widget-tabs.style-2.style-border-primary .item-title.active,
.widget-tabs.style-2.style-border-primary .item-title:hover {
  color: var(--Black);
}

#header-main.style-2 .header-right .user {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}
#header-main.style-2 .header-right .menu-user {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 10px;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
#header-main.style-2.fixed .header-right .box-user {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#header-main.style-2.fixed .header-right .menu-user {
  background-color: rgba(0, 0, 0, 0.9);
}
#header-main.style-2.fixed .header-right .menu-user .dropdown-item {
  color: #fff !important;
}
#header-main.style-2 .header-right .box-user:hover {
  color: #fff;
}
#header-main.style-2 .header-right .user > svg path,
.box-overview .list-action a:hover svg path,
.box-title .btn-layout.active svg path,
.box-title .btn-layout:hover svg path,
.box-title .filter-popup:hover svg path,
.icons-box.style-1:hover .tf-icon .stroke path,
.menu-user .dropdown-item.current svg path,
.menu-user .dropdown-item:hover svg path,
.sidebar-menu-dashboard
  .box-menu-dashboard
  .nav-menu-item.active
  .nav-menu-link
  svg
  path,
.sidebar-menu-dashboard
  .box-menu-dashboard
  .nav-menu-item:hover
  .nav-menu-link
  svg
  path,
.sw-button:hover svg path,
.tf-btn.style-border.color-white:hover svg path,
.tf-btn.style-border:hover svg path {
  stroke: var(--White);
}
#header-main.style-3 .header-right .user {
  border-color: rgba(255, 255, 255, 0.1);
}
#header-main.style-4 {
  box-shadow: unset;
}
#header-main.style-4 .header-logo {
  padding: 16px 0 15px;
}
#header-main.dashboard {
  position: fixed !important;
  border-bottom: 1px solid #ececec;
  box-shadow: unset;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0 !important;
}
.menu-user {
  position: absolute;
  width: 350px;
  overflow: hidden;
  border-radius: 16px;
  top: calc(100% + 25px);
  left: 0;
  border: none;
  padding: 8px;
  margin-left: -300px;
}
.menu-user .dropdown-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  line-height: 20px;
  padding: 12px 24px;
  width: 100%;
  position: relative;
  color: var(--Heading);
  border-radius: 10px;
}
.has-child.style-2 > .submenu,
.inner-mobile-nav .top-nav-mobile,
.main-menu .navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.menu-user .dropdown-item:not(:last-child) {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.box-title .filter-popup:hover,
.icons-box.default:hover .tf-btn,
.icons-box.style-3:hover .tf-icon,
.menu-user .dropdown-item.current,
.menu-user .dropdown-item:hover,
.sidebar-menu-dashboard
  .box-menu-dashboard
  .nav-menu-item.active
  .nav-menu-link,
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link,
.tf-btn.style-border:hover,
.tf-sidebar .sidebar-tags .tags-item:hover,
.wd-chart .wd-filter-date .dates:hover,
.widget-box-2 .btn-add-floor:hover {
  background-color: var(--Primary);
  color: var(--White);
}
.menu-user .dropdown-item .wrap-login {
  gap: 4px;
}
.main-menu {
  position: relative;
  margin-left: 30px;
  transition: 0.3s;
  margin-right: 10px;
}
.main-menu .navigation {
  display: flex;
  align-items: center;
  display: flex;
  gap: 14px;
}
.main-menu .navigation > li.current-menu > a {
  color: var(--Primary) !important;
  font-weight: 700;
}
.main-menu .navigation > li > a {
  padding: 29px 0;
}
.main-menu .navigation > li.has-child > a::after {
  right: 0;
}
.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 1;
  padding: 25px 20px 30px;
  top: calc(100% + 16px);
}
.main-menu .navigation > li > .submenu::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 14px);
  left: 45px;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  height: 35px;
  top: -25px;
}
.main-menu .navigation > li > .submenu > li:hover::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 20%;
}
.main-menu .navigation > li > .submenu > li:hover a::after,
.tf-btn-link.style-hover-rotate:hover svg {
  transform: rotate(-90deg);
}
.main-menu .navigation > li > .submenu > li a {
  padding: 9px 0;
  width: 100%;
}
.main-menu .navigation > li > .submenu > li > .submenu {
  position: absolute;
  left: calc(100% + 20px);
  top: -25px;
  opacity: 0;
  visibility: hidden;
}
.main-menu .navigation > li:hover > ul,
.main-menu .navigation > li:hover > ul > li:hover > .submenu,
.navigation .submenu li.current-item ul,
.navigation .submenu li:hover ul,
.navigation .submenu2 li.current-item ul,
.navigation .submenu2 li:hover ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.navigation li.has-child > a {
  position: relative;
  padding-right: 20px;
}
.navigation li.has-child > a::after {
  transition: 0.3s;
  position: absolute;
  right: 0;
  font-family: "Poppins", sans-serif;
  content: "\e901";
  font-size: 14px;
  cursor: pointer;
}
.navigation li a {
  font-size: 16px;
  line-height: 20px;
  color: var(--Heading);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}
.navigation li:hover ul li:nth-child(2) {
  -webkit-transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}
.navigation li:hover ul li:nth-child(3) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  -ms-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}
.navigation li:hover ul li:nth-child(4) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}
.navigation li:hover ul li:nth-child(5) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.navigation li:hover ul li:nth-child(6) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}
.navigation li:hover ul li:nth-child(7) {
  -webkit-transition-delay: 490ms;
  -moz-transition-delay: 490ms;
  -ms-transition-delay: 490ms;
  -o-transition-delay: 490ms;
  transition-delay: 490ms;
}
.navigation li:hover ul li:nth-child(8) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  transition-delay: 560ms;
}
.navigation li:hover ul li:nth-child(9) {
  -webkit-transition-delay: 630ms;
  -moz-transition-delay: 630ms;
  -ms-transition-delay: 630ms;
  -o-transition-delay: 630ms;
  transition-delay: 630ms;
}
.navigation .submenu {
  position: absolute;
  z-index: 1;
  width: 280px;
  padding: 25px 30px 30px;
  border-radius: 16px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.navigation .submenu > li > .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.navigation .submenu li a,
.navigation .submenu2 li a {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
.navigation .submenu li.current-item > a,
.navigation .submenu li:hover > a,
.navigation .submenu2 li.current-item > a,
.navigation .submenu2 li:hover > a {
  color: var(--Primary) !important;
}
.has-child.style-2 > .submenu {
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  min-width: 800px;
}
.has-child.style-2 > .submenu::before {
  left: 105px !important;
}
.has-child.style-2 > .submenu > li > a {
  font-size: 20px;
  font-weight: 600;
  padding-left: 0 !important;
  color: var(--Heading) !important;
}
.has-child.style-2 > .submenu > li > .submenu2 > li {
  width: 250px;
}
.mobile-nav-wrap .top-nav-mobile {
  padding-bottom: 0;
}
.career-item .list-info li i,
.mobile-nav-wrap .top-nav-mobile .icon-close {
  font-size: 18px;
}
.mobile-nav-wrap .offcanvas-title img {
  max-width: 136px;
  height: 70px;
}
.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
  width: 0;
}
.inner-mobile-nav {
  padding: 15px;
  position: relative;
  margin-top: -10px;
}
.inner-mobile-nav .top-nav-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.inner-mobile-nav #menu-mobile-menu,
.inner-mobile-nav .mb-body,
.inner-mobile-nav .top-nav-mobile .mobile-nav-close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.inner-mobile-nav .top-nav-mobile #mobile-logo_header {
  width: 150px;
}
.inner-mobile-nav .top-nav-mobile .mobile-nav-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-mobile-nav .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
  gap: 30px;
}
.inner-mobile-nav .mb-body .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 11px;
}
.inner-mobile-nav .mb-body .support .mb-info li {
  color: #868686;
  font-size: 14px;
  line-height: 24px;
}
.inner-mobile-nav .mb-body .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Heading);
}
.inner-mobile-nav .mb-body .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Heading);
}
.inner-mobile-nav #menu-mobile-menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--Line);
  padding-top: 15px;
}
#footer .footer-top,
#footer .footer-top .footer-contact,
.inner-mobile-nav #menu-mobile-menu li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.inner-mobile-nav #menu-mobile-menu > li {
  position: relative;
  cursor: pointer;
  color: var(--Primary);
  border-bottom: 1px solid var(--Line);
}
.inner-mobile-nav #menu-mobile-menu li a {
  font-weight: 400;
  font-size: 16px;
  min-height: 40px;
  display: flex;
  align-items: center;
  color: var(--Heading);
}
.inner-mobile-nav
  #menu-mobile-menu
  li.menu-item-has-children-mobile
  ul
  > .menu-item-has-children-mobile-2
  > a::after,
.inner-mobile-nav
  #menu-mobile-menu
  li.menu-item-has-children-mobile
  > a::after {
  content: "\e901";
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.inner-mobile-nav
  #menu-mobile-menu
  li.menu-item-has-children-mobile
  ul
  > .menu-item-has-children-mobile-2
  > a:hover:not(.collapsed)::after,
.inner-mobile-nav
  #menu-mobile-menu
  li.menu-item-has-children-mobile
  > a:not(.collapsed)::after,
.single-property-floor
  .floor-item
  .floor-header:not(.collapsed)
  .inner-left
  .icon,
.tf-dropdown-sort.show .btn-select i,
.tf-faq .faq-header:not(.collapsed) i {
  transform: rotate(-180deg);
}
.inner-mobile-nav #menu-mobile-menu li .sub-mobile {
  margin-bottom: 26px;
  border-left: 1px solid var(--Line);
}
.inner-mobile-nav #menu-mobile-menu li .sub-mobile > li,
.tf-sidebar .sidebar-newslatter fieldset input {
  padding-left: 15px;
}
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a,
#menu-mobile-menu li.current-menu-item > a,
.form-pre-approved > p span {
  color: var(--Primary);
  font-weight: 700;
}
#footer {
  background-color: var(--Secondary);
  padding-top: 60px;
}
#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  flex-wrap: wrap;
  gap: 30px 20px;
}
#footer .footer-top .footer-contact {
  display: flex;
  gap: 20px 48px;
  flex-wrap: wrap;
}
#footer .footer-bottom,
#footer .footer-top .contact-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#footer .footer-top .contact-item {
  display: flex;
  gap: 33px;
}
#footer .footer-top .contact-item .content .title {
  color: var(--Note);
  margin-bottom: 4px;
}
#footer .footer-top .contact-item .content::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 51px;
  background-color: rgba(255, 255, 255, 0.07);
  top: 0;
  left: -18px;
}
#footer .footer-main {
  padding: 40px 0 22px;
}
#footer .footer-menu-list .title {
  color: var(--White);
  margin-bottom: 24px;
}
#footer .footer-menu-list ul li a {
  font-size: 16px;
  line-height: 22.4px;
  color: var(--Note);
}
#footer .footer-menu-list.style-2 ul li a {
  padding-left: 20px;
  position: relative;
  /* background-color: var(--Secondary); */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
#footer .footer-menu-list.style-2 ul li a::after {
  content: "\e908";
  position: absolute;
  font-family: "icomoon";
  color: var(--Primary);
  font-size: 12px;
  margin-right: 11px;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
#footer .footer-menu-list.style-2 ul li:hover a,
.wrap-table table tbody td:first-child {
  padding-left: 0;
}
#footer .footer-menu-list.style-2 ul li:hover a::after,
.footer-col-block.open .title-mobile::before {
  opacity: 0;
}
#footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  gap: 10px 20px;
  flex-wrap: wrap;
}
#footer .wrap-social,
.wg-filter.style-2 .wrap-btn,
.wg-filter.style-3 .wrap-btn {
  gap: 16px;
}
#footer .footer-logo img {
  width: 136px;
  height: 42px;
}
.footer-col-block .title-mobile {
  display: none;
  position: relative;
}
.footer-col-block .title-mobile::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background-color: var(--White);
  transition: 0.25s ease-in-out;
}
.footer-col-block .title-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background-color: var(--White);
  transition: 0.25s ease-in-out;
}
.tf-btn,
.widget-tabs .item-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-col-block.open .title-mobile::after {
  transform: translate(0, -50%) rotate(-180deg);
}
.categories-item .icon-box,
.flat-animate-tab,
.hover-img .image-wrap {
  overflow: hidden;
}
.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.widget-tabs .widget-menu-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.widget-tabs .item-title {
  transition: 0.3s;
  cursor: pointer;
}
.widget-tabs.style-1 .widget-menu-tab {
  margin-bottom: 29px;
  gap: 10px;
}
.widget-tabs.style-1 .widget-menu-tab .item-title {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  width: 122px;
  height: 50px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--White);
  border-radius: 16px;
  color: var(--Heading);
}
.tf-btn,
.widget-tabs.style-2 .item-title {
  line-height: 22.4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  font-size: 16px;
}
.widget-tabs.style-1 .widget-menu-tab .item-title.active,
.widget-tabs.style-1 .widget-menu-tab .item-title:hover {
  color: var(--White);
  background-color: var(--Primary);
  position: relative;
}
.widget-tabs.style-1 .widget-menu-tab .item-title.active::after,
.widget-tabs.style-1 .widget-menu-tab .item-title:hover::after {
  content: "";
  bottom: -5px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--Primary);
  transform: rotate(180deg);
}
.widget-tabs.style-1.color-2 .item-title.active::after {
  border-bottom: 5px solid var(--Color-2);
}
.widget-tabs.style-1.color-3 .item-title.active {
  background-color: var(--Color-3);
}
.widget-tabs.style-1.color-3 .item-title.active::after {
  border-bottom: 5px solid var(--Color-3);
}
.widget-tabs.style-2 .widget-menu-tab {
  gap: 12px;
  padding-top: 40px;
  margin-top: -40px;
}
.widget-tabs.style-2 .item-title {
  padding: 8px 20px;
  width: 126px;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--Line);
}
.widget-tabs.style-2 .item-title.active,
.widget-tabs.style-2 .item-title:hover {
  background-color: var(--Primary);
  color: var(--White);
  font-weight: 700;
}
.widget-tabs.style-2.style-border-primary .item-title {
  border-color: var(--Primary);
  color: var(--Primary);
}
.tf-btn {
  height: 50px;
  background-color: var(--White);
  display: flex;
  justify-content: center;
  transition: 0.3s;
  border-radius: 16px;
  color: var(--White);
  width: max-content;
  gap: 10px;
  white-space: nowrap;
}
.noUi-background,
.noUi-base {
  background: var(--Line);
}
.tf-btn-link,
.widget-price .box-title-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tf-btn.pd-1 {
  padding: 0 23.5px;
}
.tf-btn.pd-2 {
  padding: 0 26.5px;
}
.tf-btn.pd-3 {
  padding: 0 40px;
}
.tf-btn.pd-4 {
  padding: 0 28px;
}
.tf-btn.pd-5 {
  padding: 0 41.5px;
}
.tf-btn.pd-6 {
  padding: 0 28.5px;
}
.tf-btn.pd-7 {
  padding: 0 44.5px;
}
.tf-btn.pd-8 {
  padding: 0 24px;
}
.tf-btn.pd-9 {
  padding: 0 20.5px;
}
.tf-btn.pd-10 {
  padding: 0 20px;
}
.tf-btn.pd-11 {
  padding: 0 26px;
}
.tf-btn.pd-12 {
  padding: 0 52px;
}
.tf-btn.pd-13 {
  padding: 0 31.5px;
}
.tf-btn.pd-14 {
  padding: 0 57px;
}
.tf-btn.pd-15 {
  padding: 0 27px;
}
.tf-btn.pd-16 {
  padding: 0 70px;
}
.tf-btn.pd-17 {
  padding: 0 56px;
}
.tf-btn.pd-18 {
  padding: 0 64px;
}
.tf-btn.pd-19 {
  padding: 0 48px;
}
.tf-btn.pd-20 {
  padding: 0 33.5px;
}
.tf-btn.pd-21 {
  padding: 0 32.5px;
}
.tf-btn.pd-22 {
  padding: 0 19.5px;
}
.tf-btn.pd-23 {
  padding: 0 23px;
}
.tf-btn.pd-24 {
  padding: 0 18.5px;
}
.tf-btn.pd-25 {
  padding: 0 29.5px;
}
.tf-btn.bg-color-white,
.tf-btn.style-2 {
  background-color: var(--White);
  color: var(--Primary);
}
.tf-btn.style-border {
  border: 1px solid var(--Primary);
  color: var(--Primary);
  background-color: transparent;
}
.tf-btn.style-border.color-white {
  color: var(--White);
  border-color: var(--White);
}
.tf-btn.style-border.color-white:hover {
  border-color: var(--Primary);
  background-color: var(--Primary);
  color: var(--White);
}
.tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White);
}
.tf-btn-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--Primary);
  gap: 8px;
  width: max-content;
}
.tf-btn-link span::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -1px;
  background: var(--Primary);
  height: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.agent-item.style-2 .btn-icon.message,
.tf-btn-link svg {
  transition-delay: 0.2s;
}
.agencies-item.style-2 .bg-image img,
.agency-details .image-wrap img,
.agent-item .image-wrap > a img,
.page-layout .main-content-inner.style-2,
.section-blog-details .group-image .image-wrap,
.sw-single .image-wrap img,
.sw-thumbs-sigle .image-wrap img,
.tf-btn-link:hover span::after,
.wg-listing .tf-btns-filter:hover::after,
.widget-box-2 .box-agent-avt .box-ip input,
form .cols fieldset {
  width: 100%;
}
.tf-btn-link:hover svg {
  transform: translateX(4px);
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.noUi-target {
  position: relative;
  direction: ltr;
  width: 100%;
  padding-right: 10px;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle,
form {
  position: relative;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  position: relative;
  width: 22px !important;
  height: 22px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--Primary);
  border: 2px solid var(--White);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.agent-details .content .title,
.box-house .content .title,
.box-listings .title,
.box-listings.style-2 .meta-list,
.caption,
.career-item .name,
.flat-account .form-account .box-fieldset label {
  margin-bottom: 10px;
}
.noUi-connect {
  background: var(--Primary);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.form-advanced-search,
.form-contact,
.page-layout .flat-counter-v2 .counter-box,
.sw-button {
  background-color: var(--White);
}
.style-pagination .swiper-pagination-bullet,
.sw-button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.noUi-origin {
  border-radius: 0;
}
.noUi-draggable {
  cursor: w-resize;
}
#singleListingMap .marker-container,
.noUi-handle {
  cursor: default;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  z-index: 1;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}
.slider-labels .caption {
  font-weight: 500;
  font-size: 16px;
}
.widget-price .box-title-price {
  display: flex;
  gap: 4px;
}
.form-pre-approved .wrap-btn,
form .cols {
  gap: 10px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.widget-price .box-title-price span {
  font-size: 14px;
  line-height: 19.6px;
  color: var(--Heading);
}
.widget-price.style-2 .box-title-price {
  color: #5c5e61;
}
.widget-price.style-2 .box-title-price span {
  font-size: 14px;
  line-height: 22px;
  color: #5c5e61;
}
form {
  z-index: 30;
}
form .input.input-nl,
form input[type="color"],
form input[type="date"],
form input[type="datetime-local"],
form input[type="datetime"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form input[type="time"],
form input[type="url"],
form input[type="week"],
form textarea {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 13px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  background-color: var(--White);
  border: 1px solid var(--Line);
  border-radius: 16px;
  color: var(--Text);
  overflow: hidden;
  height: 54px;
  margin-bottom: 0;
}
form .input.input-nl::placeholder,
form input[type="color"]::placeholder,
form input[type="date"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="email"]::placeholder,
form input[type="month"]::placeholder,
form input[type="number"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="text"]::placeholder,
form input[type="time"]::placeholder,
form input[type="url"]::placeholder,
form input[type="week"]::placeholder,
form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: var(--Text);
}
form .input.input-nl.style-default,
form input[type="color"].style-default,
form input[type="date"].style-default,
form input[type="datetime-local"].style-default,
form input[type="datetime"].style-default,
form input[type="email"].style-default,
form input[type="month"].style-default,
form input[type="number"].style-default,
form input[type="password"].style-default,
form input[type="search"].style-default,
form input[type="tel"].style-default,
form input[type="text"].style-default,
form input[type="time"].style-default,
form input[type="url"].style-default,
form input[type="week"].style-default,
form textarea.style-default {
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent;
}
form .input.input-nl.style-1,
form input[type="color"].style-1,
form input[type="date"].style-1,
form input[type="datetime-local"].style-1,
form input[type="datetime"].style-1,
form input[type="email"].style-1,
form input[type="month"].style-1,
form input[type="number"].style-1,
form input[type="password"].style-1,
form input[type="search"].style-1,
form input[type="tel"].style-1,
form input[type="text"].style-1,
form input[type="time"].style-1,
form input[type="url"].style-1,
form input[type="week"].style-1,
form textarea.style-1 {
  font-size: 15px;
  border-radius: 0;
  padding: 18px 0 3px;
  border: 0;
  border-bottom: 2px solid var(--Border);
  color: var(--Soft-Text);
}
form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  font-size: 16px;
  line-height: 22.4px;
  height: 148px;
}
form .cols {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 18px;
}
.box-send label,
form label {
  color: var(--Heading);
  margin-bottom: 12px;
}
form label {
  font-size: 16px;
  line-height: 22.5px;
  font-weight: 600;
}
.flat-account .form-account .ip-field input,
.form-search fieldset input,
.wd-filter .ip-group.icon-left input {
  padding-left: 46px;
}
.form-search .button-submit {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 18px;
}
.form-search .button-submit i {
  font-size: 18px;
  color: var(--Note);
  font-weight: 700;
}
.box-amenities .wrap-feature .box-feature ul li:not(:last-child),
.box-send .heading-box .title {
  margin-bottom: 11px;
}
.box-send .checkbox-item label {
  padding-left: 29px;
  color: var(--Text);
  margin-bottom: 0;
}
.form-pre-approved .cols .wrap-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.form-pre-approved .cols .percent {
  width: 64px;
  flex: none;
  margin-top: 31px;
}
.form-pre-approved .cols .input-percent {
  padding: 16px 14px;
}
.form-contact .phone,
.form-contact .select,
.form-pre-approved .cols .interest-rate,
.form-pre-approved .cols .select {
  width: 50%;
}
.form-pre-approved > p {
  margin-bottom: 33px;
  color: rgba(44, 46, 51, 0.6);
}
.form-pre-approved .wrap-btn {
  display: flex;
  flex-wrap: wrap;
}
.form-pre-approved .nice-select::after {
  width: 20px;
  height: 20px;
  background-image: url(../icons/arrow-down-2.svg);
  right: 15px;
}
.form-pre-approved fieldset input::placeholder {
  color: var(--Heading);
}
.form-contact {
  padding: 39px;
  border: 1px solid var(--Line);
  border-radius: 16px;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.07);
}
.form-contact .cols {
  margin-bottom: 32px;
  gap: 33px;
}
.form-contact fieldset input::placeholder {
  color: var(--Note);
}
.blog-article-item.style-2 .image-wrap,
.form-contact textarea {
  border-radius: 16px;
  margin-bottom: 32px;
}
.blog-article-item .time p,
.box-house.style-3 .bot .price,
.form-contact .nice-select,
.meta-list li span,
.page-title.style-2 .heading-title .title,
.section-contact .list-info li a:hover,
.section-help .text a:hover {
  color: var(--Heading);
}
.form-contact-agent {
  padding: 28px 30px 29px;
  border-radius: 16px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
}
.form-contact-agent .wrap-btn,
.icons-box.style-3,
.section-agent .wrap-sort,
.wrap-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.form-contact-seller .seller-info,
.form-contact-seller .seller-info .contact li,
.style-pagination .swiper-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.form-contact-agent fieldset input,
.form-contact-agent fieldset input::placeholder,
.form-contact-agent fieldset textarea,
.form-contact-agent fieldset textarea::placeholder {
  font-size: 14px;
  line-height: 22px;
}
.form-contact-agent textarea {
  height: 130px;
  margin-bottom: 18px;
}
.form-contact-agent.style-2,
.section-property-detail.style-2 .wg-property {
  box-shadow: unset;
  border: 1px solid var(--Line);
}
.page-layout .flat-counter-v2 .counter-box,
.widget-box-2 {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.0392156863);
  border-radius: 16px;
}
.form-contact-seller {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--Line);
}
.form-contact-seller .seller-info {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 28px;
}
.form-contact-seller .seller-info .avartar {
  border-radius: 999px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  flex: none;
}
.form-contact-seller .seller-info .contact li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text);
}
.form-contact-seller .seller-info .contact li span {
  line-height: 19.6px;
  color: var(--Primary);
}
.form-contact-seller fieldset input,
.form-contact-seller fieldset input::placeholder,
.form-contact-seller fieldset textarea,
.form-contact-seller fieldset textarea::placeholder {
  font-size: 14px;
  line-height: 22px;
}
.box-fieldset .textarea,
.form-contact-seller textarea {
  height: 130px;
}
.form-add-review .checkbox-item label {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}
.form-advanced-search {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #ececec;
}
.form-advanced-search fieldset input,
.form-advanced-search fieldset input::placeholder {
  font-size: 14px;
  line-height: 22px;
}
.form-advanced-search fieldset .icon,
.wd-search-form .box-search .icon {
  position: absolute;
  font-size: 16px;
  right: 16px;
  top: 57%;
  transform: translateY(-50%);
}
.form-advanced-search .nice-select,
.wd-search-form.style-4 .box-select.style-2 .nice-select {
  font-size: 14px;
  line-height: 22px;
}
.sib-form {
  padding: 0;
}
.sib-form #sib-container,
.sib-form .sib-form-block {
  background-color: transparent;
  padding: 0;
}
.sib-form fieldset .input.input-nl {
  padding: 0 18px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: transparent;
}
.sib-form .clickable__icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}
.sib-form .form__label-row {
  margin-top: 10px;
}
.sib-form .tf-btn {
  height: 54px;
  border-radius: 10px;
  margin-bottom: 16px;
  border: 1px solid var(--Primary);
}
.section-sale .box-sale .tf-btn,
.section-sale .box-sale .tf-btn:hover,
.sib-form .tf-btn:hover {
  border: 1px solid var(--Primary);
}
.sib-form .checkbox-item label .btn-checkbox::after,
.wd-search-form.style-4 .checkbox-item label .btn-checkbox:after {
  top: -2px;
}
.style-pagination .swiper-pagination {
  position: unset;
  display: flex;
  gap: 20px;
}
.sw-button.style-2,
.sw-wrap-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.style-pagination .swiper-pagination-bullet {
  position: relative;
  background: #e4e4e4;
  opacity: 1;
  transition: 0.3s;
}
.style-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.style-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 999px;
  border: 1px solid var(--Primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sw-wrap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.sw-wrap-btn .sw-pagination {
  width: max-content;
}
.sw-button {
  position: unset;
  border-radius: 999px;
  color: var(--White);
  transition: 0.3s;
  height: 58px;
  width: 58px;
  border: 1px solid var(--Line);
  margin-top: unset;
  top: 50%;
}
.sw-button.style-2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  width: 67px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  transform: translateY(-50%);
}
.section-property-detail
  .single-property-gallery.style-1
  .sw-button.swiper-button-prev,
.sw-button.style-2.swiper-button-prev {
  left: 16px;
}
.section-property-detail
  .single-property-gallery.style-1
  .sw-button.swiper-button-next,
.sw-button.style-2.swiper-button-next {
  right: 16px;
}
.thumbs-sw-pagi .swiper-slide {
  width: auto;
}
.thumbs-sw-pagi .img-thumb-pagi {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.thumbs-sw-pagi.style-2 {
  max-width: 963px;
  margin: -64px auto 0;
}
.flat-account {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}
.flat-account .banner-account {
  max-width: 380px;
  width: 100%;
  flex-shrink: 0;
}
.agent-details .image-wrap img,
.box-house.style-3 .image-wrap img,
.box-img-upload .item-upload img,
.flat-account .banner-account img,
.section-blog-details .image-wrap img,
.wg-testimonial.style-2 .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-account .form-account {
  flex-grow: 1;
  padding: 40px;
}
.flat-account .box-btn .text,
.flat-account .form-account .box-fieldset .text-forgot {
  margin-top: 18px;
}
.flat-account .form-account .ip-field .icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.flat-account .group-btn,
.single-property-map .info-map li {
  display: flex;
  gap: 10px;
}
.flat-account .group-btn .btn-social {
  width: 50%;
  font-weight: 600;
  color: #3a3a3c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--Line);
  border-radius: 999px;
}
.modal .title-box,
.page-layout .flat-counter-v2 .counter-box .box-icon,
.page-layout .footer-dashboard,
.page-layout .main-content-inner.style-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.flat-account .group-btn .btn-social:hover,
.section-blog-details .tag-wrap .tags a:hover,
.wg-pagination li.active a,
.wg-pagination li:hover a {
  color: var(--White);
  background-color: var(--Primary);
}
.modal .title-box {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .title-box .close-modal {
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal .title-box .close-modal:hover {
  transform: rotate(90deg);
  color: var(--Primary);
}
.modal-content {
  border-radius: 30px;
  overflow: hidden;
}
.page-layout .main-content {
  padding-left: 280px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.page-layout .main-content-inner {
  padding: 111px 56px 0;
}
.page-layout .main-content-inner.style-3 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-layout .main-content-inner .box-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page-layout .flat-counter-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.page-layout .flat-counter-v2 .counter-box {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px;
}
.page-layout .flat-counter-v2 .counter-box .box-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--Sub-primary-2);
}
.page-layout .flat-counter-v2 .counter-box .title-count {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  font-weight: 600;
  color: var(--Heading);
}
.page-layout .flat-counter-v2 .counter-box .number {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: var(--Heading);
}
.page-layout .flat-counter-v2 .box-count .text {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  margin-left: 11px;
}
.page-layout .footer-dashboard {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.page-layout .footer-dashboard p {
  color: #3a3a3c;
  font-weight: 600;
  opacity: 0.5;
  font-family: "Poppins", sans-serif;
}
.box-overview .box-icon,
.page-layout .footer-dashboard .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
}
.page-layout .footer-dashboard .list li a {
  color: #3a3a3c;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
  line-height: 19.6px;
}
.page-layout .footer-dashboard .list li:not(:last-child)::after {
  position: absolute;
  content: "/";
  color: #3a3a3c;
  opacity: 0.5;
  right: -10px;
}
.sidebar-menu-dashboard {
  position: fixed;
  min-width: 304px;
  background: var(--White);
  top: 78px;
  padding: 32px;
  overflow-y: auto;
  z-index: 998;
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: translateX(0);
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 34px;
  color: var(--Heading);
}
.sidebar-menu-dashboard::-webkit-scrollbar {
  width: 2px;
}
.overlay-dashboard {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(22, 30, 45, 0.3);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.show-mb {
  margin-bottom: 30px;
  display: none;
}
.widget-box-2 {
  padding: 30px;
  background-color: var(--White);
}
.widget-box-2 .box-agent-account {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--Line);
}
.widget-box-2 .box-agent-account .note {
  font-size: 18px;
  line-height: 28px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff3cd;
  margin-bottom: 15px;
}
.widget-box-2 .box-agent-avt {
  display: flex;
  align-items: center;
  gap: 30px;
}
.widget-box-2 .box-agent-avt .avatar {
  flex-shrink: 0;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
}
.widget-box-2 .box-agent-avt .box-ip {
  border-radius: 16px;
  border: 1px solid var(--Line);
  padding: 10px;
  width: 100%;
  max-width: 340px;
  margin-bottom: 15px;
}
.widget-box-2 .box-agent-avt .img-poster {
  width: 100%;
  max-width: 350px;
}
.widget-box-2 .flat-pricing {
  max-width: 366px;
}
.widget-box-2 .btn-add-floor {
  margin-top: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--Primary);
  color: var(--Primary);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.wd-chart .wd-filter-date,
.wd-filter,
.wrap-table table tbody td {
  border-bottom: 1px solid var(--Line);
}
.widget-box-2.style-2 {
  box-shadow: unset;
  background-color: unset;
}
.wrap-table thead tr th {
  color: var(--White);
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
  padding: 8px 30px 8px 14px;
}
.wrap-table thead tr th:first-child {
  width: 55%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wrap-table thead tr th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1px;
}
.wrap-table table tbody td:not(:first-child),
.wrap-table thead tr th:not(:first-child) {
  padding-left: 30px;
  padding-right: 30px;
}
.wrap-table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wrap-table table tbody td {
  padding: 16px;
  align-content: start;
}
.wrap-table table tbody td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  background-color: var(--Line);
  width: 1px;
}
.wrap-table .listing-box {
  display: flex;
  gap: 20px;
}
.wrap-table .listing-box .images {
  width: 168px;
  border-radius: 8px;
  overflow: hidden;
}
.wrap-table .listing-box .content .title {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
}
.wrap-table .listing-box .content .text-date {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 16px;
  color: #3a3a3c;
}
.wrap-table .status-wrap .btn-status {
  width: 78px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 23px;
  height: 23px;
  font-weight: 800;
  color: var(--White);
  background-color: #25c55b;
  text-align: center;
}
.wrap-table .status-wrap .btn-status.pending {
  background-color: #ee6742;
}
.wrap-table .status-wrap .btn-status.sold {
  background-color: #6e55ff;
}
.wrap-table .list-action .item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
}
.wrap-table .wd-navigation {
  padding-top: 16px;
}
.wd-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.wd-filter .nice-select,
.wd-filter input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: var(--Heading);
  height: 54px;
}
.wd-filter .ip-group.icon-left .icon {
  position: absolute;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  color: var(--Heading);
}
.wd-chart .wd-filter-date {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.wd-chart .wd-filter-date .left {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.wd-chart .wd-filter-date .right {
  display: flex;
  gap: 14px;
  flex-grow: 1;
  flex-wrap: wrap;
}
.wd-chart .wd-filter-date .right form {
  width: calc(50% - 14px);
}
.wd-chart .wd-filter-date .dates {
  padding: 10px 18px;
  text-align: center;
  min-width: 86px;
  border-radius: 999px;
  border: 1px solid var(--Line);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 22.4px;
  cursor: pointer;
}
.page-title.home02 .nice-select,
.page-title.home02 form,
.page-title.home04 .nice-select,
.page-title.home04 form,
.wd-chart .wd-filter-date .ip-group {
  flex-grow: 1;
}
.wd-chart .wd-filter-date .ip-group input {
  padding: 10px 16px;
}
.mess-box .mess-item {
  display: grid;
  gap: 12px;
}
.box-attachments .attachments-item,
.mess-box .mess-item .user-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mess-box .mess-item .user-box .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}
.mess-box .mess-item .user-box .content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.mess-box .mess-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.mess-box .list-star {
  gap: 2px;
}
.mess-box .list-star .icon {
  font-size: 14px;
}
.flat-dashboard .titles {
  margin-bottom: 13px;
}
.flat-dashboard .tf-new-listing {
  width: 100%;
  margin-right: 20px;
}
.flat-dashboard .tf-new-listing .wrap-listing tbody tr td {
  padding: 16px 30px 16px 12px;
}
thead tr {
  background-color: #3a3a3c;
  color: #fff;
  border-radius: 8px;
}
table.table-save-search tr th {
  width: 15%;
}
table.table-save-search tr th:first-child {
  width: 15%;
  padding-left: 14px;
}
table.table-save-search tr th:nth-child(2) {
  width: 40%;
}
.box-uploadfile .uploadfile {
  border-radius: 16px;
  border: 2px dashed #e5e5ea;
  padding: 95px 30px;
}
.box-img-upload {
  display: flex;
  gap: 20px;
  overflow: auto;
}
.box-img-upload .item-upload {
  flex-shrink: 0;
  border-radius: 10px;
  width: 194px;
  height: 109px;
  overflow: hidden;
  position: relative;
}
.box-img-upload .item-upload .icon {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  cursor: pointer;
}
.uploadfile {
  width: 100%;
  margin-bottom: 14px;
}
.uploadfile .icon {
  margin-bottom: 8px;
  font-size: 80px;
  color: var(--Primary);
}
.uploadfile .btn-upload {
  position: relative;
  margin-bottom: 15px;
}
.uploadfile .btn-upload .ip-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.uploadfile.style-1 .icon {
  color: var(--Line);
}
.box-fieldset .nice-select {
  padding: 15px 18px;
}
.box-fieldset .box-ip .btn-location {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.box-fieldset .map {
  margin-top: 20px;
  height: 456px;
  border-radius: 16px;
  overflow: hidden;
}
.box-amenities-property {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
.box-amenities-property .list-amenities {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.box-amenities-property .amenities-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-amenities-property .amenities-item input {
  flex-shrink: 0;
}
.box-floor-property {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 16px;
}
.box-floor-property .box-floor-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 38px 30px;
  background-color: var(--White);
  border-radius: 12px;
  margin-bottom: 0;
}
.blog-article-item .time,
.tf-sidebar .box-contact-agent,
.tf-sidebar .sidebar-tags .tags-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-floor-property .top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line);
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  white-space: nowrap !important;
  transition: 0.3s;
}
.box-title .filter-popup,
.wg-testimonial {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.show-mb span {
  color: var(--Primary);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.nice-select,
.radio-item label {
  font-weight: 400;
  cursor: pointer;
}
.blog-article-item {
  padding-bottom: 31px;
  border-bottom: 1px solid var(--Line);
}
.blog-article-item .image-wrap {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 28px;
  position: relative;
}
.blog-article-item .box-tag {
  position: absolute;
  background-color: var(--Primary);
  padding: 4px 12px;
  border-radius: 999px;
  left: 8px;
  top: 8px;
}
.blog-article-item .time {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.blog-article-item .title {
  margin-bottom: 18px;
  letter-spacing: -0.2px;
}
.blog-article-item.style-2 {
  padding-bottom: 0;
  border-bottom: unset;
}
.blog-article-item.style-2 .image-wrap img {
  min-height: 163px;
}
.tf-sidebar .sidebar-categories ul li a {
  padding: 8px 0 10px;
}
.tf-sidebar .sidebar-categories ul li:not(:last-child) {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 8px;
}
.tf-sidebar .sidebar-featured > ul > li:not(:last-child),
.tf-sidebar .wrap-contact-agents .box-contact-agent:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--Line);
}
.tf-sidebar .sidebar-featured.style-2 {
  padding: 30px;
  border: 1px solid var(--Line);
  border-radius: 16px;
}
.agencies-item .info,
.tf-sidebar .sidebar-newslatter .sidebar-title {
  margin-bottom: 19px;
}
.tf-sidebar .sidebar-newslatter p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 21px;
  color: var(--Text);
}
.box-title .filter-popup,
.box-title .nice-select > span {
  font-size: 14px;
  line-height: 21px;
  color: var(--Heading);
}
.tf-sidebar .sidebar-newslatter .button-submit {
  right: 18px;
  left: unset;
}
.tf-sidebar .sidebar-tags .tags-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tf-sidebar .sidebar-tags .tags-item {
  display: inline-block;
  padding: 10px 16px;
  color: var(--Text);
  line-height: 19.6px;
  border-radius: 99px;
  border: 1px solid var(--Line);
}
.tf-sidebar .sidebar-location .wrap-box-location {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.section-property-image .wrap-image .image,
.tf-sidebar .sidebar-ads {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.tf-sidebar .sidebar-ads .image-wrap img {
  width: 100%;
  object-fit: cover;
}
.tf-sidebar .sidebar-ads .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 136px;
  height: 42px;
}
.tf-sidebar .sidebar-ads .box-ads {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 30px;
}
.tf-sidebar .sidebar-ads::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(88, 41, 0, 0) 0, #582900 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tf-sidebar .box-contact-agent {
  display: flex;
  gap: 16px;
  align-items: center;
}
.tf-sidebar .box-contact-agent .avatar {
  height: 65px;
  width: 65px;
}
.box-house.style-3 .author .name,
.tf-sidebar .box-contact-agent .content h6 {
  line-height: 25.2px;
}
.box-listings,
.wrap-comment .action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}
.box-listings .image-wrap {
  width: 112px;
  flex: none;
  border-radius: 12px;
  overflow: hidden;
}
.box-listings p,
.box-title {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-listings p {
  display: flex;
  gap: 4px;
  font-size: 12px;
  line-height: 16.8px;
  color: var(--Note);
}
.box-listings.style-2,
.wg-filter.style-2 .form-title,
.wg-filter.style-3 .form-title {
  gap: 12px;
}
.box-listings.style-2 .image-wrap {
  height: 80px;
}
.page-title.home02 .heading-title,
.section-blog-grid,
.section-blog-list,
.section-related-posts {
  margin-bottom: 80px;
}
.section-blog-list .wg-pagination,
.single-property-nearby .box-nearby {
  margin-top: 25px;
}
.box-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 20px 10px;
  flex-wrap: wrap;
}
.agencies-item.style-2 .list-info li,
.box-title .group-layout,
.box-title .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.box-title .btn-layout {
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line);
}
.box-title .filter-popup,
.box-title .nice-select {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-title .filter-popup {
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid var(--Line);
  transition: 0.3s;
  cursor: pointer;
}
.box-title .nice-select {
  width: 179px;
  border-radius: 10px;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.section-blog-details .group-image,
.section-blog-details .tag-wrap .tags,
.section-blog-details .tag-wrap .tags a,
.wg-pagination,
.wg-testimonial.style-2 .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-title .nice-select::after,
.wg-filter.style-2 .nice-select:after,
.wg-filter.style-3 .nice-select:after {
  right: 18px;
}
.box-title.style-2 .nice-select {
  height: 54px;
  width: 100%;
  padding: 0 16px;
  border-radius: 16px;
}
.section-blog-grid .grid-layout-3 {
  gap: 56px 40px;
  margin-bottom: 56px;
}
.section-blog-grid .wg-pagination {
  padding-top: 26px;
  border-top: 1px solid var(--Line);
}
.section-blog-details {
  margin-bottom: 75px;
}
.agent-details .info,
.section-blog-details .heading,
.wd-search-form .title-box {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 30px;
}
.section-blog-details .meta {
  gap: 16px;
  flex-wrap: wrap;
}
.agency-details .image-wrap,
.box-calculate,
.section-blog-details .image-wrap,
.section-contact .image-wrap {
  border-radius: 16px;
  overflow: hidden;
}
.section-blog-details .quote {
  padding: 27px 25px 26px;
  background-color: var(--Color-6);
  border-left: 4px solid var(--Primary);
  border-radius: 10px;
  margin-bottom: 20px;
}
.section-blog-details .quote .author {
  font-weight: 600;
  margin-top: 20px;
}
.section-blog-details .group-image {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
.section-blog-details .tag-wrap {
  padding-top: 17px;
  border-top: 1px solid var(--Line);
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.section-blog-details .tag-wrap .tags,
.wg-testimonial.style-2 .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-blog-details .tag-wrap .tags a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--Line);
}
.section-blog-details .tag-wrap .wrap-social {
  gap: 9px;
}
.section-related-posts .heading,
.wrap-comment .title {
  line-height: 33.6px;
  margin-bottom: 24px;
}
.section-related-posts .grid-layout-3 {
  gap: 40px;
}
.wg-testimonial {
  padding: 24px 24px 21px;
  border: 1px solid var(--Line);
  border-radius: 20px;
  transition: 0.3s;
}
.wg-testimonial .avatar {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 auto 16px;
}
.box-property-detail .content,
.wg-testimonial .ratings {
  margin-bottom: 26px;
}
.wg-testimonial .ratings i {
  color: #ffa800;
}
.wg-testimonial .description {
  margin-bottom: 21px;
}
.wg-testimonial .author .name {
  margin-bottom: 3px;
}
.wg-testimonial.has-bg {
  background: var(--Sub-primary-3);
}
.agencies-item .info .name,
.wg-testimonial.has-bg .author .name {
  margin-bottom: 5px;
}
.icons-box.style-7:hover,
.section-help.style-2 .icons-box:hover,
.wg-testimonial.style-3:hover,
.wg-testimonial:hover {
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.07);
}
.wg-testimonial.style-2 {
  padding: 24px 23px;
}
.wg-testimonial.style-2 .avatar {
  width: 60px;
  height: 60px;
  margin: 0;
}
.wg-testimonial.style-3 {
  padding: 32px;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wg-testimonial.style-4 {
  padding: 31px 27px 30px;
}
.wg-testimonial.style-4 .avatar,
.wg-testimonial.style-no-boder .avatar {
  width: 100px;
  height: 100px;
  margin-bottom: 31px;
}
.box-review .box-author .title,
.flat-pricing .box .text-sub,
.wg-testimonial.style-4 .description,
.wg-testimonial.style-no-boder .description {
  margin-bottom: 31px;
}
.wg-testimonial.style-4 .author .name {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 24.2px;
}
.wg-testimonial.style-no-boder {
  border: none;
  padding: 32px 24px 21px;
}
.tf-faq .faq-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Line);
}
.tf-faq .faq-header {
  display: inline-block;
  line-height: 25.2px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-faq .faq-body {
  padding-top: 16px;
  line-height: 22.4px;
}
.map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}
.marker-container {
  position: relative;
  top: 25px;
  left: 10px;
  width: 26px;
  height: 26px;
  z-index: 999;
  border-radius: 50%;
  cursor: pointer;
  -webkit-perspective: 1000;
}
.marker-card,
.marker-card .face,
.marker-card .face > div {
  width: 100%;
  height: 100%;
  position: absolute;
}
.marker-card .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  color: #fff;
  z-index: 100;
  background: var(--Primary);
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  background-clip: content-box;
  line-height: 46px;
  font-size: 24px;
}
.box-house,
.nice-select,
.nice-select > .list {
  box-sizing: border-box;
}
.marker-card .face::after,
.marker-card .face::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  -webkit-animation: 2s infinite ripple;
  animation: 2s infinite ripple;
}
.marker-card .face::before {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.marker-card .face::after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.marker-card .face > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 99;
}
.marker-card {
  transform-style: preserve-3d;
  z-index: 1;
}
.mapboxgl-popup-content {
  padding: 0 !important;
  width: 310px;
  border-radius: 16px !important;
  overflow: hidden;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid var(--Line);
  color: var(--Text);
  border-radius: 16px;
  height: 54px;
  padding: 16px;
  clear: both;
  font-size: 15px;
  line-height: 18.75px;
  outline: 0;
  transition: 0.2s linear;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.nice-select::after {
  content: "";
  right: 10px;
  top: 50%;
  color: var(--Text);
  background-image: url(../icons/arrow-down.svg);
  position: absolute;
  transform: translateY(-50%) rotate(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  width: 16px;
  height: 16px;
}
.nice-select > .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  width: 100%;
  font-size: 14px;
  max-height: 155px;
  overflow: auto;
  z-index: 1;
}
.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}
.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}
.nice-select > .list .option.selected::after {
  position: absolute;
  font-family: "Poppins", sans-serif !important;
  content: "\e917";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.nice-select.open {
  border-color: var(--Line) !important;
  z-index: 99;
}
.nice-select.open::after,
.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}
.nice-select.select-sort {
  justify-content: end;
  padding-right: 30px !important;
  border: none;
}
.nice-select.select-sort::after {
  background-image: url(../icons/arrow-down-2.svg);
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 0;
}
.nice-select.select-sort.style-2 > .list {
  right: 0;
  width: 70%;
  left: unset;
}
.effec-icon .icon i,
.effec-icon .icon svg,
.effec-icon .tf-icon i,
.effec-icon .tf-icon svg {
  transition: 0.6s ease-in-out;
}
.effec-icon:hover .icon i,
.effec-icon:hover .icon svg,
.effec-icon:hover .tf-icon i,
.effec-icon:hover .tf-icon svg {
  transform: rotateY(360deg);
}
.ani1 {
  -webkit-animation: 10s ease-in-out infinite alternate ani1;
  animation: 10s ease-in-out infinite alternate ani1;
}
.ani2 {
  -webkit-animation: 10s ease-in-out infinite alternate ani2;
  animation: 10s ease-in-out infinite alternate ani2;
}
.ani3 {
  -webkit-animation: 4s ease-in-out infinite alternate ani3;
  animation: 4s ease-in-out infinite alternate ani3;
}
.ani4 {
  -webkit-animation: 7s ease-in-out infinite alternate ani4;
  animation: 7s ease-in-out infinite alternate ani4;
}
.ani5 {
  -webkit-animation: 7s ease-in-out infinite alternate ani5;
  animation: 7s ease-in-out infinite alternate ani5;
}
.ani6 {
  -webkit-animation: 7s ease-in-out infinite alternate ani6;
  animation: 7s ease-in-out infinite alternate ani6;
}
.ani7 {
  -webkit-animation: 7s ease-in-out infinite alternate ani7;
  animation: 7s ease-in-out infinite alternate ani7;
}
.ani8 {
  -webkit-animation: 2s ease-in-out infinite alternate ani8;
  animation: 2s ease-in-out infinite alternate ani8;
}
@keyframes ani1 {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }
}
@keyframes ani2 {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(20px, 1px) rotate(36deg);
    transform: translate(20px, 1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(100px, 72px) rotate(72deg);
    transform: translate(100px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(144deg);
    transform: translate(40px, 72px) rotate(144deg);
  }
}
@keyframes ani3 {
  0%,
  100% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
}
@keyframes ani4 {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  50% {
    transform: translateX(-20px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@keyframes ani5 {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  50% {
    transform: translateX(10px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.hover-tooltip .tooltip,
.hover-tooltip.style-2 .tooltip {
  transition: opacity 0.3s, visibility 0.3s,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
@keyframes ani6 {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(-13px, 1px) rotate(-6deg);
    transform: translate(-13px, 1px) rotate(-6deg);
  }
  40% {
    -webkit-transform: translate(-41px, -22px) rotate(-22deg);
    transform: translate(-41px, -22px) rotate(-22deg);
  }
  60% {
    -webkit-transform: translate(-33px, -22px) rotate(-50deg);
    transform: translate(-33px, -22px) rotate(-50deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-50deg);
    transform: translate(40px, -72px) rotate(-50deg);
  }
}
@keyframes ani7 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ani8 {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@keyframes rotate1 {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ripple {
  0%,
  100% {
    box-shadow: 0 0 0 0 var(--Sub-primary-2);
  }
  50% {
    box-shadow: 0 0 0 20px var(--Sub-primary-2);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
    box-shadow: 0 2px 0 var(--Primary);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 2px 0 var(--Primary);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 2px 0 var(--Primary);
  }
}
.hover-tooltip .tooltip {
  position: absolute;
  white-space: nowrap;
  padding: 0 8.5px;
  height: 25px;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: var(--White);
  max-width: 250px;
  width: max-content;
  background-color: var(--Heading);
  z-index: 5;
  font-size: 12px;
  line-height: 22px;
}
.hover-tooltip .tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 20px;
  position: absolute;
  background: var(--Heading);
  width: 8px;
  height: 8px;
  z-index: -1;
}
.hover-tooltip.style-2 .tooltip {
  z-index: 202;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  left: unset;
}
.hover-tooltip.style-2 .tooltip::before {
  left: unset;
  right: -3px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hover-img .image-wrap img {
  object-fit: cover;
  -webkit-transition: 1s cubic-bezier(0.3, 1, 0.35, 1);
  transition: 1s cubic-bezier(0.3, 1, 0.35, 1);
}
.hover-img-wrap::after,
.hover-img-wrap::before {
  content: "";
  height: 100%;
  background: #000;
  transition: 0.25s;
  opacity: 0.1;
  z-index: 3;
  width: 50%;
}
.hover-img:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.radio-item label .btn-radio,
.radio-item label input {
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  position: absolute;
}
.hover-img-rotate .image-wrap {
  overflow: hidden;
  border-radius: 8px;
}
.hover-img-rotate:hover .image-wrap img {
  transform: scale(1.1) rotate(3deg);
}
.hover-img-wrap::before {
  position: absolute;
  top: -100%;
  left: 0;
}
.hover-img-wrap::after {
  position: absolute;
  bottom: -100%;
  right: 0;
}
.hover-img-wrap:hover::after {
  bottom: 0;
  transition-delay: 0.25s;
}
.hover-img-wrap:hover::before {
  top: 0;
}
.theme-color-1 {
  /* --Primary: #06a788; */
  --Primary: #adc734;
  --Sub-primary-1: rgba(215, 241, 236, 1);
  --Sub-primary-2: rgba(6, 167, 136, 0.16);
}
.theme-color-2 {
  --Primary: #f2695c;
  --Sub-primary-1: rgba(253, 231, 229, 1);
  --Sub-primary-2: rgba(242, 105, 92, 0.16);
}
.theme-color-3 {
  --Primary: #c79e34;
  --Sub-primary-1: rgba(246, 239, 222, 1);
  --Sub-primary-2: rgba(199, 158, 52, 0.16);
}
.theme-color-4 {
  --Primary: #7695ff;
  --Sub-primary-1: rgba(242, 245, 255, 1);
  --Sub-primary-2: rgba(118, 149, 255, 0.16);
  --Sub-primary-3: rgba(118, 149, 255, 0.1);
}
.wg-pagination {
  display: flex;
  margin-top: 30px;
  gap: 16px;
  flex-wrap: wrap;
}
.wg-pagination li {
  height: max-content;
  overflow: hidden;
  border-radius: 10px;
  flex: none;
}
.box-overview .list-action a,
.checkbox-item.style-1 label .btn-checkbox,
.wg-pagination li.arrow {
  border: 1px solid var(--Line);
}
.wg-pagination li a,
.wrap-social {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.wg-pagination li a {
  display: flex;
  justify-content: center;
  height: 44px;
  width: 44px;
  color: var(--Heading);
  background-color: var(--White);
  font-size: 16px;
  line-height: 22.86px;
}
.radio-item label {
  padding-left: 30px;
  position: relative;
  color: var(--Text);
}
.radio-item label input {
  opacity: 0;
  z-index: 1;
}
.radio-item label .btn-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--Primary);
}
.radio-item label .btn-radio::after {
  content: "\e917";
  font-family: "Poppins", sans-serif;
  position: absolute;
  display: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--White);
}
.checkbox-item label {
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}
.checkbox-item label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.checkbox-item label input:checked ~ .btn-checkbox {
  border: 1px solid var(--Primary);
  background-color: var(--Primary);
}
.checkbox-item label .btn-checkbox {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.checkbox-item label .btn-checkbox:after {
  content: "\e917";
  font-family: "Poppins", sans-serif !important;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  top: 0;
  left: 1px;
  color: var(--White);
  display: none;
}
.wrap-social {
  display: flex;
}
.tf-social:not(.tf-social.style-2) li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  height: 44px;
  width: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.tf-social.style-1 li a {
  border-color: var(--Line) !important;
  color: var(--Note) !important;
}
.tf-social.style-1 li:hover a {
  color: var(--White) !important;
}
.tf-social.style-2 {
  gap: 20px;
}
.tf-social.style-2 li a {
  font-size: 14px;
  color: var(--Text);
}
.tf-social.style-3 {
  padding: 16px 15.5px;
  background-color: var(--Black);
  justify-content: space-between;
  border-radius: 16px;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.tf-social.style-3 li a {
  color: var(--White);
  font-size: 18px;
  position: relative;
  height: unset !important;
  width: unset !important;
  border: none !important;
  background-color: unset !important;
}
.agent-item .tf-social a::after,
.tf-social.style-3 li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -16px;
}
.categories-item.style-2 p,
.ratings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.box-benefits,
.wrap-comment .comment-item,
.wrap-comment .comment-item .user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.ratings i {
  font-size: 14px;
  color: var(--Primary);
}
.wrap-comment {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 51px;
}
.agent-item.style-3 .image-wrap,
.box-review .wg-testimonial .description,
.wrap-comment .comment-list {
  margin-bottom: 25px;
}
.wrap-comment .comment-list li:not(:last-child) {
  margin-bottom: 27px;
}
.box-benefits,
.wrap-comment .comment-item {
  display: flex;
  gap: 20px;
}
.wrap-comment .comment-item .image-wrap {
  max-width: 60px;
  height: 60px;
  flex: none;
  overflow: hidden;
  border-radius: 14px;
}
.wrap-comment .comment-item .user {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.tf-dropdown-sort .btn-select,
.wd-search-form .group-price .box-title-price,
.wrap-comment .action .action-item,
.wrap-comment .comment-item .comment .group-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.wrap-comment .comment-item .author .name {
  line-height: 25.2px;
  color: var(--Text-2);
  margin-bottom: 4px;
}
.wrap-comment .comment-item .author .time {
  font-size: 12px;
  line-height: 16px;
  color: var(--Note);
}
.wrap-comment .comment-item .comment {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--Line);
}
.wrap-comment .comment-item .comment .group-image {
  display: flex;
  gap: 10px 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.wrap-comment .comment-item .comment .group-image img {
  max-width: 141px;
  border-radius: 10px;
}
.wrap-comment .ratings {
  gap: 5px;
  margin-top: 5px;
}
.wrap-comment .action .action-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.tf-dropdown-sort .btn-select {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.tf-dropdown-sort .text-sort-value {
  font-size: 18px;
  line-height: 22.5px;
  color: var(--Heading);
  font-weight: 600;
}
.tf-dropdown-sort .dropdown-menu {
  border: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 20px 10px;
}
.tf-dropdown-sort .select-item .text-value-item {
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  color: var(--Text);
}
.box-house,
.map-listing-item .infoBox-close {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icons-box.style-5:hover .line,
.tf-dropdown-sort .select-item:hover {
  background-color: var(--Line);
}
.wd-search-form {
  background-color: var(--White);
  padding: 28px 20px;
  border-radius: 16px;
}
.wd-search-form .group-price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.wd-search-form .group-price .box-title-price {
  display: flex;
  margin-bottom: 10px;
}
.box-house .box-tag .flat-tag,
.wd-search-form.style-4 .bot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.wd-search-form .group-select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  margin-bottom: 30px;
}
.wd-search-form .group-amenities {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.wd-search-form .group-checkbox {
  text-align: start;
}
.wd-search-form.style-2 .group-amenities,
.wd-search-form.style-3 .group-amenities {
  grid-template-columns: repeat(3, 1fr);
}
.wd-search-form.style-3 .group-select {
  grid-template-columns: repeat(2, 1fr);
}
.wd-search-form.style-4 .group-amenities,
.wd-search-form.style-4 .group-price,
.wd-search-form.style-4 .group-select {
  grid-template-columns: repeat(1, 1fr);
}
.wd-search-form.style-4 .group-select {
  gap: 30px;
}
.wd-search-form.style-4 .checkbox-item label {
  font-weight: 400;
  color: var(--Text);
}
.wd-search-form.style-4 .bot {
  display: flex;
  justify-content: space-between;
}
.wd-search-form .box-search input,
.wd-search-form .box-search input::placeholder {
  font-size: 14px;
  line-height: 22px;
}
.offcanvas-filter {
  max-width: 380px;
}
.offcanvas-filter .offcanvas-header {
  padding: 30px 30px 0;
}
.icons-box.style-4,
.offcanvas-filter .offcanvas-body,
.section-property-detail .wg-property.box-comment {
  padding: 30px;
}
.offcanvas-filter .offcanvas-body::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.offcanvas-filter .offcanvas-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.box-house,
.icons-box {
  background-color: var(--White);
}
.map-listing-item .infoBox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 6;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}
.map-listing-item .box-house {
  position: relative;
  border: none;
  max-width: max-content;
}
.map-listing-item .box-house .image-wrap {
  max-width: 310px;
}
.map-listing-item .box-house .image-wrap img {
  max-width: 100% !important;
}
.meta-list {
  gap: 0 16px;
  flex-wrap: wrap;
}
.meta-list li {
  align-items: center;
  gap: 4px;
  color: rgba(44, 46, 51, 0.5);
}
.box-house {
  border-radius: 16px;
  border: 1px solid var(--Line);
  overflow: hidden;
  transition: 0.3s;
}
.box-house .image-wrap {
  position: relative;
  overflow: hidden;
}
.box-house .image-wrap > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.box-house .image-wrap > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-house .image-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.box-house .box-tag {
  z-index: 2;
  position: absolute;
  top: 7px;
  left: 8px;
}
.box-house .box-tag .flat-tag {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 28px;
  border-radius: 999px;
}
.box-house .list-btn .btn-icon,
.box-house.style-list,
.box-house.style-list .meta-list .meta-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-house .list-btn {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-house .list-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: var(--Primary);
  background-color: var(--White);
  border-radius: 999px;
  font-size: 20px;
  transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
}
.box-house .list-btn .btn-icon:hover,
.section-top-map .wg-filter .form-title {
  background-color: var(--Secondary);
}
.box-house .list-btn .save {
  transition-delay: 0s;
}
.agent-item.style-2 .btn-icon.phone,
.box-house .list-btn .find {
  transition-delay: 0.1s;
}
.box-house .content {
  padding: 23px 24px 24px;
}
.box-house .content .location i {
  margin-right: 4px;
}
.box-house .meta-list {
  border-bottom: 1px solid var(--Line);
  padding-bottom: 16px;
  margin-bottom: 15px;
  gap: 9px;
}
.box-house .wrap-btn {
  gap: 7px;
}
.box-house .wrap-btn .compare:hover svg path,
.icons-box.default .tf-icon svg path:not(:first-child),
.icons-box.style-1
  .tf-icon
  svg:not(.icons-box.style-1 .tf-icon svg.stroke)
  path,
.icons-box.style-2 .tf-icon svg path:not(:last-child),
.icons-box.style-4 .tf-icon svg path:not(:last-child),
.partner-item:hover svg path {
  fill: var(--Primary);
}
.box-house:hover {
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.0705882353);
}
.box-house:hover .btn-icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.agent-item:hover .image-wrap a::after,
.box-house:hover .image-wrap a::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.box-house.style-list {
  display: flex;
  box-shadow: unset;
}
.box-house.style-list .image-wrap {
  max-width: 290px;
  flex: none;
}
.box-house.style-list .image-wrap .box-tag {
  top: 8px;
}
.box-house.style-list .content {
  padding: 24px;
  width: 100%;
}
.box-house.style-list .content .location,
.icons-box.style-2 .title,
.icons-box.style-7 .tf-icon,
.icons-box.style-7 p {
  margin-bottom: 23px;
}
.box-house.style-list .meta-list {
  gap: 8px 45px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.box-house.style-list .meta-list .meta-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.box-house.style-3 .author,
.icons-box.style-1 .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.box-house.style-3 {
  border: none;
  border-radius: unset;
  display: grid;
  grid-template-columns: 0.96fr 1fr;
}
.box-house.style-3 .box-tag {
  position: unset;
  margin-bottom: 16px;
}
.box-house.style-3 .image-wrap {
  max-width: 940px;
}
.box-house.style-3 .image-wrap a {
  width: 100%;
  height: 100%;
  position: relative;
}
.box-house.style-3 .image-wrap a::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  bottom: 0;
}
.box-house.style-3 .image-wrap a::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.icons-box,
.icons-box .tf-icon {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.box-house.style-3 .image-wrap a:hover::after,
.box-house.style-3 .image-wrap a:hover::before {
  height: 100%;
}
.box-house.style-3 .meta-list {
  gap: 10px 37px;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: none;
}
.box-house.style-3 .meta-list .meta-item div {
  line-height: 21px;
  color: #3a3a3c;
}
.box-house.style-3 .content {
  width: unset;
  margin: 104px 15px 104px 30px;
  padding: 0;
}
.box-house.style-3 .author {
  display: flex;
  gap: 12px;
}
.box-house.style-3 .author .avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 999px;
}
.box-house.style-3 .bot {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid var(--Line);
  gap: 10px;
  flex-wrap: wrap;
}
.box-house.style-3 .bot .price span {
  color: #5c6368;
}
.icons-box {
  padding: 24px;
  border-radius: 16px;
  transition: 0.3s;
}
.icons-box .tf-icon {
  margin-bottom: 32px;
  transition: 0.3s;
}
.icons-box.style-2 p,
.icons-box.style-4 .line,
.icons-box.style-5 .line {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icons-box:hover {
  box-shadow: 0 30px 60px var(--Sub-primary-2);
}
.icons-box.default {
  padding: 24px 30px;
}
.icons-box.style-1 .heading {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.icons-box.style-1 .tf-icon,
.icons-box.style-2 .tf-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  border-radius: 16px;
}
.icons-box.style-1 .tf-icon {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--Sub-primary-2);
  flex-shrink: 0;
}
.icons-box.style-1 .title a:hover {
  color: var(--Color-1);
}
.icons-box.style-1:hover {
  box-shadow: 0 30px 60px rgba(6, 167, 136, 0.12);
}
.icons-box.style-1:hover
  .tf-icon
  svg:not(.icons-box.style-1:hover .tf-icon svg.stroke)
  path,
.icons-box.style-4:hover .tf-icon svg .change,
.icons-box.style-4:hover .tf-icon svg path:not(:last-child),
.icons-box.style-5:hover .tf-icon svg .change {
  fill: var(--White);
}
.icons-box.style-2 {
  background-color: #fef7f7;
}
.icons-box.style-2 .tf-icon {
  display: flex;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: var(--White);
  box-shadow: 0 8px 18px var(--Sub-primary-2);
  margin-bottom: 24px;
}
.icons-box.style-3 .tf-icon,
.icons-box.style-4 .tf-icon,
.icons-box.style-5 .tf-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.icons-box.style-2 .tf-icon .change path:last-child,
.icons-box.style-2 .tf-icon .change path:nth-last-child(2) {
  fill: #2c2e33;
}
.icons-box.style-2 p {
  transition: 0.3s;
  margin-bottom: 0;
}
.icons-box.style-3 .tf-icon {
  display: flex;
  justify-content: center;
  height: 76px;
  width: 76px;
  font-size: 40px;
  margin-bottom: 0;
  color: var(--Primary);
  background-color: var(--Sub-primary-2);
  border-radius: 16px;
  flex-shrink: 0;
}
.icons-box.style-3:hover {
  box-shadow: 0 30px 60px var(--Sub-primary-1);
}
.icons-box.style-4,
.icons-box.style-5 {
  flex-grow: 0;
}
.icons-box.style-4 .tf-icon,
.icons-box.style-5 .tf-icon {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  border-radius: 999px;
  margin: 0 auto 24px;
  background-color: var(--Sub-primary-1);
}
.agent-item .content,
.partner-item.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.icons-box.style-4 .line,
.icons-box.style-5 .line {
  display: block;
  background-color: var(--Line);
  width: 80px;
  height: 1px;
  margin: 0 auto 16px;
  transition: 0.3s;
}
.agent-item .image-wrap > a::after,
.partner-item {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icons-box.style-4:hover,
.icons-box.style-5:hover,
.icons-box.style-6:hover,
.page-title.career .form-title {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.07);
}
.icons-box.style-4 .tf-icon.style-2 svg path:last-child,
.icons-box.style-4 .tf-icon.style-2 svg path:nth-last-child(2) {
  fill: var(--Heading) !important;
}
.icons-box.style-5 {
  position: relative;
  padding: 34px 31px 30px;
}
.icons-box.style-5 .tf-icon,
.icons-box.style-5:hover .tf-icon,
.section-help {
  background-color: var(--Sub-primary-1);
}
.icons-box.style-5:hover {
  box-shadow: 0 30px 60px var(--shadown);
}
.icons-box.style-5:hover .tf-icon svg .change {
  fill: unset;
}
.icons-box.style-6 .title a:hover {
  color: var(--Color-3);
}
.wrap-partners:hover .partner-item:not(:hover) {
  filter: brightness(0.9) saturate(0) contrast(1.2) blur(2px);
}
.partner-item {
  cursor: pointer;
  transition: 0.3s;
}
.partner-item.style-2 {
  display: flex;
  padding: 20px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 180px;
  height: 100px;
  border-radius: 16px;
}
.partner-item.style-2:hover {
  border-color: var(--Primary);
}
.agent-item {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.agent-item .image-wrap {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}
.agent-item .image-wrap > a {
  display: block;
  position: relative;
  width: 100%;
}
.agent-item .image-wrap > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  bottom: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
}
.agent-item .tf-social,
.box-location {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.agent-item .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.agent-details .author .name,
.agent-item .content .name {
  margin-bottom: 2px;
}
.agent-item .wrap-btn-icon,
.box-overview .list-action,
.wg-filter .form-title .wrap-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.agent-item .btn-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 999px;
  border: 1px solid var(--Line);
  color: var(--Text);
}
.agent-details,
.box-location .content,
.box-location .tf-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.agent-item .btn-icon:hover {
  background: var(--Primary);
  color: var(--White);
}
.agent-item.style-2::after,
.box-location .image-wrap a::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.29%, #000 100%);
  width: 100%;
  content: "";
}
.agent-item .tf-social {
  max-width: 202px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s 0.1s;
  z-index: 1;
}
.agent-item .tf-social a {
  color: var(--White);
  font-size: 18px;
  position: relative;
}
.agent-item:hover .tf-social {
  opacity: 1;
  visibility: visible;
  bottom: 32px;
}
.agent-item.style-2,
.box-virtual-tour .image-wrap,
.section-contact-help .image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.agent-item.style-2::after {
  position: absolute;
  height: 100%;
  bottom: 0;
}
.agent-item.style-2 .content {
  position: absolute;
  bottom: 14px;
  max-width: 186px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.agent-item.style-2 .wrap-btn-icon {
  position: absolute;
  right: 16px;
  top: 16px;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}
.agent-item.style-2 .btn-icon {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: var(--White);
}
.agent-item.style-2 .btn-icon:hover {
  background-color: var(--Color-4);
}
.agent-item.style-2 .tf-social,
.agent-item.style-3:hover .tf-social {
  bottom: 32px;
}
.agent-item.style-2:hover .tf-social {
  bottom: 88px;
}
.agent-item.style-3 .tf-social {
  bottom: 16px;
}
.agent-details {
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 30px;
}
.agent-details .image-wrap,
.box-location {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.agent-details .image-wrap {
  flex: none;
  max-width: 348px;
}
.agent-details .image-wrap > a {
  width: 100%;
  height: 100%;
}
.agent-details .tf-social {
  max-width: 202px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.agent-details .author p {
  color: var(--Note-2);
}
.agent-details .info span {
  color: var(--Color-8);
  letter-spacing: -1px;
}
.agent-details .info svg {
  margin-right: 3px;
}
.agent-details .content .tf-btn-link svg {
  transform: rotate(90deg);
}
.agent-details .content .tf-btn-link:hover svg {
  transform: rotate(0);
}
.agent-details:hover .image-wrap .tf-social {
  bottom: 16px;
  opacity: 1;
}
.wrap-neighborhoods {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 11px 12px;
  grid-template-areas: "aa bb cc dd" "ee ff ff gg";
}
.grid-layout-2,
.tf-grid-layout-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wrap-neighborhoods .item-1 {
  grid-area: aa;
}
.wrap-neighborhoods .item-2 {
  grid-area: bb;
}
.wrap-neighborhoods .item-3 {
  grid-area: cc;
}
.wrap-neighborhoods .item-4 {
  grid-area: dd;
}
.wrap-neighborhoods .item-5 {
  grid-area: ee;
}
.wrap-neighborhoods .item-6 {
  grid-area: ff;
}
.wrap-neighborhoods .item-7 {
  grid-area: gg;
}
.box-location {
  transition: 0.3s;
}
.box-location.h-450 .image-wrap img {
  height: 450px;
}
.box-location .image-wrap {
  overflow: hidden;
  min-height: 245px;
}
.box-location .image-wrap img {
  width: 100%;
  min-height: 290px;
  object-fit: cover;
}
.box-location .image-wrap a::after {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.box-location .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 5;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 15px;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.box-location .tf-btn {
  gap: 0;
  display: flex;
  align-items: center;
  padding: 17px 23px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  font-weight: 700;
}
.counter-item .counter-number,
.counter-item:not(.style-2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-location.style-2 {
  border-radius: 8px;
}
.box-location.style-2 .image-wrap,
.box-location.style-2 .image-wrap img {
  min-height: unset;
}
.box-location.style-2 .content {
  flex-direction: column;
  align-items: start;
}
.counter-item:not(.style-2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 290px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.counter-item .counter-number {
  display: flex;
  align-items: center;
  width: max-content;
}
.wg-filter .form-title,
.wg-filter .form-title .btn-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 16px;
}
.counter-item .odometer .odometer-value {
  width: 100%;
  text-align: right !important;
}
.counter-item .odometer .odometer-digit {
  vertical-align: unset !important;
}
.counter-item span {
  color: var(--White);
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
}
.counter-item .sub {
  position: relative;
  top: -2px;
  left: -2px;
}
.counter-item .sub.plus {
  top: -14px;
  font-size: 40px;
}
.counter-item.style-2 {
  width: 135px;
}
.counter-item.style-2 .icons {
  font-size: 50px;
  color: var(--Primary);
  margin-bottom: 15px;
}
.counter-item.style-2 span {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: var(--Heading);
}
.counter-item.style-2 .sub.plus {
  top: -9px;
  left: 2px;
  font-size: 25px;
}
.wg-filter .form-title {
  display: flex;
  align-items: center;
  background-color: var(--White);
  gap: 30px;
}
.section-CTA.style-2 .tf-btn,
.section-local-agent .tf-btn,
.section-why .tf-btn,
.wg-filter .form-title .wrap-btn .tf-btn {
  height: 54px;
}
.wg-filter .form-title .btn-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  background: var(--Sub-primary-2);
  cursor: pointer;
  flex: none;
}
.wg-filter .form-title.style-2 .nice-select,
.wg-filter .form-title.style-2 form fieldset input,
.wg-filter .form-title.style-2 form fieldset input::placeholder {
  font-size: 15px;
  line-height: 18.75px;
}
.wg-filter .wd-search-form {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
  width: 1280px;
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wg-filter .wd-search-form.show {
  display: block;
  margin-top: 8px;
  opacity: 1;
  visibility: visible;
}
.wg-filter.style-2 form,
.wg-filter.style-3 form {
  max-width: 390px;
  width: 100%;
  flex-shrink: 0;
}
.wg-filter.style-2 form fieldset input,
.wg-filter.style-3 form fieldset input {
  font-size: 15px;
  line-height: 18.75px;
}
.wg-filter.style-2 .nice-select .list,
.wg-filter.style-3 .nice-select .list {
  width: 170px;
}
.section-property-map .wg-filter form.w-215,
.wg-filter.style-3 form {
  max-width: 215px;
}
.single-property-gallery .sw-single {
  border-radius: 16px;
  margin-bottom: 12px;
}
.section-categories-neighborhoods .swiper,
.single-property-gallery .sw-thumbs-sigle {
  border-radius: 16px;
}
.box-overview .heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--Line);
  flex-wrap: wrap;
  gap: 10px 15px;
}
.box-overview .heading .price span {
  margin-left: -10px;
}
.box-overview .info {
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 15px;
}
.box-overview .info .location {
  margin-bottom: 7px;
}
.box-overview .info .meta-list {
  gap: 17px;
}
.box-overview .info-detail,
.box-overview .info-detail .wrap-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 30px;
}
.box-overview .list-action a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 10px;
}
.box-overview .info-detail {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-overview .info-detail .wrap-box {
  display: flex;
  flex-direction: column;
}
.box-overview .box-icon .icons,
.box-property-detail .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-overview .box-icon .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--Line);
  border-radius: 8px;
  font-size: 24px;
}
.box-overview.style-2 {
  border-radius: 0 0 16px 16px !important;
}
.box-property-detail .box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.single-property-floor .floor-item .floor-header,
.widget-video .popup-youtube {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-property-detail .box ul {
  width: calc(50% - 10px);
}
.box-property-detail ul li p:first-child {
  color: #3a3a3c;
  width: 76px;
}
.widget-video img {
  border-radius: 16px;
  width: 100%;
}
.widget-video .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: var(--White);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.widget-video .popup-youtube i {
  color: var(--Primary);
  font-size: 18px;
  margin-left: 4px;
}
.widget-video .popup-youtube::after,
.widget-video .popup-youtube::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  animation: 3s infinite ripple;
}
.widget-video .popup-youtube::after {
  animation-delay: 0.5s;
}
.widget-video .popup-youtube::before {
  animation-delay: 0.9s;
}
.box-amenities .wrap-feature {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-amenities .wrap-feature .box-feature ul {
  padding-left: 15px;
  list-style: disc;
}
.box-amenities .wrap-feature .box-feature ul li::marker {
  color: var(--Primary);
}
.single-property-map .map {
  border-radius: 30px;
  width: 100%;
  height: 420px;
}
.single-property-map .info-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.single-property-map .info-map li .label {
  color: #3a3a3c;
  width: 110px;
}
.single-property-floor .floor-item {
  padding: 0 20px;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.single-property-floor .floor-item .floor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 19px 0 17px;
}
.single-property-floor .floor-item .floor-header .inner-left {
  display: flex;
}
.single-property-floor .floor-item .floor-header .inner-left span {
  color: #161e2d;
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-property-floor .floor-item .floor-header .inner-left .icon {
  flex-shrink: 0;
  margin-right: 9px;
  margin-top: -2px;
  display: inline-block;
  transform: rotate(0);
  font-size: 21px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-property-floor .floor-item .floor-header .inner-right {
  display: flex;
  gap: 28px;
}
.single-property-floor .floor-item .floor-header .inner-right .icon {
  font-size: 20px;
  color: #a3abb0;
}
.single-property-floor .floor-item .faq-body {
  padding: 17px 0;
  border-top: 1px solid #e4e4e4;
}
.single-property-floor .floor-item .faq-body .box-img {
  background-color: var(--White);
  border-radius: 12px;
  overflow: hidden;
}
.box-attachments .attachments-item .box-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #f7f7f7;
  width: 60px;
  height: 60px;
}
.box-attachments .attachments-item .box-icon img {
  max-width: 40px;
}
.box-attachments .attachments-item .icon {
  font-size: 24px;
}
.box-attachments .attachments-item span {
  color: var(--Text);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-attachments .attachments-item:hover span,
.breadcrumb li a,
.categories-item.style-2:hover .content h5,
.section-property-detail .wg-property.box-loan .wrap-btn span,
.section-why p a,
.wg-listing .tf-btns-filter:hover {
  color: var(--Primary);
}
.box-virtual-tour .image-wrap .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-virtual-tour .image-wrap .box-icon .icons {
  font-size: 60px;
  color: var(--White);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: 5s ease-in-out infinite rotate1;
  animation: 5s ease-in-out infinite rotate1;
}
.wg-listing .tf-btns-filter,
.wg-listing .tf-btns-filter::after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.single-property-nearby .item-nearby {
  display: flex;
  gap: 4px;
}
.agencies-item,
.agencies-item .contact,
.agencies-item .contact .list-link,
.wg-listing .tf-houese-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.single-property-nearby .item-nearby .label {
  width: 120px;
  color: #3a3a3c;
  opacity: 0.8;
}
.agencies-item {
  display: flex;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--Line);
  border-radius: 16px;
}
.agencies-item .logo-wrap {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--Line);
  flex-shrink: 0;
}
.agencies-item .info .location {
  color: var(--Note);
}
.agencies-item .contact {
  padding-top: 20px;
  border-top: 1px solid var(--Line);
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#loading,
.section-property-detail .wg-property.box-loan .wrap-btn p,
.wg-appraisal.style-2,
.wrap-pagination .wg-pagination {
  margin-top: 0;
}
.agencies-item .contact .list-link,
.wg-listing .tf-houese-filter {
  display: flex;
  gap: 7px;
}
.agencies-item .contact .list-link a,
.career-item,
.career-item .list-info,
.wrap-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.agencies-item .contact .list-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(241, 145, 61, 0.1019607843);
  color: var(--Primary);
  border-radius: 999px;
  font-size: 18px;
}
.agencies-item .contact .list-link a:hover,
.breadcrumb li a:hover {
  color: var(--Secondary);
}
.agencies-item.style-2 {
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--Line);
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.agencies-item.style-2 .content-inner {
  margin-top: -44px;
  padding: 0 23px 23px;
}
.agencies-item.style-2 .logo-wrap {
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 17px;
}
.agencies-item.style-2 .info .name {
  margin-bottom: 1px;
}
.agencies-item.style-2 .list-info li span:first-child {
  font-weight: 500;
  width: 76px;
  color: var(--Heading);
}
.agencies-item.style-2 .contact {
  padding-top: 16px;
  margin-top: 16px;
}
.career-item {
  display: flex;
  padding: 29px;
  justify-content: space-between;
  border-radius: 16px;
  border: 1px solid var(--Line);
  flex-wrap: wrap;
  gap: 10px;
}
.career-item .list-info {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.wg-appraisal .content {
  background-color: var(--Sub-primary-1);
  padding: 112px 0 111px 69px;
  border-radius: 24px;
  position: relative;
  z-index: 2;
}
.wg-appraisal .content::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/cta-1.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.wg-appraisal .content .person {
  position: absolute;
  bottom: 0;
  right: 103px;
  z-index: 2;
}
.wg-appraisal.style-2 .content {
  background-repeat: no-repeat;
  background-color: #606060;
  background-size: cover;
}
.tag-property,
.wg-listing .tf-btns-filter::after {
  position: absolute;
  background-color: var(--Primary);
}
.wg-appraisal.style-2 .content .person {
  right: 87px;
}
.wg-appraisal.style-3 {
  margin-top: 0;
  padding-bottom: 0;
}
.wg-appraisal.style-3 .content .heading-section {
  max-width: 591px;
}
.wg-appraisal.style-3 .content::after {
  background-image: url(../images/section/cta-2.png);
  bottom: 0;
  top: unset;
  background-size: cover;
}
.wg-appraisal.style-3 .content .person {
  right: 69px;
}
.section-property-map .wrap-map #map,
.wrap-map #map {
  height: 100%;
  width: 100%;
}
.wrap-pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.agency-details .content,
.tag-property {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.wrap-pagination .wg-pagination li a {
  font-weight: 600;
}
.tag-property {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 21px;
  bottom: 16px;
  left: 16px;
  border-radius: 999px;
}
.agency-details .logo {
  width: 190px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}
.agency-details .content {
  margin-top: -95px;
  margin-left: 30px;
  display: flex;
  align-items: flex-end;
  gap: 26px;
}
.box-benefits .box-icon .icons,
.wg-listing .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.wg-listing .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.wg-listing .tf-houese-filter :first-child {
  width: 34.84px;
}
.wg-listing .tf-houese-filter :nth-child(2) {
  width: 79.14px;
}
.wg-listing .tf-houese-filter :nth-child(3) {
  width: 78.86px;
}
.wg-listing .tf-btns-filter {
  position: relative;
  padding: 7px 7px 8px;
  cursor: pointer;
  transition: 0.3s;
}
.wg-listing .tf-btns-filter::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.flat-pricing .box,
.flat-pricing .box .title-price .month {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.wg-listing .tf-btns-filter.is--active {
  font-weight: 700;
  color: var(--Primary);
}
.section-pre-approved .image-wrap img,
.wg-listing .tf-btns-filter.is--active::after {
  width: 100%;
}
.box-calculate form {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--Line);
  padding: 40px;
  border-radius: 0 0 16px 16px;
}
.box-benefits .wrap-image {
  flex: 0 0 auto;
  width: 50%;
}
.box-benefits .image {
  border-radius: 16px;
  overflow: hidden;
  width: 62.4%;
}
.box-benefits .image.img-1 {
  position: relative;
  z-index: 1;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.25);
}
.box-benefits .image.img-2 {
  position: absolute;
  bottom: 0;
  right: 61px;
}
.box-benefits .content {
  padding: 78.5px 0;
}
.box-benefits .content .wrap-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}
.box-benefits .content .wrap-icon .box-icon:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--Line);
  top: 0;
  right: -25px;
}
.box-benefits .box-icon {
  width: 174px;
  flex: none;
}
.box-benefits .box-icon .icons {
  display: flex;
  justify-content: center;
  font-size: 42px;
  height: 90px;
  width: 90px;
  background-color: var(--Sub-primary-1);
  border-radius: 16px;
  color: var(--Primary);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.box-review .box-author,
.flat-pricing .box .check li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.box-review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 72px;
}
.box-review .content-left {
  max-width: 546px;
  padding: 186.5px 0;
}
.box-review .box-author,
.box-review .content-right > .ratings {
  padding: 16px;
  max-width: max-content;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.07);
}
.box-review .box-author {
  position: absolute;
  top: 137px;
  left: 6px;
  display: flex;
  gap: 12px;
  border-radius: 16px;
  background-color: var(--White);
}
.box-review .box-author .avatar {
  height: 60px;
  width: 60px;
  border-radius: 999px;
  overflow: hidden;
}
.box-review .box-author .name {
  margin-bottom: 4px;
}
.box-review .content-right {
  position: relative;
  width: 100%;
}
.progress-wrap,
.progress-wrap::after {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.box-review .content-right::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  background-color: var(--Sub-primary-2);
  left: 98px;
  top: 80px;
  z-index: -1;
}
#loading,
.box-review .wg-testimonial,
.categories-item {
  background-color: var(--White);
}
.box-review .content-right > .ratings {
  position: absolute;
  top: 223px;
  right: 15px;
  border-radius: 16px;
  background-color: var(--White);
}
.box-review .content-right .person {
  margin-left: 53px;
}
.box-review .wg-testimonial {
  padding: 24px 23px 21px;
  position: absolute;
  max-width: 510px;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.07);
  bottom: 0;
  right: 57px;
}
.box-password .form-control {
  padding-right: 40px;
}
.box-password .show-pass,
.box-password .show-pass2,
.box-password .show-pass3 {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.box-password .show-pass.active .icon-view,
.box-password .show-pass2.active .icon-view,
.box-password .show-pass3.active .icon-view {
  display: inline-block;
}
.flat-pricing .box {
  background: var(--White);
  padding: 41px 30px 30px;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.07);
}
.flat-pricing .box:hover {
  transform: translateY(-12px);
}
.flat-pricing .box .title-price .month {
  margin-left: 5px;
  margin-top: 26px;
  transition: 0.3s;
}
.flat-pricing .box .texts {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.flat-pricing .box .check li {
  margin-bottom: 14px;
  display: flex;
}
.categories-item.style-2 .icon-box,
.flat-pricing .box .check li::before {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.flat-pricing .box .check li::before {
  content: "\e917";
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-right: 13px;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  background: var(--Primary);
  border-radius: 50%;
  flex: none;
}
.flat-pricing .box .button-pricing a {
  width: 100%;
  text-align: center;
}
.wow {
  visibility: hidden;
}
.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 600px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  background: var(--White);
  border: 1.2px solid rgba(134, 134, 134, 0.12);
}

.progress-wrap::after {
  position: absolute;
  content: "\e945";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--Primary);
  z-index: 1;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

@media (max-width: 768px) {
  .progress-wrap {
    width: 40px;
    height: 40px;
    bottom: 1px;
    right: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .progress-wrap::after {
    font-size: 16px; /* Reduce icon size */
    line-height: 40px;
  }

  .progress-wrap svg.progress-circle path {
    stroke-width: 3; /* Thinner stroke for mobile */
  }
}


@media (max-width: 320px) {
  .progress-wrap {
    width: 40px;
    height: 40px;
    bottom: 1px;
    right: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.categories-item {
  padding: 30px 24px 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  z-index: 1;
  border: 1px solid var(--Line);
  position: relative;
  overflow: hidden;
  height: 270px;
}
#loading,
.categories-item::after,
.overlay,
.page-title::after {
  height: 100%;
  width: 100%;
}
.categories-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--Primary);
  transform: scale(1, 0);
  transition: transform 0.4s;
  transform-origin: bottom center;
  z-index: -1;
  border-radius: 16px;
}
.categories-item .icon-box .icon {
  position: relative;
  z-index: 5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 80px;
  color: var(--Heading);
}
.categories-item .content,
.section-CTA.style-2 .content,
.section-realty .counter-item,
.section-sale .box-sale .heading-section,
.section-sale .box-sale .tf-btn {
  position: relative;
  z-index: 5;
}
.categories-item .content h5,
.categories-item .content p {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.categories-item.active::after,
.categories-item:hover::after {
  transform: scale(1, 1);
  transform-origin: top center;
}
.categories-item.style-2 {
  flex-direction: row;
  padding: 16px;
  border: none;
  gap: 16px;
}
.categories-item.style-2 .icon-box {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 101px;
  width: 101px;
  border-radius: 16px;
  border: 1px solid #ececec;
}
.categories-item.style-2 .icon-box .icon {
  font-size: 50px;
}
.categories-item.style-2:hover {
  background-color: unset;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
  z-index: 999999;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading #loading-center .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading #loading-center .loader-container .wrap-loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading #loading-center .loader-container .wrap-loader .icon {
  position: absolute;
  max-width: 80px;
}
#loading #loading-center .loader-container .loader {
  padding: 70px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: 1s linear infinite spin;
}
#loading .icon {
  width: 100px;
  height: 100px;
}
.tf-spacing-1 {
  padding-top: 104px;
  padding-bottom: 104px;
}
.tf-spacing-2 {
  padding-top: 72px;
  padding-bottom: 104px;
}
.tf-spacing-3 {
  padding-top: 64px;
  padding-bottom: 80px;
}
.tf-spacing-4 {
  padding-top: 0;
  padding-bottom: 77px;
}
.tf-spacing-5 {
  padding-top: 69px;
  padding-bottom: 104px;
}
.tf-spacing-6 {
  padding-top: 0;
  padding-bottom: 80px;
}
.grid-layout-2 {
  display: grid;
  gap: 40px;
}
.tf-grid-layout,
.tf-grid-layout-2,
.tf-grid-layout-3 {
  gap: 20px;
  display: grid;
}
.grid-layout-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.grid-layout-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.heading-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.breadcrumb,
.section-CTA:not(.style-2) .content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.heading-section p,
.section-help .text {
  color: rgba(44, 46, 51, 0.6);
}
.page-title {
  position: relative;
  z-index: 10;
  background-position: center;
  background-attachment: fixed;
}
.page-title::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-title.home02,
.section-realty {
  background-size: cover;
  background-attachment: fixed;
}
.content-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 100px 20px;
}
.page-title .heading-title {
  text-align: center;
}
.page-title .heading-title .title {
  color: var(--White);
  margin-bottom: 16px;
}
.page-title .heading-title p {
  color: var(--White);
  line-height: 25.2px;
}
.page-title form fieldset input::placeholder {
  color: #7c7f84;
  font-weight: 400;
}
.page-title.career,
.page-title.home01,
.page-title.home05 {
  background-image: url(../img/brands/vari-bg.jpeg);
  background-attachment: fixed;
  padding: 154px 0 258px;
  background-size: cover;
  height: 87vh;
}
.page-title.career .heading-title,
.page-title.home01 .heading-title,
.page-title.home05 .heading-title {
  margin-bottom: 45px;
}
.page-title.career .tf-dropdown-sort,
.page-title.home01 .tf-dropdown-sort,
.page-title.home05 .tf-dropdown-sort {
  padding-right: 30px;
  border-right: 1px solid var(--Line);
}
.page-title.career form,
.page-title.home01 form,
.page-title.home05 form {
  flex: 1;
}
.page-title.career form fieldset input,
.page-title.home01 form fieldset input,
.page-title.home05 form fieldset input {
  border: none;
}
.page-title.career .form-title,
.page-title.home01 .form-title,
.page-title.home05 .form-title {
  padding: 8px 8px 8px 24px;
}
.page-title.career .btn-filter,
.page-title.home01 .btn-filter,
.page-title.home05 .btn-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  border-radius: 16px;
  cursor: pointer;
}
.page-title.home02 {
  background-image: url(../img/slider-2.png);
  padding: 232px 0 294px;
}
.page-title.home02 .form-title,
.page-title.home03 .form-title,
.page-title.home04 .form-title {
  padding: 16px;
  gap: 12px;
}
.page-title.home02 .btn-filter {
  background: var(--Sub-primary-2);
}
.page-title.home02 .checkbox-item label input:checked ~ .btn-checkbox {
  background-color: var(--Primary);
  border-color: var(--Primary);
}
.page-title.home03 {
  background-image: url(../images/section/page-title-3.jpg);
  background-size: cover;
  padding: 200px 0 310px;
}
.page-title.home03 .heading-title {
  text-align: start;
  margin-bottom: 74px;
}
.page-title.home03 .widget-tabs .widget-menu-tab {
  justify-content: start;
}
.page-title.home04 {
  background-image: url(../images/section/page-title-4.jpg);
  padding: 112px 0 207px;
  background-size: cover;
}
.page-title.home04 .heading-title {
  margin-bottom: 63px;
}
.page-title.home05 {
  background-image: url(../images/section/page-title-5.jpg);
  padding: 237px 0 300px;
  background-size: cover;
}
.page-title.style-2 {
  padding: 132px 0 232px;
  background-image: url(../images/section/page-title-loan.jpg);
  background-size: cover;
}
.page-title.career {
  background-image: url(../images/section/page-title-career.jpg);
  background-size: cover;
  padding: 384px 0 0;
  background-repeat: no-repeat;
}
.page-title.career .heading-title {
  margin-bottom: 56px;
}
.page-title.career .heading-title .title {
  line-height: 70px;
}
.page-title.career .content-inner {
  margin-bottom: -35px;
}
.page-title .wd-search-form {
  max-width: calc(100vw - 30px);
}
.flat-title {
  margin-bottom: 62px;
}
.flat-title .title-inner {
  padding-top: 34px;
}
.flat-title.style-2 .title-inner {
  padding-top: 34px;
  margin-bottom: 30px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 0;
}
.breadcrumb li:not(:last-child)::after {
  content: "\e908";
  position: absolute;
  font-family: "Poppins", sans-serif;
  color: var(--Text);
  font-size: 8px;
  line-height: normal;
  top: 5px;
  margin: 0 12.5px 0 11.5px;
}
.section-CTA:not(.style-2) .content-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0;
  gap: 10px;
}
.section-CTA:not(.style-2) .content-inner img {
  max-width: 108px;
  position: absolute;
  bottom: 0;
}
.section-CTA:not(.style-2) .content-inner .content {
  padding-left: 134px;
}
.section-CTA:not(.style-2) .content-inner .tf-btn {
  height: 54px;
  padding: 0 29.5px;
}
.section-CTA.style-2 .content-inner {
  overflow: hidden;
  background-color: #f1913d;
  position: relative;
  padding: 32px;
  border-radius: 16px;
}
.section-CTA.style-2 .content-inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/section/cta-4.png);
  left: 0;
  top: 0;
}
.section-CTA.style-2 .content-inner::before {
  content: "";
  position: absolute;
  height: 484px;
  width: 484px;
  background-color: #f78119;
  border-radius: 999px;
  right: 32px;
  bottom: -245px;
}
.section-CTA.style-2 .logo {
  margin-bottom: 33px;
  width: 136px;
  height: 42px;
}
.section-CTA.style-2 .person {
  max-width: 300px;
  position: absolute;
  bottom: 0;
  right: 175px;
  z-index: 2;
}
.section-realty {
  background-image: url(../img/gallery/ima-3.png);
  background-repeat: no-repeat;
  position: relative;
}
.section-realty::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
}
.section-realty .heading-section {
  margin-bottom: 46px;
  position: relative;
  z-index: 5;
}
.section-property-detail .wg-property {
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.section-property-detail .wg-property.box-attachments,
.section-property-detail .wg-property.box-property-detail,
.section-property-detail .wg-property.single-property-floor {
  padding: 30px 30px 37px;
}
.section-property-detail .wg-property.box-amenities {
  padding-right: 133px !important;
}
.section-property-detail .wg-property.single-property-floor {
  padding: 30px 30px 32px;
}
.section-property-detail .wg-property.box-virtual-tour {
  padding: 23px 29px 34px;
}
.section-property-detail .wg-property.box-loan,
.section-property-detail .wg-property.single-property-nearby {
  padding: 32px 30px 30px;
}
.section-property-detail .wg-property.box-loan .wrap-btn {
  margin-top: 23px;
}
.section-property-detail .wg-property.spacing-1 {
  padding: 24px 24px 39px;
}
.section-property-detail .wg-property.spacing-2 {
  padding: 22px 24px 23px;
}
.section-property-detail .wg-property.spacing-3 {
  padding: 25px 24px 20px;
}
.section-property-detail .wg-property.spacing-4 {
  padding: 25px 23px 35px;
}
.section-property-detail .wg-property.spacing-5 {
  padding: 24px 23px 35px;
}
.section-property-detail .wg-property.spacing-6 {
  padding: 23px 23px 34px;
}
.section-property-detail .wg-property.spacing-7 {
  padding: 24px 23px 37px;
}
.section-property-detail .wg-property.spacing-8 {
  padding: 23px 23px 35px;
}
.section-property-detail .wg-property.spacing-9 {
  padding: 27px 24px 21px;
}
.section-property-detail .wg-property.spacing-10 {
  padding: 26px 24px 23px;
}
.section-property-detail .wg-property.spacing-11 {
  padding: 27px 24px 23px;
}
.section-property-detail .wg-property .wrap-comment {
  padding-bottom: 38px;
  margin-bottom: 36px;
}
.section-property-detail .wg-property form .tf-btn {
  gap: 1px;
}
.section-property-detail .sw-thumbs-sigle {
  border-radius: 16px 16px 0 0;
}
.section-property-detail .single-property-gallery.style-1 .sw-button {
  top: calc(50% - 55px);
}
.section-property-image .wrap-image,
.section-property-image .wrap-image .wrap-image-right .bot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 14px;
}
.section-property-image .wrap-image .wrap-image-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.section-listing .heading-section,
.section-pre-approved .heading-section {
  margin-bottom: 47px;
}
.section-help .text a {
  color: var(--Primary);
  text-decoration: underline;
  margin-left: 6px;
}
.section-help.style-2,
.section-trusted {
  background-color: var(--White);
}
.section-pre-approved .content {
  margin: 88px 0;
}
.section-pre-approved .image-wrap {
  border-radius: 24px;
  overflow: hidden;
}
.section-pre-approved.style-2 .content {
  margin: 31px 0;
}
.section-pre-approved.style-2 .image-wrap {
  max-width: 550px;
  margin-left: auto;
}
.section-pre-approved.style-2 .form-pre-approved p {
  margin-top: 34px;
}
.section-work-together .wg-partner {
  background-color: var(--Secondary);
  padding-bottom: 328px;
}
.section-work-together .wg-appraisal {
  margin-top: calc(-11% - 13px);
  padding-bottom: 104px;
}
.section-work-together.style-2 .wg-partner {
  background-color: unset;
  padding-bottom: unset;
}
.section-testimonials .box-testimonials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.section-categories-neighborhoods .wrap-neighborhoods,
.section-download .wrap-download,
.section-selling-home.style-2 .wrap-box .number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.section-testimonials.style-1 .tf-grid-layout {
  padding: 40px;
  margin: -40px;
  position: relative;
  max-height: 86rem;
  overflow: hidden;
}
.section-testimonials.style-1 .tf-grid-layout .tf-btn {
  position: absolute;
  bottom: 60px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
}
.section-testimonials.style-1 .tf-grid-layout.active {
  max-height: 100%;
}
.section-testimonials.style-1 .tf-grid-layout::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  width: 100%;
  height: 64%;
  bottom: 0;
}
.section-trusted .heading-section span {
  position: relative;
  margin-right: 11px;
}
.section-trusted .heading-section span::after {
  position: absolute;
  content: "+";
  top: -8px;
  font-size: 22px;
}
.section-trusted .person {
  bottom: -105px;
  right: 167px;
  z-index: 2;
}
.section-trusted .item {
  bottom: -104px;
  right: 34px;
}
.section-neighborhoods.style-2 .wrap-neighborhoods {
  display: flex;
  gap: unset;
}
.section-featured {
  max-width: 1920px;
  margin: 0 auto;
}
.section-featured .box-house {
  background: rgba(242, 105, 92, 0.0509803922);
}
.section-box-team .wrap-image {
  position: relative;
  height: 100%;
}
.section-box-team .image-wrap {
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-box-team .image-wrap.img-1 {
  position: relative;
  max-width: 400px;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.section-box-team .image-wrap.img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-box-team .image-wrap.img-2:hover {
  z-index: 2;
}
.section-box-team .content-inner {
  padding: 62.5px 0;
}
.section-box-team.style-2 .content-inner {
  padding: 52.5px 0 47.5px;
}
.section-categories-neighborhoods .wrap-neighborhoods {
  display: flex;
  gap: 0;
}
.section-appraisal.style-2 .wg-appraisal .content::after {
  background-image: url(../images/section/cta-3.png);
}
.section-sale .box-sale {
  padding-top: 104px;
  padding-bottom: 323px;
  background-color: var(--Secondary);
  position: relative;
}
.section-sale .box-sale::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/section-sale.png);
  width: 100%;
  height: 100%;
  top: 0;
}
.section-property-map .wrap-map,
.section-property-map.list .wrap-map {
  height: 100vh;
  position: sticky;
  top: 0;
}
.section-sale .tf-grid-layout {
  margin-top: -219px;
}
.section-selling-home.style-2 {
  background-color: var(--Sub-primary-1);
  padding-bottom: 358px;
}
.section-selling-home.style-2 .wrap-box .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px dashed var(--Primary);
  color: var(--Primary);
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
  background-color: var(--Sub-primary-1);
}
.section-selling-home.style-2 .tf-grid-layout::after {
  content: "";
  position: absolute;
  max-width: 1128px;
  border: 1px dashed var(--Primary);
  height: 1px;
  grid-template-columns: repeat(1, 3);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 32px;
}
.section-selling-home.style-2 .tf-grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1128px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border: 1px solid var(--Primary);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.section-download .content {
  background-color: var(--Sub-primary-1);
  padding: 123px 0 123px 69px;
  border-radius: 24px;
}
.section-download .wrap-download {
  display: flex;
  gap: 11px;
}
.section-contact-help .content,
.section-contact-help .wrap-btn,
.section-property-map,
.section-property-map.list .wrap-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.section-download .wrap-download a {
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  max-width: 148px;
}
.section-download .wrap-download a.ch-play {
  max-width: 168px;
}
.section-download .image-wrap {
  position: absolute;
  top: -15px;
  right: 0;
}
.section-property-layout {
  margin-bottom: 61px;
}
.section-property-layout .wg-filter {
  margin-bottom: 64px;
}
.section-property .box-title {
  margin-bottom: 33px;
}
.section-property-map {
  display: flex;
  position: relative;
}
.section-property-map .wg-filter form.w-226 {
  max-width: 226px;
}
.section-property-map .content-right {
  padding: 39px 56px 47px 34px;
}
.section-property-map .wrap-map {
  width: 81.9%;
}
.section-property-map .grid-layout-3 {
  gap: 32px;
}
.section-property-map.list .wrap-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-property-map.list .content-right {
  padding: 39px 58px 48px 18px;
  width: 50%;
}
.section-property-map.list .box-house .meta-list {
  gap: 8px 37px;
}
.section-property-map.list .wrap-pagination {
  margin-top: 29px;
}
.section-top-map .wrap-map {
  width: 100%;
  height: 800px;
}
.section-top-map .wrap-filter {
  padding: 32px 0;
  background-color: var(--Secondary);
}
.section-top-map.style-2 .wrap-map {
  height: 855px;
}
.section-top-map.style-2 .box {
  margin-top: -180px;
}
.section-agent {
  margin-bottom: 79px;
}
.section-agent .box-title {
  flex-direction: column;
  align-items: unset;
  gap: 0;
  margin-bottom: 47px;
}
.section-agent .wrap-sort form {
  min-width: 290px;
  flex-shrink: 0;
}
.section-agent .wrap-sort .nice-select {
  max-width: 290px;
}
.section-agent .wrap-pagination {
  padding-top: 48px;
  border-top: 1px solid var(--Line);
  margin-top: 40px;
}
.section-faq .heading-section {
  gap: 0;
}
.section-contact-help .logo {
  position: absolute;
  z-index: 1;
  top: 31px;
  left: 52px;
  width: 136px;
  height: 42px;
}
.section-contact-help .image-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(88, 41, 0, 0) 0, #582900 100%);
  top: 0;
  left: 0;
}
.section-contact-help .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  max-width: 1216px;
  margin: 0 32px;
  z-index: 2;
  gap: 20px;
}
.section-contact-help .wrap-btn {
  display: flex;
  gap: 13px;
}
.section-agency .wrap-list,
.section-agency-layout .wrap-list,
.section-contact .list-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.section-agency .wrap-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.section-agency-details .box-description {
  padding: 30px 30px 26px;
  border: 1px solid var(--Line);
  border-radius: 16px;
}
.section-agency-details .box-description .widget .title {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 11px;
}
.section-agency-details .map {
  height: 360px;
  width: 100%;
}
.section-agency-details .wg-pagination {
  margin-top: 40px;
}
.section-calculate {
  margin-top: -254px;
}
.section-calculate form .cols {
  gap: 10px 32px;
  margin-bottom: 31px;
}
.section-contact .box-contact {
  padding: 66.5px 0;
}
.section-contact .list-info li {
  display: flex;
  align-items: center;
  gap: 41px;
}
.section-contact .list-info li .icon::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--Line);
  right: -20px;
}
.section-contact .list-info li .sub {
  font-size: 14px;
  line-height: 21px;
  color: var(--Note);
  font-weight: 500;
  margin-bottom: 2px;
}
.section-contact .list-info li p {
  font-size: 16px;
  line-height: 24px;
  color: var(--Heading);
}
.section-contact .list-info li .phone {
  font-size: 30px;
  line-height: 37.5px;
  color: var(--Primary);
  font-weight: 700;
}
.section-contact .list-info li a {
  font-size: 16px;
  line-height: 24px;
  color: var(--Primary);
}
.section-featured-listings .widget-tabs .widget-menu-tab {
  gap: 15px;
}
.section-featured-listings .widget-tabs .item-title {
  max-width: max-content;
  white-space: nowrap;
}
.section-featured-listings .widget-content-inner > .tf-btn {
  margin: 47px auto 0;
}
.section-agents-details .wg-pagination {
  margin-top: 41px;
}
.section-agency-layout .grid-layout-2 {
  gap: 39px;
}
.section-agency-layout .wrap-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-property-layout .wrap-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-categories.style-2 .tf-layout-mobile-sm {
  gap: 24px;
}
@media (min-width: 576px) {
  .tf-grid-layout {
    gap: 20px;
  }
  .tf-grid-layout-3,
  .tf-layout-mobile-sm {
    display: grid;
    gap: 15px;
  }
  .d-md-none {
    display: none !important;
  }
  .tf-grid-layout-2.sm-col-3,
  .tf-grid-layout-2.sm-col-4,
  .tf-grid-layout-3.sm-col-3,
  .tf-grid-layout-3.sm-col-4,
  .tf-grid-layout.sm-col-3,
  .tf-grid-layout.sm-col-4,
  .tf-layout-mobile-sm.sm-col-3,
  .tf-layout-mobile-sm.sm-col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.sm-col-2,
  .tf-grid-layout-3.sm-col-2,
  .tf-grid-layout.sm-col-2,
  .tf-layout-mobile-sm.sm-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-amenities-property {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  #header-main .header-logo img {
    height: 60px;
  }
  .box-amenities-property {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tf-grid-layout-2.md-col-4,
  .tf-grid-layout-3.md-col-4,
  .tf-grid-layout.md-col-4,
  .tf-layout-mobile-md.md-col-4,
  .tf-layout-mobile-sm.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-2.md-col-3,
  .tf-grid-layout-3.md-col-3,
  .tf-grid-layout.md-col-3,
  .tf-layout-mobile-md.md-col-3,
  .tf-layout-mobile-sm.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.md-col-2,
  .tf-grid-layout-3.md-col-2,
  .tf-grid-layout.md-col-2,
  .tf-layout-mobile-md.md-col-2,
  .tf-layout-mobile-sm.md-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-layout-mobile-md {
    display: grid;
    gap: 40px;
  }
  .tf-layout-mobile-sm {
    gap: 20px;
  }
}
@media (min-width: 991px) {
  .d-lg-none {
    display: none;
  }
  .tf-grid-layout-2.lg-col-3,
  .tf-grid-layout-2.lg-col-4,
  .tf-grid-layout-3.lg-col-3,
  .tf-grid-layout-3.lg-col-4,
  .tf-grid-layout.lg-col-3,
  .tf-grid-layout.lg-col-4,
  .tf-layout-mobile-lg.lg-col-3,
  .tf-layout-mobile-lg.lg-col-4,
  .tf-layout-mobile-md.lg-col-3,
  .tf-layout-mobile-md.lg-col-4,
  .tf-layout-mobile-sm.lg-col-3,
  .tf-layout-mobile-sm.lg-col-4,
  .tf-layout-mobile-xl.lg-col-3,
  .tf-layout-mobile-xl.lg-col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.lg-col-2,
  .tf-grid-layout-3.lg-col-2,
  .tf-grid-layout.lg-col-2,
  .tf-layout-mobile-lg.lg-col-2,
  .tf-layout-mobile-md.lg-col-2,
  .tf-layout-mobile-sm.lg-col-2,
  .tf-layout-mobile-xl.lg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-layout-mobile-lg,
  .tf-layout-mobile-xl {
    display: grid;
    gap: 40px;
  }
  .tf-grid-layout,
  .tf-grid-layout-2 {
    gap: 20px;
  }
  .tf-layout-mobile-sm {
    gap: 40px;
  }
  .section-listing .tf-layout-mobile-lg {
    gap: 38px 40px;
  }
  .modal-account {
    --bs-modal-width: 920px;
  }
  .modal-filter {
    --bs-modal-width: 544px;
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout,
  .tf-grid-layout-2,
  .tf-grid-layout-3,
  .tf-layout-mobile-sm {
    gap: 40px;
  }
  .tf-grid-layout-2.xl-col-4,
  .tf-grid-layout-3.xl-col-4,
  .tf-grid-layout.xl-col-4,
  .tf-layout-mobile-sm.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-2.xl-col-3,
  .tf-grid-layout-3.xl-col-3,
  .tf-grid-layout.xl-col-3,
  .tf-layout-mobile-sm.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.xl-col-2,
  .tf-grid-layout-3.xl-col-2,
  .tf-grid-layout.xl-col-2,
  .tf-layout-mobile-sm.xl-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout-3 {
    gap: 32px;
  }
  .box-house .wrap-btn {
    gap: 20px;
  }
  .img-animation {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
      -webkit-transform 0.8s ease-in-out 1.1s,
      -webkit-filter 0.5s ease-in-out 1.1s;
    transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
      filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s,
      -webkit-transform 0.8s ease-in-out 1.1s,
      -webkit-filter 0.5s ease-in-out 1.1s;
    -o-transition: clip-path 0.8s ease-in-out 0.3s,
      transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
    position: relative;
  }
  .img-animation.animated,
  .img-animation2.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  .img-animation2 {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
      -webkit-transform 0.8s ease-in-out 1.1s,
      -webkit-filter 0.5s ease-in-out 1.1s;
    transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
      filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s,
      -webkit-transform 0.8s ease-in-out 1.1s,
      -webkit-filter 0.5s ease-in-out 1.1s;
    -o-transition: clip-path 0.8s ease-in-out 0.3s,
      transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .box-house.style-3 .content {
    max-width: 580px;
    margin: 104px auto 104px 80px;
    padding: 0;
  }
  .tf-grid-layout-3.xxl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-3.xxl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-3.xxl-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-listing .swiper {
    padding: 50px;
    margin: -50px;
  }
  .section-categories .swiper {
    padding: 60px;
    margin: -60px;
  }
  .categories-item.active,
  .categories-item.style-2.active,
  .categories-item.style-2:hover,
  .categories-item:hover {
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1019607843);
  }
  .section-current-properties .swiper {
    padding: 40px;
    margin: -40px;
  }
  .section-current-properties .box-house {
    box-shadow: unset;
  }
}
@media (min-width: 1380px) {
  .main-menu {
    margin-right: 0;
  }
  .main-menu .navigation {
    gap: 25px;
    margin-left: 221px;
  }
}
@media (min-width: 1300px) {
  .section-contact .image-wrap {
    margin-left: 70px;
  }
}
@media (min-width: 1150px) {
  #header-main .header-right .phone-number {
    margin-right: 11px;
  }
}
@media (min-width: 1801px) {
  .box-amenities-property .list-amenities {
    grid-template-columns: 1fr 1fr;
  }
  .single-property-nearby .box-right {
    margin-left: -13px;
  }
}
@media (max-width: 1800px) {
  .section-property-map.list .wrap-map {
    width: 100%;
  }
  .section-property-map.list .content-right {
    padding-right: 15px;
    width: 100%;
  }
  .section-property-map.list .wg-filter .form-title {
    flex-wrap: wrap;
  }
  .section-property-map.list .wg-filter .form-title > .nice-select {
    width: calc(50% - 6px);
  }
  .section-property-map.list .wg-filter form {
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .section-property-map .content-right {
    padding-right: 15px;
  }
  .wg-filter.style-3 .form-title {
    flex-wrap: wrap;
  }
  .wg-filter.style-3 .form-title form {
    max-width: 100%;
  }
  .wg-filter.style-3 .form-title .nice-select {
    max-width: calc(50% - 6px);
  }
}
@media (max-width: 1500px) {
  #header-main.dashboard .header-right .phone-number {
    display: none;
  }
}
@media (max-width: 1440px) {
  .wd-search-form.style-2 .group-select {
    column-gap: 15px;
  }
}
@media (max-width: 1400px) {
  .wrap-neighborhoods {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "aa bb " "cc dd" "ee gg" "ff ff";
  }
  .show-mb {
    display: inline-block;
  }
  .page-layout .main-content {
    padding-left: 0;
  }
  .page-layout .sidebar-menu-dashboard {
    transform: translateX(-100%);
  }
  .page-layout.full-width .sidebar-menu-dashboard {
    transform: translateX(0);
  }
  .page-layout.full-width .overlay-dashboard {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .page-layout .widget-box-2.package {
    padding: 0;
  }
  .page-layout .main-content-inner {
    padding: 122px 30px 0;
  }
  .section-testimonials.style-1 .tf-grid-layout {
    padding: 0;
    margin: 0;
  }
  .section-testimonials .wg-testimonial {
    box-shadow: unset !important;
  }
}
@media (max-width: 1320px) {
  .section-realty .tf-grid-layout-2 {
    gap: 20px;
  }
  .section-realty .counter-item {
    width: 210px;
    height: 210px;
  }
  .section-realty .counter-item span {
    font-size: 60px;
    line-height: 70px;
  }
  .section-appraisal.style-2 .content .person {
    right: 10px;
  }
}
@media (max-width: 1300px) {
  .box-review {
    gap: 20px;
  }
  .box-benefits .box-icon::after {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .box-house .tf-btn {
    padding: 0 15px;
  }
  .form-pre-approved .cols {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .form-pre-approved .cols .interest-rate,
  .form-pre-approved .cols .select {
    width: 100%;
  }
  .form-pre-approved p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-pre-approved .heading-section {
    margin-bottom: 20px;
  }
  .section-pre-approved .heading-section .title {
    font-size: 32px;
    line-height: 40px;
  }
  .section-pre-approved .content {
    margin: 0;
  }
  .wg-filter.style-2 .form-title {
    flex-wrap: wrap;
  }
  .wg-filter.style-2 .form-title > .nice-select {
    width: calc(50% - 6px);
  }
  .wg-filter.style-2 form {
    max-width: 100%;
  }
  .box-review {
    max-width: 840px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 70px;
  }
  .box-review .content-left {
    padding: 0;
    max-width: 100%;
  }
  .box-review .content-right {
    margin-bottom: 70px;
  }
  .box-review .content-right::after {
    width: 63%;
    height: 80%;
  }
  .box-review .wg-testimonial {
    bottom: -72px;
  }
  .box-review .person {
    width: 80%;
  }
  .section-contact .box-contact {
    padding: 0;
  }
}
@media (max-width: 1149px) {
  .section-trusted .item,
  .section-trusted .person {
    display: none;
  }
  .box-benefits .box-icon {
    width: 135px;
  }
  .wd-chart {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .page-layout .flat-counter-v2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1124px) {
  .wg-appraisal .content {
    padding: 112px 15px 111px;
  }
  .wg-appraisal .content .person {
    right: 15px;
  }
  .section-appraisal.style-2 .content .person {
    display: none;
  }
}
@media (max-width: 1099px) {
  .wrap-dashboard-content-2 .grid-layout-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1093px) {
  #header-main .mobile-button {
    display: block;
  }
  #header-main .main-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .box-house.style-list:not(.box-house.style-list.style-3) .image-wrap {
    max-width: 200px;
  }
  .wg-filter .wd-search-form .group-amenities {
    grid-template-columns: repeat(3, 1fr);
  }
  .wg-filter .wd-search-form .group-select {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-sidebar .form-contact-agent {
    padding: 28px 15px 29px;
  }
}
@media (max-width: 991px) {
  .tf-container,
  .tf-container .row > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding: 3px;
  }
  .flat-account .banner-account,
  .lg-hide,
  .section-CTA.style-2 .person,
  .section-CTA:not(.style-2) .content-inner img,
  .wg-appraisal .content .person,
  br {
    display: none;
  }
  .tf-container .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .grid-layout-3 {
    gap: 20px !important;
  }
  #footer .footer-main {
    padding-bottom: 0;
  }
  #footer .footer-menu-list {
    margin-bottom: 40px;
  }
  .page-title {
    background-attachment: unset !important;
  }
  .page-title .form-title {
    position: relative;
    z-index: 4;
  }
  .tf-sidebar {
    padding-top: 60px;
  }
  .tf-sidebar .sidebar-ads {
    max-height: 400px;
  }
  .icons-box.default {
    padding: 24px 15px;
  }
  .section-pre-approved .image-wrap {
    margin-top: 70px;
  }
  .section-pre-approved .image-wrap img {
    max-height: 500px;
    height: 100%;
    object-fit: cover;
  }
  .section-pre-approved.style-2 .image-wrap {
    margin-top: 70px;
    max-width: 100%;
  }
  .section-pre-approved.style-2 .image-wrap img {
    object-fit: cover;
  }
  .section-pre-approved.style-2 .content {
    margin: 0;
  }
  .section-listing .tf-sw-mobile-1 .swiper-wrapper {
    margin-bottom: 20px;
  }
  .section-download .content {
    padding: 70px 15px;
  }
  .section-CTA:not(.style-2) .content-inner .content {
    padding-left: 0;
  }
  .section-property-map {
    flex-direction: column;
  }
  .section-property-map .content-right {
    padding-left: 15px;
  }
  .section-property-map .wrap-map {
    height: 500px !important;
    width: 100% !important;
    position: unset !important;
  }
  .box-benefits .image img,
  .box-benefits .tf-btn,
  .box-benefits .wrap-image,
  .section-property-map.list .content-right {
    width: 100%;
  }
  .section-top-map .wrap-map {
    height: 60vh !important;
  }
  .section-contact-help .image-wrap {
    height: 372px;
  }
  .section-contact-help .image-wrap img {
    height: 100%;
    object-fit: cover;
  }
  .section-contact-help .logo {
    left: 15px;
  }
  .section-contact-help .content {
    flex-wrap: wrap;
    margin: 0 15px;
  }
  .section-box-team .content-inner {
    padding: 0 0 70px !important;
    max-width: 720px;
    margin: 0 auto;
  }
  .section-box-team .wrap-image {
    max-width: 720px;
    margin: 0 auto 20%;
  }
  .section-box-team .image-wrap {
    max-width: 60% !important;
  }
  .section-box-team .image-wrap img {
    width: 100%;
    object-fit: cover;
  }
  .section-box-team .counter-item .counter-number {
    justify-content: start !important;
  }
  .box-benefits {
    flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto;
    gap: 0;
  }
  .box-benefits .image.img-1 {
    margin-bottom: 20%;
  }
  .box-benefits .image.img-2 {
    right: 0;
  }
  .box-benefits .content {
    padding: 70px 0 0;
  }
  .section-contact .box-contact {
    padding: 0;
  }
  .section-contact .box-contact .title {
    font-size: 28px;
    line-height: 38px;
  }
  .page-layout .main-content-inner .wrapper-content .wd-filter {
    grid-template-columns: 1fr 1fr;
  }
  .counter-item .counter-number {
    width: 100%;
    justify-content: center;
  }
  .section-realty {
    background-attachment: unset;
  }
  .section-current-properties .box-house {
    box-shadow: unset;
  }
}
@media (max-width: 878px) {
  #footer .footer-bottom {
    justify-content: center;
  }
  #footer .footer-bottom p {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .section-agent .wrap-sort {
    flex-wrap: wrap;
  }
  .section-agent .wrap-sort form {
    min-width: calc(50% - 24px);
  }
  .section-agent .wrap-sort .nice-select {
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .tf-spacing-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .h2,
  h2 {
    font-size: 33px;
    line-height: 43px;
  }
  .text-5 {
    font-size: 26px;
    line-height: 34px;
  }
  .heading-section,
  .page-title.home01 .heading-title,
  .wrap-dashboard-content .box-fieldset {
    margin-bottom: 30px;
  }
  #header-main .box-user .name {
    display: none !important;
  }
  #header-main .box-user .menu-user {
    left: unset;
    right: -36px;
  }
  .page-title.home02 .widget-menu-tab,
  .page-title.home04 .widget-menu-tab,
  .tf-top-bar .top-bar-inner {
    justify-content: center;
  }
  #footer .footer-menu-list .title.title-desktop,
  .section-selling-home.style-2 .tf-grid-layout::after,
  .tf-top-bar .wrap-social,
  .wg-appraisal .content .person {
    display: none;
  }
  .page-title .wg-filter .form-title {
    flex-wrap: wrap;
    padding: 15px !important;
    gap: 15px;
  }
  .page-title .wg-filter .form-title .box-item,
  .section-contact .image-wrap img {
    width: 100%;
  }
  .page-title .wg-filter .form-title .tf-dropdown-sort {
    border-right: none;
    padding-right: 0;
  }
  .page-title .wg-filter .form-title form fieldset input {
    border: 1px solid var(--Line);
  }
  .page-title .wg-filter .form-title .wrap-btn,
  .page-title .wg-filter .form-title .wrap-btn .tf-btn {
    width: 100% !important;
  }
  .page-title.home01,
  .page-title.home03,
  .page-title.home04,
  .page-title.home05,
  .page-title.style-2 {
    padding: 70px 0;
  }
  .page-title.home02 {
    padding: 100px 0 70px;
  }
  .page-title.career {
    padding-top: 104px;
  }
  #footer .footer-menu-list .title.title-mobile {
    display: block;

  }
  .blog-article-item.style-2 .image-wrap {
    margin-bottom: 16px;
  }
  .blog-article-item.style-2 .time,
  .single-property-nearby .box-nearby .box-left {
    margin-bottom: 8px;
  }
  .blog-article-item.style-2 .title {
    font-size: 19px;
    line-height: 27px;
  }
  .blog-article-item .box-tag {
    padding: 5px 10px;
  }
  .blog-article-item .box-tag .tag-item {
    font-size: 13px;
    line-height: 21.4px;
  }
  .wg-appraisal .content {
    padding: 70px 15px;
  }
  .section-work-together .wg-partner {
    padding-bottom: 150px;
  }
  .section-work-together .wg-appraisal {
    padding-bottom: 70px;
  }
  .box-house.style-3,
  .widget-box-2 .grid-layout-2,
  .widget-box-2 .grid-layout-3,
  .wrap-dashboard-content-2 .grid-layout-4 {
    grid-template-columns: 1fr;
  }
  .box-house.style-3 .content {
    margin: 70px 15px;
  }
  .icons-box.default {
    padding: 20px 15px;
  }
  .icons-box.default .tf-icon,
  .icons-box.default .title,
  .section-selling-home.style-2 .wrap-box .number {
    margin-bottom: 15px;
  }
  .icons-box.default p {
    margin-bottom: 18px;
  }
  .section-property-detail .wg-property {
    padding: 24px 15px !important;
  }
  .section-agency-grid .agencies-item .list-info li,
  .section-property-image .wrap-image {
    flex-wrap: wrap;
  }
  .agent-details .image-wrap {
    max-width: 257px;
  }
  .section-faq .tf-sidebar {
    margin-bottom: 50px;
  }
  .section-faq .tf-sidebar .form-contact-seller {
    margin-bottom: 70px;
  }
  .section-agency-grid .grid-layout-2,
  .section-career .tf-grid-layout-2 {
    gap: 15px;
  }
  .section-agency-details .box-description {
    padding: 30px 15px 26px;
  }
  .section-selling-home.style-2 .tf-grid-layout {
    gap: 30px;
  }
  .section-contact .box-contact .title {
    font-size: 28px;
    line-height: 38px;
  }
  .section-contact .image-wrap {
    margin-top: 70px;
  }
  .section-contact .list-info li .phone {
    color: var(--Primary);
    font-weight: 700;
    font-size: 20px;
    line-height: 30.5px;
  }
  .form-contact,
  .page-layout .widget-box-2 {
    padding: 30px 15px;
  }
  .page-layout .main-content-inner {
    padding: 115px 15px 0;
  }
  .section-property-detail .wg-property.box-amenities {
    padding-right: 0 !important;
  }
  .section-property-detail .wg-property.box-amenities .heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .box-calculate .image-wrap {
    height: 271px;
  }
  .box-calculate .image-wrap .simpleParallax {
    height: 100%;
    width: 100%;
  }
  .box-calculate .image-wrap .simpleParallax img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .box-calculate form {
    padding: 15px;
  }
  .page-layout.full-width .sidebar-menu-dashboard {
    padding: 32px 15px;
  }
}
@media (max-width: 757px) {
  #footer .footer-top .contact-item {
    align-items: center;
  }
  #footer .footer-top .contact-item svg {
    width: 35px;
    height: 35px;
  }
  #footer .footer-top .contact-item .content::after {
    top: 5px;
    height: 40px;
  }
  #footer .footer-top .contact-item .content .title {
    font-size: 14px;
    margin-bottom: 0;
  }
  #footer .footer-top .contact-item .content h6 {
    font-size: 16px;
  }
}
@media (max-width: 676px) {
  .widget-tabs .widget-menu-tab {
    justify-content: start;
  }
  .agency-details .content {
    flex-wrap: wrap;
    gap: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 655px) {
  .page-layout .flat-counter-v2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 644px) {
  .wrap-pagination {
    justify-content: center;
  }
}
@media (max-width: 630px) {
  #header-main .header-right .phone-number {
    display: none;
  }
}
@media (max-width: 594px) {
  .wg-filter .wd-search-form .group-price,
  .wg-filter .wd-search-form .group-select {
    grid-template-columns: repeat(1, 1fr);
  }
  .wg-filter .wd-search-form .group-amenities {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .box-title .right {
    width: 100%;
    justify-content: space-between;
  }
  .sw-button.style-2 {
    height: 45px;
    width: 45px;
    font-size: 15px;
  }
  .agent-details,
  .page-layout .box-agent-avt {
    flex-wrap: wrap;
  }
  .agent-details .image-wrap {
    max-width: 100%;
  }
  .section-agency-layout .grid-layout-2 {
    grid-template-columns: 1fr;
  }
  .agency-details .image-wrap img {
    height: 192px;
    object-fit: cover;
  }
  .agency-details .logo {
    width: 130px;
  }
  .section-property-detail .wg-property.box-amenities .wrap-feature {
    gap: 10px;
  }
  .section-property-detail
    .wg-property.box-amenities
    .wrap-feature
    .box-feature {
    width: 100%;
  }
  .widget-video .popup-youtube {
    width: 60px;
    height: 60px;
  }
  .widget-video .popup-youtube i {
    font-size: 17px;
  }
  .wg-pagination {
    gap: 9px;
  }
  .flat-account .form-account {
    padding: 40px 20px;
  }
}
@media (max-width: 550px) {
  .grid-layout-3 {
    grid-template-columns: 1fr;
  }
  #header-main .header-right .btn-add {
    display: none;
  }
  .form-contact .cols,
  .section-blog-details .group-image {
    flex-wrap: wrap;
  }
  .section-CTA .content-inner {
    flex-wrap: wrap;
    gap: 30px;
  }
  .box-location .content {
    margin: 0 10px;
  }
  .box-location .tf-btn {
    padding: 15px 11px;
    height: 43px;
    font-size: 13px;
    gap: 3px;
  }
  .box-location .tf-btn i {
    font-size: 11px;
  }
  .section-neighborhoods.style-2 .content {
    margin: 0 15px;
  }
  .section-CTA:not(.style-2) .content-inner {
    gap: 20px;
  }
  .form-contact .phone,
  .form-contact .select,
  .section-CTA:not(.style-2) .tf-btn {
    width: 100%;
  }
  .thumbs-sw-pagi.style-2 {
    margin-top: 0;
  }
  .section-agent .wrap-sort form {
    min-width: 100%;
  }
  .section-agent .wrap-sort .nice-select {
    max-width: 100%;
  }
  .section-agent .wrap-sort .nice-select.select-sort {
    justify-content: start;
  }
  .box-review .wg-testimonial {
    right: 0;
    padding: 15px;
  }
  .box-review .wg-testimonial .ratings {
    margin-bottom: 7px;
  }
  .box-review .wg-testimonial .avatar {
    width: 40px;
    height: 40px;
  }
  .box-review .wg-testimonial .description {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20.4px;
  }
  .box-review .h6,
  .box-review h6 {
    font-size: 14px;
    line-height: 14.5px;
  }
  .box-review .box-author {
    top: 57px;
    left: 0;
    padding: 9px 16px;
  }
  .box-review .box-author .avatar {
    width: 30px;
    height: 30px;
  }
  .box-review .content-right > .ratings {
    top: 100px;
  }
  .section-contact .list-info li .phone {
    font-size: 20px;
    line-height: 30.5px;
  }
  .menu-user {
    width: 230px;
    right: 0;
    left: unset;
  }
  .menu-user .dropdown-item {
    padding: 13px 20px;
  }
  .wg-testimonial.style-no-boder {
    padding: 32px 15px 21px;
  }
}
@media (max-width: 475px) {
  .box-house.style-list {
    flex-direction: column;
  }
  .box-house.style-list .image-wrap,
  .section-property-map.list .box-house.style-list .image-wrap {
    max-width: 100% !important;
  }
  .box-benefits .content .box-icon,
  .box-house.style-list .image-wrap > a,
  .section-contact-help .wrap-btn .tf-btn {
    width: 100%;
  }
  .box-house.style-list .image-wrap img {
    width: 100%;
    object-fit: cover;
  }
  .box-location:not(.style-2) {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-location:not(.style-2) .content {
    text-align: center;
  }
  .section-realty .counter-item {
    width: 165px;
    height: 164px;
  }
  .section-realty .counter-item span {
    font-size: 40px;
    line-height: 50px;
  }
  .section-realty .counter-item .count p {
    font-size: 14px;
  }
  .tf-top-bar .top-bar-info {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 30px;
  }
  .box-overview .info-detail {
    justify-content: space-between;
    gap: 30px 20px;
  }
  .box-overview .info-detail .wrap-box {
    width: calc(50% - 20px);
  }
  .section-contact-help .heading-section {
    gap: 7px;
  }
  .section-contact-help .heading-section .title {
    font-size: 24px;
    line-height: 32px;
  }
  .section-contact-help .wrap-btn {
    flex-wrap: wrap;
  }
  .box-benefits .content .wrap-icon {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 457px) {
  .box-amenities .wrap-feature .box-feature {
    width: 100%;
  }
  #header-main .header-logo img {
    margin: 0;
  }
}
@media (max-width: 425px) {
  #header-main .header-logo img {
    margin: 0;
  }
  .agencies-item,
  .wrap-comment .comment-item {
    flex-wrap: wrap;
  }
  .form-pre-approved .tf-btn {
    width: 100%;
  }
  .agent-item .content .name {
    font-size: 18px;
    line-height: 28px;
  }
  .career-item {
    padding: 29px 15px;
  }
  .career-item .name {
    font-size: 16px;
    line-height: 24px;
  }
  #header-main .header-right .box-user .name {
    display: none;
  }
  .tf-sidebar .sidebar-featured.style-2 {
    padding: 30px 15px;
  }
  .tf-sidebar .sidebar-featured .box-listings .meta-list {
    gap: 9px;
  }
}
