:root {
  --card-width: 235px;
  --font-family: "Poppins", sans-serif;
  --primary-color: #41c0be;
  --Text: #1e293b;
  --border-color: #e2e8f0;
  --white: #fff;
  --warning-color: #c91c1c;
  --Grey: #4b5563;
  --color-slate: #64748b;
  --content-spacer: 30px;
  --color-accent: #4b5563;
  --color-dark: #1f3729;
  --stroke: #ebf2f2;
  --Dark: #1e293b;
  --color-notif: #0e9f6e;
}

body {
  font-family: var(--font-family);
}

.btn {
  border-radius: 8px;
  padding: 21px 49px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--white);
  background: #18adaa;
  border: 0px;
  box-shadow: 0px 4px 8px 0px rgba(143, 143, 161, 0.16);
}

.btn-light {
  color: var(--primary-color) !important;
  background-color: var(--white) !important;
  border: 1px solid var(--primary-color) !important;
}

/* input type="text" */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"] {
  border-radius: 8px;
  padding: 15px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 148%;
  color: #94a3b8;
  margin: 10px 0px;
}

h1 {
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 140% */
  letter-spacing: -1.2px;
  color: var(--Text);
}

h2 {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.96px;
  color: var(--Text);
}

h3 {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.48px;
  color: var(--Text);
}

h4 {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.4px;
  color: var(--Text);
}

h5 {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.32px;
  color: var(--Text);
}

h6 {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 200% */
  color: var(--Text);
}

p {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

a {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--primary-color);
  text-decoration: none;
}

.header-banner-heading {
  color: var(--Text);
  text-align: center;
  font-family: var(--font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.64px;
}

.h1-heading {
  color: var(--Text);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 140% */
  letter-spacing: -0.8px;
}

.banner-text {
  color: var(--Text);
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.36px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.line-border {
  border-top: 1px solid #d9d9d9;
  width: 100%;
}

.font-h3 {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.48px;
}

.font-h4 {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.4px;
  color: var(--Text);
}

.font-h5 {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.32px;
  color: var(--Text);
}

.font-h6 {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 200% */
  color: var(--Text);
}

.font-size-12 {
  color: var(--Accent, #4b5563);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.font-700 {
  font-weight: 700;
}

.font-600 {
  font-weight: 600;
}

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.color-slate {
  color: var(--color-slate);
}

.color-dark {
  color: var(--color-dark);
}

.color-accent {
  color: var(--color-accent);
}

.color-primary {
  color: var(--primary-color);
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .btn {
    border-radius: 8px;
    padding: 7px 16px;
    font-weight: 400;
    font-size: 12px;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="url"],
  input[type="search"],
  input[type="date"] {
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
  }
}

#main-content {
  min-width: 1442px;
}

.container {
  max-width: 1200px;
}

#content-area {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--color-slate);
}

.sidebar-content {
  border-radius: 12px;
  background: rgba(65, 192, 190, 0.1);
  min-height: 336px;
  padding: 35px 30px;
}

.sidebar-content ul {
  list-style: none;
  padding-left: 0px;
}

.sidebar-content ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Text);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
  letter-spacing: -0.36px;
  padding: 20px 0px;
  border-bottom: 1px solid #dde5e5;
}

.sidebar-content ul li:last-child {
  border-bottom: 0px;
}

.sidebar-content ul li i {
  color: var(--primary-color);
  font-size: 20px;
}

.sidebar-content h4.sidebar-title {
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: var(--primary-color);
  padding-bottom: 20px;
  display: flex;
}

.sidebar-content h4.sidebar-title i {
  padding-right: 10px;
  font-size: 17px;
}

#breadcrumbs {
}

#breadcrumbs a,
#breadcrumbs span {
  color: #9ca3af;
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

#breadcrumbs span.delimer {
  padding: 0px 10px;
}

#breadcrumbs span.breadcrumb_last {
  color: var(--Grey);
}

/* content area */
.badge {
  display: inline-flex;
  padding: 6px 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  background-color: #ecf9f9;
  text-align: center;
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  text-transform: uppercase;
  color: var(--primary-color);
  margin: 30px 0px;
  margin-bottom: 10px;
}

/* publisher */
.publisher-area {
  display: flex;
  justify-content: space-between;
  width: 300px;
  padding: var(--content-spacer) 0px;
}

/* publisher */

#content-area .content-image img {
  border-radius: 12px;
  margin-bottom: var(--content-spacer);
}

/* content area */

.header-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 610px;
  background-color: rgb(235 229 229 / 0%);
}

.header-banner {
  background-image: url(/blog/wp-content/uploads/2024/04/Banner.png);
  height: 610px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.navbar {
  height: 85px;
  background-color: #ffff !important;
  padding: 0px !important;
  box-shadow: 0px 1px 4px 0px rgba(143, 143, 161, 0.24);
}

.nav-phone-section {
  justify-content: center;
  align-items: center;
}

.navbar .navbar-toggler {
  background-color: var(--primary-color);
  padding: 6px 9px 9px 9px;
  justify-content: center;
  align-items: center;
  border: 0;
}

.navbar .navbar-toggler i {
  font-size: 15px;
  margin-top: 0px;
  padding-top: 0px;
  color: #fff;
}

.navbar .logo img.nav-wrea-logo {
  width: 107px;
  height: 43px;
}

.nav-phone-section > div,
.nav-phone-section > a {
  display: block;
}

.navbar .information .call-info {
  padding-right: 15px;
  font-family: var(--font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1e293b;
  font-weight: 300;
  font-size: 15px;
}

.navbar .information .phone-link {
  color: var(--primary-color);
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.navbar .information .phone-link i {
  font-size: 18px;
}

@media screen and (max-width: 420px) {
  .navbar .navbar-toggler {
    padding: 3px 6px 6px 6px;
  }

  .navbar .logo img.nav-wrea-logo {
    width: 72px;
    height: 29px;
  }

  .navbar {
    height: 65px;
  }
}

.cta-type .con .holder {
  background-color: #f3f4f6;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 40px 0;
  transition: box-shadow 0.2s ease;
  width: 100%;
}

.cta-type .box-cta {
  padding: 25px;
  display: flex;
  justify-content: center;

  align-items: center;
}

.cta-type .box-cta.left {
  flex-direction: row-reverse;
}

.cta-type .box-cta.left .details {
  padding-left: 50px;
}

.cta-type .box-cta img {
  border-radius: 10px;
}

.cta-type .box-cta .details {
  padding: 0px 20px;
  width: 55%;
  display: flex;
  flex-direction: column;
}

.cta-type .box-cta .img-holder {
  width: 45%;
}

.cta-type .box-cta .details .heading {
  color: #41c0be;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 112.5% */
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 0px;
}

.cta-type .box-cta .details .info {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 131.25% */
  letter-spacing: -0.22px;
  color: #1f3729;
  padding-bottom: 20px;
}

.cta-type .box-cta .ds_cta {
  padding: 0px 0px !important;
}

.cta-type .box-cta .ds_cta .btn {
  border-radius: 5px !important;
  text-align: center;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  padding: 14px 30px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

@media (max-width: 768px) {
  .cta-type .box-cta {
    flex-direction: column-reverse;
  }

  .cta-type .box-cta.left {
    flex-direction: column-reverse;
  }

  .cta-type .box-cta.left .details {
    padding-left: 0px;
  }

  .cta-type .box-cta .img-holder {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .cta-type .box-cta .details {
    padding: 15px 0px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .cta-type .container .holder {
    max-width: 360px;
  }

  .cta-type .container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .cta-type .box-cta .details .info {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.24px;
  }

  .cta-type .box-cta .ds_cta .btn {
    font-size: 16px;
  }
}

.cta-highlight .box-cta {
  height: 379px;
  background-image: url(https://web.wrealocal.com/blog/wp-content/uploads/2024/04/photo_2024-04-04_11-37-42-1.png);
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 12px;
}

.cta-highlight .box-cta::before {
  content: "";
  width: 100%;
  height: 379px;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    #f2eff0 41.2%,
    rgba(242, 239, 240, 0) 66.06%
  );
  top: 0;
  position: absolute;
}

.cta-highlight .cta-type .con .holder {
  background-color: transparent;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 40px 0;
  transition: box-shadow 0.2s ease;
  width: 100%;
}

.cta-highlight .cta-type .box-cta .details .info {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.32px;
  color: var(--color-dark);
  padding-bottom: 20px;
}

.cta-highlight .cta-type .box-cta .details {
  padding: 0px 20px;
  width: 45%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cta-highlight .cta-type .box-cta .ds_cta .btn {
  height: 66px;
  font-size: 24px !important;
  padding: 25px 30px !important;
}

footer {
  padding-top: 0px;
  z-index: 100;
}

footer .menu-footer ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 10px;
}

footer .menu-footer ul li {
  padding: 8px 0px;
  color: var(--Text);
  font-weight: 300;
}

.logo ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 10px;
  display: flex;
}

.logo ul li {
  padding: 0px 20px;
  color: var(--color-accent);
  font-weight: 300;
  font-size: 15px;
}

.logo ul li i {
  font-size: 12px;
  padding-left: 5px;
}

.related-stories h4 {
  font-size: 18px;
}

section.prev-next {
  background: #fcfcfc;
  padding: 20px;
  margin-top: 2rem;
}

section.prev-next i {
  padding: 15px 20px;
  color: var(--primary-color);
}

section {
  margin-bottom: 2rem;
}

body {
  font-family: var(--font-family);
}

#main-content {
  background-color: #f1f5f9;
  padding: 30px 0px;
  min-height: 95vh !important;
  padding-top: 30px !important;
}

.navbar {
  height: 85px;
  background-color: #ffff !important;
  padding: 0px !important;
  box-shadow: 0px 1px 4px 0px rgba(143, 143, 161, 0.24);
}

#sidebar-area {
}

#display-area {
  padding-left: 30px;
}

section.box-container {
  border-radius: 4px;
  background: var(--White, #fff);
  width: 100%;
  min-height: 370px;
}

section.box-container .box-inner {
  padding: 40px;
}

section.box-container .box-inner h2.headline {
  margin: 0px;
}

section#box_alert {
  background: #f4f9f8;
  box-shadow: 0px 7px 9px 0px rgba(6, 86, 67, 0.11);
}

section .box-inner h2.headline {
  align-items: center;
  padding-bottom: 20px;
}

section#box_alert .box-inner h2.headline {
  color: var(--primary-color);
  align-items: center;
  padding-bottom: 10px;
  padding-left: 0px;
}

section#box_alert div.circle {
  width: 50px;
  height: 50px;
  color: #fff;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 15px;
}

section#suburb_profile .agents-data-inner h3.headline {
  margin-bottom: 20px;
}

section#suburb_profile .agents-data-inner .agents-stats h3 {
  color: var(--primary-color);
  margin: 0;
}

section#suburb_profile .agents-data-inner .agents-stats p {
  margin: 0;
}

section#suburb_profile .agents-stats {
  border-radius: 4px;
  background: var(--White, #fff);
  box-shadow: 0px 7px 9px 0px rgba(6, 86, 67, 0.11);
  padding: 20px 15px;
  margin-bottom: 20px;
  max-width: 332px;
  display: flex;
  justify-content: start;
  align-items: center;
}

section#suburb_profile .agents-stats:last-child {
  margin-bottom: 0px;
}

section#suburb_profile .agents-stats .icon {
  background-image: url("/blog/wp-content/themes/wrea/img/active-agent.svg");
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

section#what-to-expect .expectation-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

section#what-to-expect .expectation-item {
  display: flex;
  margin-bottom: 20px;
}

section#what-to-expect .expectation-item .icon {
  padding: 5px 10px;
}

section#what-to-expect .expectation-item .icon i {
  color: var(--primary-color);
}

section#related-stories .img-holder img {
  width: 100%;
}

section#how-do-we-choose .choose-list .choose-item {
  border-radius: 12px;
  background: var(--White, #fff);

  box-shadow: 0px 7px 9px 0px rgba(6, 86, 67, 0.11);

  padding: 20px;
}

section#how-do-we-choose .choose-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

section#how-do-we-choose .choose-list .choose-item .icon {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}

section#how-do-we-choose .choose-list .choose-item .icon .svg-1 {
  background-image: url("/blog/wp-content/themes/wrea/img/how-to-choose-svg-1.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

section#how-do-we-choose .choose-list .choose-item .icon .svg-2 {
  background-image: url("/blog/wp-content/themes/wrea/img/how-to-choose-svg-2.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

section#how-do-we-choose .choose-list .choose-item .icon .svg-3 {
  background-image: url("/blog/wp-content/themes/wrea/img/how-to-choose-svg-3.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

section#faq .accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--stroke, #ebf2f2);
  background: var(--White, #fff);
}

.accordion-item {
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: transparent;
  box-shadow: unset;
}

section#faq .accordion-button::after {
  background-image: url("/blog/wp-content/themes/wrea/img/accordion-drop.svg");
}

section#faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

section#testimonials .carousel .carousel-indicators {
  margin-top: 20px;
  position: unset;
}

section#testimonials .carousel-inner .carousel-item {
  width: 100%;
  min-height: 400px;
}

section#testimonials .carousel-item .carousel-details {
  border-radius: 12px;
  background: var(--white, #fff);
  box-shadow: 0px 7px 9px 0px rgba(6, 86, 67, 0.11);
  width: 98%;
  min-height: 380px;
  margin: auto;
  padding: 25px;
}

section#testimonials .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border-top: 0px;
  border-bottom: 0px;
  opacity: 1;
  background-color: #e2f0eb;
}

section#testimonials .carousel .carousel-indicators .active {
  background-color: var(--primary-color);
}

section#testimonials .icon .quote-svg {
  background-image: url("/blog/wp-content/themes/wrea/img/quote.svg");
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}

section#testimonials .carousel-caption {
  position: unset;
  text-align: start;
}

section#local_consultants {
  background: rgba(65, 192, 190, 0.1);
}

section#local_consultants .consultants-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

section#local_consultants .consultants-list .consultant-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 8px 0px rgba(143, 143, 161, 0.16);
}

section#local_consultants .action-box button {
  padding: 15px 30px;
}

section#local_consultants .action-box button i {
  margin-right: 10px;
}

section#local_consultants .action-box .notification-box {
  display: none;
  width: max-content;
  margin: auto;
  margin-top: -30px;
  margin-bottom: 20px;
}

section#local_consultants.notified .action-box .notification-box {
  display: block;
}

.svg-callback-icon {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/callback-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.agent-info .picked-reason ul {
  list-style: none;
}

.agent-info .picked-reason ul li {
  color: var(--Dark);
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.agent-info .picked-reason ul li i {
  color: var(--white);
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: var(--color-accent);
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.agent-info .picked-reason ul li div.icon {
  margin-right: 10px;
}

.agent-info .action-box {
  padding-top: 50px;
}

.agent-info .action-box button {
  width: 175px;
  padding: 15px;
}

.agent-info .action-box button i {
  margin-right: 10px;
}

.agent-info .notification-box {
  display: none;
}

.agent-info.notified .notification-box {
  display: block;
}

.notification-box {
  background-color: #def7ec;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px 40px;
  color: #0e9f6e;
}

.notification-box i {
  border: 1px solid;
  border-radius: 100px;
  font-size: 8px;
  padding: 3px;
  margin-right: 5px;
}

.agent-info .map-location {
  width: 100%;
  height: 440px;
}

.agent-info .sold-info {
  border-radius: 5px;
  border: 1px solid var(--Block, #f3f4f6);
  background: var(--White, #fff);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1),
    0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}

.agent-info .sold-info div.sold-near-svg {
  width: 50px;
  height: 50px;
  background-image: url("/blog/wp-content/themes/wrea/img/svg/agent-sold.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.modal .modal-footer {
  border-top: 0px;
}

.modal .modal-header {
  border-bottom: 0px;
}

.modal .modal-header .btn-close {
  color: var(--Dark);
  font-size: 12px;
}

.agent-info .modal .modal-body {
}

.modal .modal-body .selection .form-check {
  display: flex;
  padding-left: 0px;
}

.modal .modal-body .selection .form-check-input-circle {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.modal .modal-body .selection .form-check-input-circle .form-check-input {
  float: unset;
  margin: 0;
  border: 0;
}

.modal
  .modal-body
  .selection
  .form-check-input-circle
  .form-check-input:checked[type="radio"] {
  background-image: unset;
  background-color: var(--primary-color);
  border: 2px solid #fff;
}

.modal .modal-footer button {
  padding: 15px 30px;
  width: 430px;
}

.icon.neighbourhood-specialists-svg {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/neighborhoodspecialist.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.prominent-svg {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/prominent-local.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.responds-svg {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/responds-quickly.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.sold-on {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/sold-on.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.luxury-specialist {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/luxury-specialist.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.attractive-flat-free {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/attractive-flat-free.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.top-agent {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/top-agent.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.positive-feedback {
  background-image: url("/blog/wp-content/themes/wrea/img/svg/positive-feedback.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

#sidebar-menu {
  padding: 20px 0px;
  border-radius: 8px;
  border: 1px solid var(--stroke, #ebf2f2);
  background: var(--White, #fff);
}

#sidebar-menu .list-menu-items {
  padding: 0px 15px;
}

#sidebar-menu .list-menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

#sidebar-menu .list-menu-items ul li {
  padding: 15px 15px;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#sidebar-menu .list-menu-items ul li:hover:not(.first) {
  border-radius: 5px;
  background: var(--grey-01, #f8f9f9);
  cursor: pointer;
}

#sidebar-menu .list-menu-items ul li:first-child {
  color: var(--primary-color);
}

#sidebar-menu .list-menu-items ul li div.circle {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 1px solid;
  text-align: center;
  margin-right: 10px;

  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidebar-menu .list-menu-items ul li.active div.circle,
#sidebar-menu .list-menu-items ul li:hover div.circle {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white);
}

#sidebar-menu .list-content-items {
  padding: 30px 15px 0px;
  border-top: 1px solid var(--stroke);
}

#sidebar-menu .list-content-items .content-items {
  padding: 0px 15px;
}

#sidebar-menu .list-content-items .content-items p {
  padding: 30px 0px;
  margin-bottom: 0;
  color: var(--Text);
  font-weight: 400;
}

#sidebar-menu .list-content-items .content-items p a {
  font-weight: 700;
  color: var(--Text);
}

#sidebar-menu .list-content-items .content-items:not(.first) {
  display: none;
}

@media screen and (max-width: 1200px) {
  .checklist-holder {
    margin-top: 0px;
  }
  .checklist-holder .checklists {
    gap: 0px;
    margin-top: 12px;
    margin-right: 4px;
  }
  .secure-image-holder img {
    max-width: 100px !important;
  }
}
@media screen and (max-width: 600px) {
  .checklist-holder .checklists .checklist {
    font-size: 10px !important;
    line-height: 20px !important;
    display: flex !important;
  }
  .form-group-contact.error .text-alert {
    color: var(--warning-color);
    display: block;
    padding-bottom: 10px;
    font-size: 12px !important;
  }
  form#wrea-globalform #fullnamephone {
    margin-bottom: 10px !important;
    padding: 10px 10px !important;
    font-size: 14px !important;
  }
  div.flag-location-box input.iti__tel-input {
    font-size: 16px !important;
    padding: 15px 11px !important;
    border-radius: 8px !important;
  }
  #number-screen #name-phone-input .text-alert{
    display: none !important;
  }
  form#wrea-globalform .selection-box .textbox button {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .checklist-holder .checklists .checklist i {
    margin-top: 3px;
  }
  .checklist-holder .checklists .checklist i {
    margin-right: 5px !important;
    color: var(--color-p);
    font-size: 15px !important;
    font-weight: bold !important;
  }
}
@media screen and (max-width: 1199px) {
  #main-content .selection-box .textbox .holder{
      width: 740px !important;
      max-width: 600px !important;
      margin: auto;
  }
  
}
@media screen and (max-width: 768px) {
  #main-content .selection-box .textbox .holder {
      width: 100% !important;
    
  }
  section#loading-agents-section .loading-details ul li{
    padding-bottom: 10px !important;
  }
}
section#loading-agents-section .loading-details ul li div.round-checked {
  width: 20px !important;
  height: 20px !important;
}
section#loading-agents-section .loading-details ul li div.text{
  font-size: 16px !important;  
  padding-left: 10px !important;
  color: #1e293b !important;
  font-weight: normal !important;
}

@media screen and (max-width: 600px) {
    section#loading-agents-section .loading-details ul li div.text {
      font-size: 14px !important;     
  }
  section#loading-agents-section .loading-images ul li{ 
    padding: 5px !important;
  }
}