@font-face {
  font-family: 'Mulish';
  src: url(/_next/static/media/mulish-v13-latin-regular.163c0bac.woff2)
    format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mulish';
  src: url(/_next/static/media/mulish-v13-latin-600.5cc9422b.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Mulish';
  src: url(/_next/static/media/mulish-v13-latin-700.05b63ca5.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Mulish';
  src: url(/_next/static/media/mulish-v13-latin-800.c56b3b41.woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/_next/static/media/open-sans-v40-latin-regular.f09ec2eb.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/_next/static/media/open-sans-v40-latin-600.cd194537.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/_next/static/media/open-sans-v40-latin-700.d8af061e.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@charset "UTF-8";
/* * {
  outline: 2px solid red;
} */
:root {
  --font-osans: "Open Sans", sans-serif;
  --font-mulish: "Mulish", sans-serif;
  --fw-regular: 400;
  --fw-semi: 600;
  --fw-bold: 700;
  --fw-ebold: 800;
  --primaryB: #084170;
  --secondaryB: #0d4a74;
  --priB-rgb: 8, 65, 112;
  --primaryG: #24d29a;
  --secondaryG: #07c883;
  --otherG: #c9f3e2;
  --green1: #21bf8c;
  --green2: #ebfef6;
  --green3: #f1fff9;
  --lblu: #d9edfc;
  --blu3: #017eb4;
  --baseGrey: #7e7e7e;
  --grey1: #212529;
  --grey2: #f5f7fb;
  --grey3: #f2f2f2;
  --grey4: #eaeaea;
  --pending: #ff892a;
  --pendingBg: #ffeae0;
  --approved: #198754;
  --approvedBg: #e6f5f0;
  --rejected: #dc3545;
  --rejectedBg: #ffe6e6;
  --draft: #707070;
  --draftBg: #e8e8e8;
  --fs-heading-1: 1.5rem;
  /*24*/
  --fs-heading-2: 1.25rem;
  /*20*/
  --fs-heading-3: 1.125rem;
  /*18*/
  --fs-heading-4: 1rem;
  /*16*/
  --fs-heading-5: 0.9375rem;
  /*15*/
  --fs-base: 0.875rem;
  --fs-13: 0.8125rem;
  --fs-12: 0.75rem;
  --spacer-sm: 20px;
  --spacer-md: 24px;
  --spacer: 60px;
  --stick: 46px;
  --bs-navbar-active-color: var(--secondaryG);

  --transtn: 0.4s all ease-in-out;
}

@media (min-width: 768px) {
  :root {
    --fs-heading-1: 1.625rem;
    /*26*/
    --fs-heading-2: 1.5rem;
    /*22*/
    --fs-heading-3: 1.25rem;
    /*20*/
    --fs-heading-4: 1.125rem;
    /*18*/
    --fs-heading-5: 1rem;
    /*16*/
    --spacer-md: 28px;
  }
}

@media (min-width: 1024px) {
  :root {
    --fs-heading-1: 1.75rem;
    /*28*/
    --spacer-md: 40px;
  }
}

/* font size*/
.primary-font {
  font-family: var(--font-osans);
}

.header-link-color {
  color: var(--baseGrey);
}

.header-link-color:hover {
  color: var(--secondaryG);
}

.secondary-font {
  font-family: "Mulish", sans-serif;
}

.fs-base {
  font-size: var(--fs-base);
}

.fs-16 {
  font-size: var(--fs-heading-5);
}

.fs-18 {
  font-size: var(--fs-heading-4);
}

.fs-20 {
  font-size: var(--fs-heading-3);
}

.fs-24 {
  font-size: var(--fs-heading-2);
}

.fs-28 {
  font-size: var(--fs-heading-1);
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.fw-semi,
.progress,
.progress-bar {
  font-weight: var(--fw-semi);
}
.fw-semi.forgotlink {
  color: #a9a9a9;
  position: absolute;
  top: -21px;
  right: 0;
  font-size: 14px;
  transition: 0.5s;
}
.fw-semi.forgotlink:hover {
  color: rgb(0, 153, 107);
  transition: 0.5s;
}
.alteror {
  max-width: 300px;
  margin: 6px auto;
  text-align: center;
  position: relative;
}
.alteror::after,
.alteror::before {
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  background: #9f9f9f7a;
  position: absolute;
  content: "";
}
.alteror::before {
  left: inherit;
  right: 0;
}
.alteror span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 3;
  background: #fff;
}
.signupalter {
  max-width: 100px;
}
.alterlog {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 600;
}
.alterlog a {
  text-decoration: underline;
}
.signupbtn.btn-secondary {
  background-color: #fff;
  color: var(--primaryB);
  border: 1px solid #ddd;
  margin-top: 5px;
}
.restricted.signupbtnn {
  background-color: var(--primaryG);
  color: var(--primaryB);
  border: none;
}
.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-ebold {
  font-weight: var(--fw-ebold);
}

.text-muted {
  color: #c3c3c3 !important;
}

/* colors */
.primaryB {
  color: var(--primaryB) !important;
}

.primaryB-bg {
  background-color: var(--primaryB) !important;
}

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

.primaryG {
  color: var(--primaryG) !important;
}

.primaryG-bg {
  background-color: var(--primaryG) !important;
}

.base-grey {
  color: var(--baseGrey);
}

.text-dark {
  color: var(--grey1) !important;
}

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

.grey2-bg {
  background-color: var(--grey2);
}

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

.grey3-bg {
  background-color: var(--grey3);
}

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

.grey4-bg {
  background-color: var(--grey4);
}

.secondaryG {
  color: var(--secondaryG) !important;
}

.secondaryG-bg {
  background-color: var(--secondaryG) !important;
}

.otherG {
  color: var(--otherG) !important;
}

.green1,
a {
  color: var(--green1);
}

.green1-bg {
  background-color: var(--green1);
}

.lblu-bg,
.notification_list li:hover {
  background-color: var(--lblu);
}

.bg-otherG {
  background-color: var(--otherG) !important;
}

/* spaces */
.spacer-lg {
  margin-top: var(--spacer);
}

.spacer-md {
  margin-top: var(--spacer-md);
}

.spacer-sm {
  margin-top: var(--spacer-sm) !important;
}

body,
html {
  height: 100%;
}

body {
  font-family: var(--font-osans);
  font-size: var(--fs-base);
  color: #7e7e7e;
  font-weight: var(--fw-regular);
  line-height: 1.6;
  overflow-x: hidden;
}

* {
  font-family: "Open Sans", sans-serif;
}

/*
Reset
*/

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: inherit;
  border-width: inherit;
}

a {
  text-decoration: none;
  color: var(--green1);
}

a:hover {
  color: var(--primaryB);
}

.duration_box1 {
  width: 280px;
  margin-left: 2px;
  margin-right: 15px;
  margin-top: 10px;
}

.nav-link:focus,
.nav-link:hover {
  --bs-nav-link-hover-color: var(--primaryG);
}

a.active.nav-item {
  color: var(--green1) !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
}

.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-border-radius: 0.375rem;
}

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: var(--fw-semi);
}

.btn-primary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: var(--primaryG);
  color: var(--primaryB);
  border-color: var(--secondaryG);
}

.btn-secondary,
.btn-outline-grey:hover,
.btn-outline-grey:focus,
.btn-outline-grey:active {
  background-color: var(--primaryB);
  color: #fff;
  border-color: var(--primaryB);
}

.btn-secondaryG {
  background-color: var(--secondaryG);
  color: #fff;
}

.btn-primary:hover,
.btn-secondaryG:hover {
  background-color: var(--primaryB);
  color: #fff;
  border-color: var(--primaryB);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-secondaryG:focus {
  background-color: var(--primaryB);
  color: #fff;
  border-color: var(--primaryB);
}

.btn-outline-grey {
  border-color: var(--bs-gray-200);
}

.btn-outline-primary {
  --bs-btn-color: var(--primaryB);
  --bs-btn-border-color: var(--primaryB);
  --bs-btn-hover-bg: var(--primaryB);
  --bs-btn-hover-border-color: var(--primaryB);
  --bs-btn-active-bg: var(--primaryB);
  --bs-btn-active-border-color: var(--primaryB);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primaryB);
  --bs-btn-disabled-border-color: var(--primaryB);
}

.btn-outline-secondary {
  --bs-btn-color: #8d8a8a;
  --bs-btn-border-color: #c0c0c0;
  --bs-btn-hover-bg: #c0c0c0;
  --bs-btn-hover-border-color: #c0c0c0;
  --bs-btn-active-bg: #c0c0c0;
  --bs-btn-active-border-color: #c0c0c0;
  --bs-btn-disabled-color: #c0c0c0;
  --bs-btn-disabled-border-color: #c0c0c0;
}

.btn-xl,
.btn-group-xl > .btn {
  font-size: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form-select:focus,
.btn:focus,
.btn-primary:focus,
.navbar-toggler:focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.form-control:focus {
  box-shadow: none;
}

.form-control,
.form-select,
.btn,
.input-group > .btn,
.input-group > .form-control,
.input-group > .form-select,
.input-group > .input-group-text {
  font-family: var(--font-mulish);
  font-size: var(--fs-base);
}

@media (max-width: 600px) {
  .form-control,
  .form-select,
  .btn,
  .input-group > .btn,
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .input-group-text {
    font-size: 1rem;
  }
}

.form-control-lg,
.form-select-lg,
.btn-lg,
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  font-size: 1rem;
}

.form-control-sm,
.form-select-sm,
.btn-sm,
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  font-size: var(--fs-12);
  padding: 0.25rem 0.5rem;
}

.form-select-sm {
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  background-position: right 0.25rem center;
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.form-control::placeholder {
  color: #d6d6d6;
}

.tele::placeholder {
  color: #d6d6d6;
}

.tele {
  width: 291px;
  margin-left: 47px;
}

.cursor-pointer {
  cursor: pointer;
}
.form-select {
  cursor: pointer;
}
.alert {
  /* --bs-alert-color:var(--rejected);
          --bs-alert-bg:var(--rejectedBg); */
  --bs-alert-border: none;
  --bs-alert-padding-x: 0.5rem;
  --bs-alert-padding-y: 0.5rem;
}

.alert-dismissible .btn-close {
  padding: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
}

.btn-resend {
  --bs-btn-color: var(--primaryB);
  --bs-btn-hover-color: var(--primaryG);
  --bs-btn-active-color: var(--primaryG);
  text-decoration: none;
}
.btn-resend.btn.btn-link {
  padding: 0;
}

a.text-muted {
  cursor: default;
}

/*
Main CSS
*/
#__next:has(.Home_landing-wrap__hE3FM),
#__next:has(.Dashboard_dashboard__O0Rw9) {
  height: 100%;
}

.bullet-list li,
.roman-list li,
.alpha-list {
  margin-top: 8px;
  line-height: 1.55;
  margin-left: 1rem;
}

.roman-list li {
  list-style: lower-roman;
}

.alpha-list li,
.ol-alphabet {
  list-style: lower-alpha;
}

.inner-banner {
  height: 88px;
}

.modal_custom_header {
  background-color: var(--lblu) !important;
}

.progress,
.progress-bar {
  font-weight: var(--fw-semi);
}

.progress-bar {
  --bs-progress-bar-bg: var(--primaryG);
  --bs-progress-bar-color: var(--primaryB);
}

/*
Header
*/

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--primaryB);
  font-family: var(--font-mulish);
}

.main_nav {
  --bs-navbar-toggler-focus-width: 0;
  --bs-link-hover-color: var(--primaryG);
  --bs-btn-padding-y: 0.25rem;
}

.main_nav button {
  --bs-btn-padding-y: 0.25rem;
  --bs-link-color: #fff;
}

.custom_offcanvas {
  --bs-offcanvas-bg: var(--primaryB);
  --bs-offcanvas-width: 280px;
  --bs-offcanvas-color: #fff;
  --nav-item-border: 1px solid rgba(255, 255, 255, 0.05);
  --nav-hover: var(--secondaryG);
}

.custom_nav a {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: var(--nav-hover);
  --bs-nav-link-font-size: var(--fs-base);
  --bs-navbar-nav-link-padding-x: 0.75rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-dropdown-link-color: #121212;
  --bs-dropdown-link-hover-color: var(--nav-hover);
  --bs-dropdown-link-active-color: var(--nav-hover);
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-item-padding-y: 0.35rem;
}

.custom_nav Button {
  text-decoration: none;
  font-family: var(--font-osans);
  font-weight: 400;
}

.custom_navbrand,
.custom_navbrand img {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  width: 66px;
  height: 41px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

.notifcations_canvas {
  background-color: #fff;
  color: var(--baseGrey);
}

.notifcations_canvas .offcanvas-header {
  --bs-offcanvas-padding-y: 0.5rem;
  background-color: var(--grey3);
}
.menunavlist {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 60px;
  padding: 0;
}
.menunavlist li {
  border: none !important;
}
.menunavlist li a {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14.13px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
  transition: 0.5s;
}
.menunavlist li a:hover {
  color: var(--primaryG);
  transition: 0.5s;
}

.notification_default {
  padding: 10px 16px;
}

.notification_list li {
  padding: 10px 16px;
  border-top: 1px solid var(--grey3);
}

.notification_list li:hover {
  background-color: var(--lblu);
}

.notification_list_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification_date {
  color: var(--primaryB);
}

.notification_link a {
  font-size: 20px;
  line-height: 1;
}

.register_link {
  letter-spacing: 0.08rem;
}

.short-header .custom_navbrand {
  width: 46px;
  height: 33px;
  overflow: hidden;
  transition: 0.5s;
}

.my_property:after,
.my_property:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: var(--w);
  border-left: var(--borH) solid var(--primaryB);
  position: absolute;
}

.short-header .custom_navbrand img {
  width: 40px;
  height: 32px;
  transition: 0.5s;
}

.secondary-links {
  --bs-navbar-nav-link-padding-y: 0.6rem;
  --bs-nav-link-hover-color: var(--nav-hover);
  letter-spacing: 0.02rem;
}

.secondary-links li {
  border-top: var(--nav-item-border);
}

.Mob_OfCnHeader button,
.desktop_menu button {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.mob_User_Links {
  background-color: var(--secondaryB);
}

.Guideline_mainNav a svg,
.favourite:empty,
.view-all-property:empty,
label input[type="checkbox"] {
  display: none;
}

.dropdown-menu a.dropdown-item {
  font-size: var(--fs-12);
  border-top: 1px solid #f2f2f2;
}

.dropdown-menu[data-bs-popper] {
  min-width: 6rem;
  left: auto;
  right: 0;
}

.notification_bell {
  width: 32px;
  height: 32px;
}

@media (min-width: 576px) {
  .custom_navbrand,
  .custom_navbrand img {
    width: 200px;
    height: 58px;
  }

  .notification_bell {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 992px) {
  .custom_nav a {
    --bs-nav-link-padding-y: 0.25rem;
  }

  .register_link {
    color: var(--secondaryG);
    font-weight: 600;
  }

  .register_link:hover,
  .register_link:focus {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .custom_nav {
    display: block;
  }

  a.register_link {
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
    background: var(--bs-nav-link-hover-color);
    border-radius: 3px;
    color: #fff;
  }

  a.register_link:hover {
    background-color: var(--bs-nav-link-color);
    color: var(--bs-nav-link-hover-color);
  }

  a.register_link {
    color: #fff;
  }
}

.section-title {
  margin-bottom: var(--spacer-sm);
}

.section-title:has(h5) {
  margin-bottom: var(--spacer-md);
}

.section-title > h3,
.inner-page-title h3 {
  font-size: var(--fs-heading-1);
  font-family: var(--font-mulish);
  font-weight: var(--fw-ebold);
  color: var(--primaryB);
  word-wrap: break-word;
}
.unique_head p {
  max-width: 215px;
}
.unique_head.section-title h3 {
  font-size: 22px;
}

.section-title > h2,
.inner-page-title h2 {
  font-size: var(--fs-heading-1);
  font-family: var(--font-mulish);
  font-weight: var(--fw-ebold);
  color: var(--primaryB);
  word-wrap: break-word;
}

.section-title > h5 {
  font-size: var(--fs-heading-3);
  font-weight: var(--fw-semi);
}

@media (max-width: 575px) {
  /* .section-title {
    text-align: center;
  } */
}

/* owl */

.owl-stage {
  display: flex;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.1;
}

.custom_item {
  padding: 10px;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  background-size: 16px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -999999px;
  opacity: 0.9;
  line-height: 16px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -25px;
}

.owl-carousel button.owl-dot {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media (max-width: 574px) {
  .owl-carousel button.owl-dot {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

.owl-dots {
  text-align: center;
}

.owl-carousel button.owl-dot span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 10px;
  margin: 0 4px;
  background-color: rgba(0, 0, 0, 0.4);
}

.owl-carousel button.owl-dot.active span {
  background-color: var(--green1) !important;
}

.owl-carousel .owl-nav button.owl-prev span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMCAuNzU1bC0xNC4zNzQgMTEuMjQ1IDE0LjM3NCAxMS4yMTktLjYxOS43ODEtMTUuMzgxLTEyIDE1LjM5MS0xMiAuNjA5Ljc1NXoiLz48L3N2Zz4=);
}

.owl-carousel .owl-nav button.owl-next span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00IC43NTVsMTQuMzc0IDExLjI0NS0xNC4zNzQgMTEuMjE5LjYxOS43ODEgMTUuMzgxLTEyLTE1LjM5MS0xMi0uNjA5Ljc1NXoiLz48L3N2Zz4=);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover span {
  opacity: 1;
}

/*BROWSE PROPERTIES*/
#plisting_home {
  /* padding-bottom: var(--spacer); */
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .title-app .row {
    padding: 0 0px;
  }
  .store_img a {
    width: 100%;
    text-align: left;
  }
  .store_img img {
    height: 50px !important;
  }
  .section-title h3 {
    font-size: 22px;
    margin-top: 25px;
  }

  .mobileAppres {
    padding-left: 0;
    padding-right: 0;
  }
  .listed-sec ul {
    display: inherit !important;
  }

  .outr_owner_prop h3 {
    font-size: 22px;
  }

  .Prodetail_action_box__oZkVk img {
    display: block !important;
  }

  .image-width-100 {
    width: 100%;
    height: 100%;
  }

  .Bstl_helpContentBox__1FUfd {
    margin-top: 17px;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }

  .add-border:after {
    width: 85% !important;
    top: 10px !important;
  }

  #plisting_home {
    padding-top: var(--spacer);
    margin-top: 0;
  }

  .pthumb_holder a img {
    min-height: auto;
  }
  .unique_head.section-title > h3 {
    font-size: 20px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
  .unique_head.section-title > h3.mymargin {
    margin-top: 30px !important;
  }
  .videoplayWrapper::after {
    display: none;
  }
  .unique_head p {
    max-width: 100%;
  }
  .unique_head {
    margin: 0;
  }
  .unique_head.section-title > h3:first-child {
    margin-top: 10px;
  }
}

.property-carousel .item {
  padding: 5px;
}

.property-carousel .owl-dots {
  margin-top: 20px;
}

.plist-col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.listingWrapper .plist-col {
  margin-top: 0.5rem;
}
@media (max-width: 1400px) {
  .calculatorwrapper h5 {
    font-size: 18px;
  }
}

/* .listingWrapper .plist-col {
  padding-top: 0px;
  padding-bottom: 0px;
} */

.listingWrapper .col-lg-9 .row {
  --bs-gutter-y: 2rem;
}
.listingWrapper .fromText {
  margin-bottom: 8px;
}
.plist-wrap {
  /* border: 1px solid var(--grey4); */
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(8, 65, 112, 0.25);
}
.cardpropertyName {
  color: rgba(33, 37, 41, 1) !important;
}

.pthumb {
  margin-bottom: 10px;
}

.my_property {
  --h: 20px;
  --w: 92px;
  --borV: 9px;
  --borH: 6px;
  background-color: var(--primaryB);
  position: absolute;
  z-index: 1;
  height: var(--h);
  width: var(--w);
  top: 10px;
  left: -15px;
}

.my_property:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: var(--w);
  border-bottom: var(--borV) solid transparent;
  border-left: var(--borH) solid var(--primaryB);
}

.my_property:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(var(--h) / 2);
  margin-left: var(--w);
  border-top: var(--borV) solid transparent;
  border-left: var(--borH) solid var(--primaryB);
  bottom: 0px;
}

.my_property .text {
  position: absolute;
  color: #fff;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 5px;
  line-height: var(--h);
  font-weight: var(--fw-semi);
}

@media (max-width: 575px) {
  .my_property {
    --h: 24px;
    --w: 110px;
    --borV: 12px;
    --borH: 7px;
  }

  .my_property .text {
    font-size: 14px;
    margin-left: 8px;
  }
}

.pthumb img.pro-thumb {
  /* border-top-left-radius: 3px;
  border-top-right-radius: 3px; */
  aspect-ratio: 4 / 3;
  border-radius: 5px;
}

/*.pthumb_holder:after {
  content: "";
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  right: 0;
}*/

.pthumb_holder_shade:after {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  right: 0;
  border-radius: 0 0 5px 5px;
}
.pthumb_holder_shade img {
  width: 100% !important;
}
.view-all-property:empty {
  display: none;
}

.img-action {
  color: #fff;
  text-align: center;
}

/* .loader {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid;
  animation: load 1s infinite linear;
  border-radius: 50%;
  width: 25px;
  height: 25px;
} */

.img-action svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}

/* meeting page */
.css-p0rm37 {
  color: rgba(0, 0, 0, 0.6);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem !important;
  line-height: 1em !important;
  letter-spacing: 0.00938em;
  padding: 0px;
  display: block;
  transform-origin: left top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  position: absolute;
  left: 0px;
  top: -7px;
  transform: translate(14px, 16px) scale(1);
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  z-index: 1;
  pointer-events: none;
}

.css-fvipm8 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  /* font-size: 1rem; */
  line-height: 0px;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  border-radius: 4px;
  height: 40px;
  margin-right: 13px !important;
}

/* calender */
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
  margin-top: 5px;
}

.outer_meeting .container {
  padding-left: 0;
}

button.btn-secondary.add_btn {
  height: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.add_btn:hover {
  color: #fff;
}

.img-action {
  top: 10px;
  right: 10px;
  z-index: 2;
}

.ptype,
.pprice a {
  margin-bottom: 13px;
}

.plist-wrap .tags {
  bottom: 10px;
  left: 10px;
  z-index: 1;
}

.paction {
  margin-top: 30px;
}

.plist-wrap .tags > .badge {
  background-color: transparent;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
}

/* .pname {
  margin-bottom: 5px;
} */

.pname > h4 {
  font-family: var(--font-mulish);
  font-size: 20px;
  font-weight: var(--fw-semi);
  margin-bottom: 0;
  color: rgba(33, 37, 41, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
.plist-col .pname > h4 {
  font-size: 18px;
}

.pname > address {
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-flex !important;
  align-items: baseline;
  margin-top: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  gap: 6px;
  margin-bottom: 18px;
}
.pname > address svg {
  color: var(--secondaryB);
}

.pname > address img {
  width: 14px !important;
  height: 14px;
  opacity: 0.35;
  margin-right: 3px;
}

.pprice a {
  font-size: var(--fs-heading-4);
  font-weight: var(--fw-bold);
  color: var(--primaryB) !important;
  font-size: 26px;
  margin: 0;
}
.savinginfo {
  font-family: Mulish;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(126, 126, 126, 1);
  border-bottom: 1px solid rgba(234, 234, 238, 1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.savinginfo span {
  color: var(--primaryB);
}
.pspecs-col {
  margin-left: 1.5rem;
  display: flex;
}
.fromText {
  font-family: Mulish;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(126, 126, 126, 1);
  margin-bottom: 8px;
}

.pspecs-col:first-child {
  margin-left: 0;
}

.pspecs img {
  width: 20px !important;
  height: 20px;
  opacity: 0.4;
  margin-right: 10px;
}

.paction {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 5px;
  gap: 10%;
  background: rgba(217, 237, 252, 0.5);
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid rgba(8, 65, 112, 0.1);
}
.paction .btn.btn-sm {
  padding: 0;
  border: none !important;
  background: transparent;
}

.paction2 {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 5px;
}

.paction > .btn {
  font-size: var(--fs-12);
  font-weight: var(--fw-semi);
  line-height: 1.2;
  color: var(--primaryB);
  border: 1px solid;
  display: inline-flex;
  align-items: center;
}

.paction > .btn-schedule {
  border-color: var(--grey4);
  background-color: transparent;
}

.paction > .btn-contact-owner {
  background-color: var(--grey3);
  border-color: var(--grey3);
}

.paction > .btn span {
  width: 16px;
  height: 16px;
  left: 2px;
  position: relative;
  transition: 0.2s ease-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48ZyBpZD0iXzE1IiBkYXRhLW5hbWU9IjE1Ij48cGF0aCBkPSJtOSAxOWExIDEgMCAwIDEgLS43MS0xLjcxbDUuMy01LjI5LTUuMy01LjI5YTEgMSAwIDAgMSAxLjQyLTEuNDJsNiA2YTEgMSAwIDAgMSAwIDEuNDFsLTYgNmExIDEgMCAwIDEgLS43MS4zeiIgZmlsbD0iIzA4NDE3MCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 16px;
  display: none;
}

.paction > .btn:hover span {
  left: 6px;
}

.paction > .contact-owner {
  color: #0a528f;
}

label input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 5px;
}

.custom-checkbox .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 256px;
  max-height: 256px;
  background-size: 14px;
  width: 14px;
  background-repeat: no-repeat;
  height: 14px;
  transition: 0.2s ease-out;
}

.custom-checkbox .heart-empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMi4wMDEgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJtMjU2IDQ1NS41MTU2MjVjLTcuMjg5MDYyIDAtMTQuMzE2NDA2LTIuNjQwNjI1LTE5Ljc5Mjk2OS03LjQzNzUtMjAuNjgzNTkzLTE4LjA4NTkzNy00MC42MjUtMzUuMDgyMDMxLTU4LjIxODc1LTUwLjA3NDIxOWwtLjA4OTg0My0uMDc4MTI1Yy01MS41ODIwMzItNDMuOTU3MDMxLTk2LjEyNS04MS45MTc5NjktMTI3LjExNzE4OC0xMTkuMzEyNS0zNC42NDQ1MzEtNDEuODA0Njg3LTUwLjc4MTI1LTgxLjQ0MTQwNi01MC43ODEyNS0xMjQuNzQyMTg3IDAtNDIuMDcwMzEzIDE0LjQyNTc4MS04MC44ODI4MTMgNDAuNjE3MTg4LTEwOS4yOTI5NjkgMjYuNTAzOTA2LTI4Ljc0NjA5NCA2Mi44NzEwOTMtNDQuNTc4MTI1IDEwMi40MTQwNjItNDQuNTc4MTI1IDI5LjU1NDY4OCAwIDU2LjYyMTA5NCA5LjM0Mzc1IDgwLjQ0NTMxMiAyNy43Njk1MzEgMTIuMDIzNDM4IDkuMzAwNzgxIDIyLjkyMTg3NiAyMC42ODM1OTQgMzIuNTIzNDM4IDMzLjk2MDkzOCA5LjYwNTQ2OS0xMy4yNzczNDQgMjAuNS0yNC42NjAxNTcgMzIuNTI3MzQ0LTMzLjk2MDkzOCAyMy44MjQyMTgtMTguNDI1NzgxIDUwLjg5MDYyNS0yNy43Njk1MzEgODAuNDQ1MzEyLTI3Ljc2OTUzMSAzOS41MzkwNjMgMCA3NS45MTAxNTYgMTUuODMyMDMxIDEwMi40MTQwNjMgNDQuNTc4MTI1IDI2LjE5MTQwNiAyOC40MTAxNTYgNDAuNjEzMjgxIDY3LjIyMjY1NiA0MC42MTMyODEgMTA5LjI5Mjk2OSAwIDQzLjMwMDc4MS0xNi4xMzI4MTIgODIuOTM3NS01MC43NzczNDQgMTI0LjczODI4MS0zMC45OTIxODcgMzcuMzk4NDM3LTc1LjUzMTI1IDc1LjM1NTQ2OS0xMjcuMTA1NDY4IDExOS4zMDg1OTQtMTcuNjI1IDE1LjAxNTYyNS0zNy41OTc2NTcgMzIuMDM5MDYyLTU4LjMyODEyNiA1MC4xNjc5NjktNS40NzI2NTYgNC43ODkwNjItMTIuNTAzOTA2IDcuNDI5Njg3LTE5Ljc4OTA2MiA3LjQyOTY4N3ptLTExMi45Njg3NS00MjUuNTIzNDM3Yy0zMS4wNjY0MDYgMC01OS42MDU0NjkgMTIuMzk4NDM3LTgwLjM2NzE4OCAzNC45MTQwNjItMjEuMDcwMzEyIDIyLjg1NTQ2OS0zMi42NzU3ODEgNTQuNDQ5MjE5LTMyLjY3NTc4MSA4OC45NjQ4NDQgMCAzNi40MTc5NjggMTMuNTM1MTU3IDY4Ljk4ODI4MSA0My44ODI4MTMgMTA1LjYwNTQ2OCAyOS4zMzIwMzEgMzUuMzk0NTMyIDcyLjk2MDkzNyA3Mi41NzQyMTkgMTIzLjQ3NjU2MiAxMTUuNjI1bC4wOTM3NS4wNzgxMjZjMTcuNjYwMTU2IDE1LjA1MDc4MSAzNy42Nzk2ODggMzIuMTEzMjgxIDU4LjUxNTYyNSA1MC4zMzIwMzEgMjAuOTYwOTM4LTE4LjI1MzkwNyA0MS4wMTE3MTktMzUuMzQzNzUgNTguNzA3MDMxLTUwLjQxNzk2OSA1MC41MTE3MTktNDMuMDUwNzgxIDk0LjEzNjcxOS04MC4yMjI2NTYgMTIzLjQ2ODc1LTExNS42MTcxODggMzAuMzQzNzUtMzYuNjE3MTg3IDQzLjg3ODkwNy02OS4xODc1IDQzLjg3ODkwNy0xMDUuNjA1NDY4IDAtMzQuNTE1NjI1LTExLjYwNTQ2OS02Ni4xMDkzNzUtMzIuNjc1NzgxLTg4Ljk2NDg0NC0yMC43NTc4MTMtMjIuNTE1NjI1LTQ5LjMwMDc4Mi0zNC45MTQwNjItODAuMzYzMjgyLTM0LjkxNDA2Mi0yMi43NTc4MTIgMC00My42NTIzNDQgNy4yMzQzNzQtNjIuMTAxNTYyIDIxLjUtMTYuNDQxNDA2IDEyLjcxODc1LTI3Ljg5NDUzMiAyOC43OTY4NzQtMzQuNjA5Mzc1IDQwLjA0Njg3NC0zLjQ1MzEyNSA1Ljc4NTE1Ny05LjUzMTI1IDkuMjM4MjgyLTE2LjI2MTcxOSA5LjIzODI4MnMtMTIuODA4NTk0LTMuNDUzMTI1LTE2LjI2MTcxOS05LjIzODI4MmMtNi43MTA5MzctMTEuMjUtMTguMTY0MDYyLTI3LjMyODEyNC0zNC42MDkzNzUtNDAuMDQ2ODc0LTE4LjQ0OTIxOC0xNC4yNjU2MjYtMzkuMzQzNzUtMjEuNS02Mi4wOTc2NTYtMjEuNXptMCAwIiBmaWxsPSIjMDdjODgzIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  transition: 0.2s ease-out;
}

.custom-checkbox .heart {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMi4wMDEgNTEyLjAwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0ibTI1Ni4wMDEgNDc3LjQwN2MtMi41OSAwLTUuMTc5LS42NjktNy40OTktMi4wMDktMi41Mi0xLjQ1NC02Mi4zOTEtMzYuMjE2LTEyMy4xMjEtODguNTk0LTM1Ljk5NC0zMS4wNDMtNjQuNzI2LTYxLjgzMy04NS4zOTYtOTEuNTEzLTI2Ljc0OC0zOC40MDYtNDAuMTk5LTc1LjM0OC0zOS45ODItMTA5LjgwMS4yNTQtNDAuMDkgMTQuNjEzLTc3Ljc5MiA0MC40MzUtMTA2LjE2MiAyNi4yNTgtMjguODQ4IDYxLjMtNDQuNzM0IDk4LjY3My00NC43MzQgNDcuODk3IDAgOTEuNjg4IDI2LjgzIDExNi44OTEgNjkuMzMyIDI1LjIwMy00Mi41MDEgNjguOTk0LTY5LjMzMiAxMTYuODkxLTY5LjMzMiAzNS4zMDggMCA2OC45OTUgMTQuMzM0IDk0Ljg1OSA0MC4zNjIgMjguMzg0IDI4LjU2MyA0NC41MTEgNjguOTIxIDQ0LjI0NyAxMTAuNzI0LS4yMTggMzQuMzkzLTEzLjkyMSA3MS4yNzktNDAuNzI4IDEwOS42MzItMjAuNzM0IDI5LjY2NS00OS40MjYgNjAuNDQxLTg1LjI3OSA5MS40NzUtNjAuNTA4IDUyLjM3My0xMTkuOTQ5IDg3LjEzNC0xMjIuNDUgODguNTg4LTIuMzMxIDEuMzU0LTQuOTM3IDIuMDMyLTcuNTQxIDIuMDMyeiIgZmlsbD0iIzA3Yzg4MyIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);
  transition: 0.2s ease-out;
}

.custom-checkbox input[type="checkbox"]:not(:checked) ~ .heart-empty {
  opacity: 0.5;
}

.custom-checkbox input[type="checkbox"]:checked ~ .heart {
  opacity: 1;
}

.rev-fav .custom-checkbox {
  background-color: #f2f2f2;
}

.rev-fav .custom-checkbox .heart {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMi4wMDEgNTEyLjAwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0ibTI1Ni4wMDEgNDc3LjQwN2MtMi41OSAwLTUuMTc5LS42NjktNy40OTktMi4wMDktMi41Mi0xLjQ1NC02Mi4zOTEtMzYuMjE2LTEyMy4xMjEtODguNTk0LTM1Ljk5NC0zMS4wNDMtNjQuNzI2LTYxLjgzMy04NS4zOTYtOTEuNTEzLTI2Ljc0OC0zOC40MDYtNDAuMTk5LTc1LjM0OC0zOS45ODItMTA5LjgwMS4yNTQtNDAuMDkgMTQuNjEzLTc3Ljc5MiA0MC40MzUtMTA2LjE2MiAyNi4yNTgtMjguODQ4IDYxLjMtNDQuNzM0IDk4LjY3My00NC43MzQgNDcuODk3IDAgOTEuNjg4IDI2LjgzIDExNi44OTEgNjkuMzMyIDI1LjIwMy00Mi41MDEgNjguOTk0LTY5LjMzMiAxMTYuODkxLTY5LjMzMiAzNS4zMDggMCA2OC45OTUgMTQuMzM0IDk0Ljg1OSA0MC4zNjIgMjguMzg0IDI4LjU2MyA0NC41MTEgNjguOTIxIDQ0LjI0NyAxMTAuNzI0LS4yMTggMzQuMzkzLTEzLjkyMSA3MS4yNzktNDAuNzI4IDEwOS42MzItMjAuNzM0IDI5LjY2NS00OS40MjYgNjAuNDQxLTg1LjI3OSA5MS40NzUtNjAuNTA4IDUyLjM3My0xMTkuOTQ5IDg3LjEzNC0xMjIuNDUgODguNTg4LTIuMzMxIDEuMzU0LTQuOTM3IDIuMDMyLTcuNTQxIDIuMDMyeiIgZmlsbD0iIzA3Yzg4MyIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);
}

/*
Home End
*/
.guideline-carousel .owl-item {
  padding: 0 5px;
}

.guideline-carousel .owl-item {
  padding: 0 20px;
}

.guideline-carousel .owl-nav button.owl-prev,
.guideline-carousel .owl-nav button.owl-next {
  background-color: var(--grey4);
  height: 30px;
}

.guideline-carousel .owl-dots {
  text-align: center;
}

/*
footer
*/
.header-top {
  background-color: var(--primaryB);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-widget {
  color: #cfcfcf;
}

.footer-widget-logo {
  top: -15px;
  position: relative;
}

.footer-widget-logo img {
  /* width: 180px; */
  width: 80px;
}

.ftxt {
  margin-bottom: 20px;
}

.footer-widget a {
  color: #cfcfcf;
}

.footer-widget a:hover {
  color: var(--secondaryG);
}

.social svg,
.btn-desk svg {
  fill: var(--secondaryG);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: block;
}

.social-svg:hover,
.social svg:hover,
.btn-desk svg {
  fill: #fff;
}

.fnav li {
  margin-bottom: 10px;
  font-weight: var(--fw-semi);
}

.footer-widget-title {
  font-size: 1.125rem;
  font-weight: var(--fw-semi);
  color: #fff;
  margin-bottom: 1rem;
}

.footer-contacts li {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}

.footer-contacts li svg {
  min-width: 16px;
  width: 16px;
  margin-right: 8px;
}

.con-icon {
  fill: #cfcfcf;
}

.footer-bottom {
  background-color: #f5f7fb;
  font-size: var(--fs-12);
  padding-top: 10px;
  padding-bottom: 10px;
  color: #144273;
}

.footer-bottom a {
  color: #144273;
}

.footerbottom-nav li {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .footer-widget-title {
    margin-bottom: 26px;
  }
}

@media (min-width: 992px) {
  .finfo .footer-widget {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .fnav,
  .fcontact {
    margin-top: 30px;
  }

  .copyright {
    margin-top: 10px;
  }

  @media (max-width: 991px) {
    .footer-bottom {
      text-align: center;
    }
  }
}

/* favorite */

.favourite {
  position: relative;
  z-index: 1;
  padding: 4px;
  border-radius: 4px;
  /* background-color: #fff; */
  cursor: pointer;
  transition: 0.5s;
}
.favourite:hover svg {
  fill: var(--primaryG) !important;
}
.iconWrap {
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 9px;
  border-radius: 5px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.favourite:empty {
  display: none;
}

.favourite svg {
  display: block;
  width: 20px;
  height: 20px;
}

.fillGrey {
  fill: #ced9e2 !important;
}

.fillGreen {
  fill: var(--primaryG) !important;
}

@media (min-width: 768px) {
  .favourite svg {
    width: 14px;
    height: 14px;
  }
}
.loader.ripple {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999999 !important;
}
.img-box {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
}
.loader.ripple img {
  width: 50px;
  height: 50px;
  z-index: 99999999999999 !important;
}

.loader.ripple span {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid #084170;
  border-radius: 50%;
  animation: ripple 2s infinite;
  z-index: 99999999999999 !important;
}

.loader.ripple span:nth-child(1) {
  animation-delay: 0s;
}
.loader.ripple span:nth-child(2) {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* about us */
.inner-page-title {
  position: relative;
  padding-top: 130px;
  padding-bottom: 20px;
  background: rgb(211, 230, 240);
  background: linear-gradient(
    0deg,
    rgba(211, 230, 240, 1) 0%,
    rgba(255, 255, 255, 1) 25%
  );
}

.inner-page-title:before,
.inner-page-title:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-page-title:before {
  background: rgb(211, 230, 240);
  background: linear-gradient(
    -90deg,
    rgba(211, 230, 240, 0.4) 0%,
    rgba(255, 255, 255, 0.3) 60%
  );
  z-index: 1;
}

.inner-page-title:after {
  background: url(/_next/static/media/diagonal-strokes.ed42d079.png) no-repeat right center;
  z-index: 2;
}

.inner-page-title h2 {
  position: relative;
  z-index: 3;
}

.about-heading h1 small {
  font-size: 66.6667%;
}

@media (min-width: 576px) {
  .about-heading h1 {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .about-us {
    line-height: 1.6;
  }

  .about-heading h1 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .custom_nav a {
    --bs-nav-link-padding-y: 0.25rem;
  }

  .register_link {
    color: var(--secondaryG);
    font-weight: 600;
  }

  .register_link:focus,
  .register_link:hover {
    color: #fff;
  }

  .finfo .footer-widget {
    padding-right: 30px;
  }

  .about-heading h1 {
    font-size: 2.25rem;
  }
}

.error {
  font-size: 12px;
  color: red;
}

.filter-title {
  margin-bottom: 6px;
  font-size: 0.9375rem;
  font-weight: var(--fw-bold);
  position: relative;
  color: var(--primaryB);
}

.filter-widget {
  position: relative;
}

.filter-widget:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYuMzQ5OTk5OSA2LjM1MDAwMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTI5MC42NSkiPjxwYXRoIGlkPSJwYXRoOTQyOSIgZD0ibTIuMjU4MDM5NCAyOTEuOTY1MDJhLjI2NDYwOTgyLjI2NDYwOTgyIDAgMCAwIC0uMTc0MTQ5Ni40Njg3MWwxLjYxOTAyMjUgMS4zODY5OS0xLjYxOTAyMjUgMS4zODY0OGEuMjY0NjA5ODIuMjY0NjA5ODIgMCAxIDAgLjM0MzY0ODMuNDAwNDlsMS44NTM2MzM1LTEuNTg1OTVhLjI2NDYwOTgyLjI2NDYwOTgyIDAgMCAwIDAtLjQwMjU2bC0xLjg1MzYzMzUtMS41ODc1YS4yNjQ2MDk4Mi4yNjQ2MDk4MiAwIDAgMCAtLjE2OTQ5ODctLjA2Njd6IiBmb250LXZhcmlhbnQtbGlnYXR1cmVzPSJub3JtYWwiIGZvbnQtdmFyaWFudC1wb3NpdGlvbj0ibm9ybWFsIiBmb250LXZhcmlhbnQtY2Fwcz0ibm9ybWFsIiBmb250LXZhcmlhbnQtbnVtZXJpYz0ibm9ybWFsIiBmb250LXZhcmlhbnQtYWx0ZXJuYXRlcz0ibm9ybWFsIiBmb250LWZlYXR1cmUtc2V0dGluZ3M9Im5vcm1hbCIgdGV4dC1pbmRlbnQ9IjAiIHRleHQtYWxpZ249InN0YXJ0IiB0ZXh0LWRlY29yYXRpb24tbGluZT0ibm9uZSIgdGV4dC1kZWNvcmF0aW9uLXN0eWxlPSJzb2xpZCIgdGV4dC1kZWNvcmF0aW9uLWNvbG9yPSJyZ2IoMCwwLDApIiB0ZXh0LXRyYW5zZm9ybT0ibm9uZSIgdGV4dC1vcmllbnRhdGlvbj0ibWl4ZWQiIHdoaXRlLXNwYWNlPSJub3JtYWwiIHNoYXBlLXBhZGRpbmc9IjAiIGlzb2xhdGlvbj0iYXV0byIgbWl4LWJsZW5kLW1vZGU9Im5vcm1hbCIgc29saWQtY29sb3I9InJnYigwLDAsMCkiIHNvbGlkLW9wYWNpdHk9IjEiIHZlY3Rvci1lZmZlY3Q9Im5vbmUiIGZpbGw9IiMwN2M4ODMiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  z-index: -1;
  transition: transform 0.2s ease-in-out;
}

.filter-widget:has(div.collapsing):after,
.filter-widget:has(div.show):after {
  transform: rotate(90deg);
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 6px;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 6px;
}

.ol-alphabet {
  list-style: bullet;
}

.accordion-body {
  background: var(--grey2);
}

.custom_calendar .react-datepicker,
.custom_calendar .react-datepicker__month-container {
  width: 100%;
  border: 1px solid var(--grey4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  font-size: var(--fs-base);
  font-family: var(--font-osans);
  background: #fff;
}

.custom_calendar .react-datepicker__header {
  background-color: #fff;
  border-bottom: 0;
}

.custom_calendar .react-datepicker__current-month {
  color: var(--primaryB);
  font-weight: var(--fw-semi);
}

.custom_calendar .react-datepicker__navigation {
  top: 13px;
}

.custom_calendar .react-datepicker__day-names,
.custom_calendar .react-datepicker__week {
  display: flex;
  justify-content: space-evenly;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 480px) {
  .custom_calendar .react-datepicker__day-names,
  .custom_calendar .react-datepicker__week {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.custom_calendar .react-datepicker__day {
  color: var(--baseGrey);
  font-weight: normal;
}

.custom_calendar .react-datepicker__day-name {
  color: var(--grey1);
  font-weight: var(--fw-semi);
}

.custom_calendar .react-datepicker__day--disabled {
  color: #ccc;
}

/* .custom_calendar .react-datepicker__day--today{
    color: var(--blu3);
} */
.custom_calendar .react-datepicker__day--highlighted {
  background-color: var(--lblu);
  color: var(--primaryB);
}

.custom_calendar .react-datepicker__day--highlighted:focus {
  background-color: var(--primaryB);
  color: #fff;
}

.custom_calendar .react-datepicker__day--highlighted:hover,
.custom_calendar .react-datepicker__day--keyboard-selected {
  background-color: var(--blu3) !important;
  color: #fff;
}

.custom_calendar .react-datepicker__day--keyboard-selected {
  background-color: var(--blu3);
  color: #fff;
}

.custom_calendar
  .react-datepicker__day--keyboard-selected.react-datepicker__day--disabled {
  background-color: transparent !important;
  color: #ccc;
}

.tooltip {
  font-size: 12px !important;
  line-height: 1.2;
}

.react-datepicker__day--disabled.react-datepicker__day--highlighted,
.react-datepicker__day--disabled.react-datepicker__day--highlighted:hover {
  background-color: transparent !important;
  color: #ccc;
}

.react-datepicker__day--today,
.custom_calendar .react-datepicker__day--disabled.react-datepicker__day--today {
  color: var(--blu3);
  font-weight: var(--fw-semi) !important;
}

.default-smiley-style {
  color: black;
}

.smiley-orange {
  color: orange;
  border: 1px solid black;
}

.smiley-red {
  color: red;
  border: 1px solid black;
}

.smiley-yellow {
  color: #b89c00;
  border: 1px solid black;
}

.smiley-green {
  color: green;
  border: 1px solid black;
}

select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  font-family: sans-serif;
  border-radius: 5px;
}

select option {
  height: 30px;
  color: #333333;
}

select option:hover {
  background-color: #eeeeee;
}

.city {
  width: 100%;
  height: 40px;
  padding: 9px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

.bedroom {
  display: inline-block;
  width: 25px;
  margin-left: 10px;
  padding: 5px;
}

.maps {
  width: 100%;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
  width: 320px;
  border-radius: 5px;
  border: 1px solid #191919;
  height: 40px;
}

.add_btn {
  padding: 12px 20px;
  line-height: 1;
  border: 0;
  transition: var(--transtn);
}

.outer_meeting form {
  position: relative;
}

.outer_meeting .react-datepicker__tab-loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
}

.outer_meeting {
  padding: 0 0 70px 0;
}

.table_data tr td {
  vertical-align: middle;
}

.whataps ul li {
  display: block;
  line-height: 1.2;
}

.whataps ul li a {
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #d3cbcb;
  padding: 4px 0;
  display: block;
}

.whataps ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.whataps ul li a:hover {
  color: var(--approved);
}

.whataps {
  position: relative;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

ul.numberList.nav {
  background: #fff;
  padding: 5px 10px;
  position: absolute;
  right: 70px;
  top: 4px;
  width: 110px;
  border-radius: 5px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .15); */
  transition: 0.4s all ease-in-out;
  opacity: 0;
}

.whataps:hover ul.numberList.nav {
  opacity: 1;
}

.property_box figure img {
  width: 100%;
  height: auto;
}

.property_box figure {
  margin-bottom: 0;
  position: relative;
}

.property_box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.property_box figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  padding: 10px;
}

.property_box ul {
  justify-content: space-between;
  align-items: center;
}

span.locatn {
  color: #fff;
}

.property_box ul h4 a {
  color: #fff;
  font-size: 1rem;
}

.property_box ul h4 a:hover {
  color: var(--approved);
}

.property_box strong {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0;
  color: #fff;
}

.feedback-form span.chip.false {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 13px !important;
}

.requir-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 13px 6px;
  background: #3dc093;
  border: 1px solid #3dc093;
  font-weight: bold;
  color: var(--primaryB);
}

.cal-box {
  width: 60px;
  text-align: center;
}

.Prodetail_action_box__PHDgf a {
  display: flex !important;
  padding: 0 10px 0 15px !important;
  margin-top: 10px !important;
  height: 49px;
  align-items: center;
}

.Prodetail_action_box__PHDgf img {
  margin-right: 12px;
}

.pthumb_holder .view-icon img {
  min-height: auto;
  margin-right: 7px;
}

.view-icon .list-single-stats .view-text {
  display: grid;
  align-items: center;
  justify-content: center;
}

#status-dropdown {
  width: 155px;
}

.country_code {
  display: flex;
  flex-wrap: wrap;
}

.number_code {
  width: 20%;
  border-right: 0;
  border-radius: 0;
  font-size: 15px;
}

.number_field {
  width: 80%;
  border-radius: 0;
  font-size: 15px;
}

.login_code {
  padding-right: 1rem !important;
  font-size: 14px;
  max-width: 116px;
  padding-left: 6px;
  font-size: 12px !important;
}

/* responsive media query  */
@media (min-width: 768px) {
  :root {
    --fs-heading-1: 1.625rem;
    /*26*/
    --fs-heading-2: 1.5rem;
    /*22*/
    --fs-heading-3: 1.25rem;
    /*20*/
    --fs-heading-4: 1.125rem;
    /*18*/
    --fs-heading-5: 1rem;
    /*16*/
    --spacer-md: 28px;
  }

  .favourite svg {
    width: 14px;
    height: 14px;
  }

  .about-us {
    line-height: 1.6;
  }

  .about-heading h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --fs-heading-1: 1.75rem;
    /*28*/
    --spacer-md: 40px;
  }
}

@media (min-width: 576px) {
  .custom_navbrand,
  .custom_navbrand img {
    width: 120px;
  }

  .notification_bell {
    width: 24px;
    height: 24px;
  }

  .about-heading h1 {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .custom_nav a {
    --bs-nav-link-padding-y: 0.25rem;
  }

  .register_link {
    color: var(--secondaryG);
    font-weight: 600;
  }

  .register_link:hover,
  .register_link:focus {
    color: #fff;
  }

  .about-heading h1 {
    font-size: 2.25rem;
  }

  .finfo .footer-widget {
    padding-right: 30px;
  }
}

/* max width  */
@media (max-width: 991px) {
  .custom_nav {
    display: block;
  }

  a.register_link {
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
    background: var(--bs-nav-link-hover-color);
    border-radius: 3px;
  }

  a.register_link:hover {
    background-color: var(--bs-nav-link-color);
    color: var(--bs-nav-link-hover-color);
  }

  a.register_link {
    color: #fff;
  }

  .footer-bottom {
    text-align: center;
  }

  section.right_pg_wraper {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-widget-title {
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  #plisting_home {
    padding-top: var(--spacer);
    margin-top: 0;
  }
  .fnav li:last-child {
    margin-bottom: 0px;
  }
  .fnav,
  .fcontact,
  .fconnect {
    margin-top: 30px;
  }

  .copyright {
    margin-top: 10px;
  }

  .react-datepicker__view-calendar-icon input {
    width: 100%;
    margin-bottom: 10px;
  }

  .add_btn {
    margin: 0 !important;
  }
}

@media (max-width: 600px) {
  .form-control,
  .form-select,
  .btn,
  .input-group > .btn,
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .input-group-text {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  /* .section-title {
    text-align: center;
  } */

  .my_property {
    --h: 24px;
    --w: 110px;
    --borV: 12px;
    --borH: 7px;
  }

  .my_property .text {
    font-size: 14px;
    margin-left: 8px;
  }
}

@media (max-width: 480px) {
  .custom_calendar .react-datepicker__day-names,
  .custom_calendar .react-datepicker__week {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media (max-width: 375px) {
  .eye-icon {
    position: relative;
    top: 395px;
  }
}

@media (max-width: 425px) {
  .eye-icon {
    position: relative;
    top: 450px;
  }
}

@media (max-width: 768px) {
  .eye-icon {
    position: relative;
    top: 267px;
    color: white;
  }
}

@media (min-width: 1025px) {
  .eye-icon {
    position: relative;
    top: 12rem;
    color: white;
  }
}

@media (min-width: 1440px) {
  .eye-icon {
    position: relative;
    top: 20rem;
    color: white;
  }
}

/* new css start 14-9-2023 */
.feedback-form {
  margin: 0 auto;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  background: #fff;
  width: 75%;
  display: flex;
  justify-content: center;
}

.Prodetail_list_single_specs__Qq0V0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.Prodetail_detail_images__O7Ueq .item img {
  height: 460px !important;
  object-fit: cover;
  border-radius: 10px;
}

#Prodetail_details__ShoaK {
  padding-top: 15px !important;
}

#Prodetail_aminities__z_ec2,
#Prodetail_location_map__eXx5Y {
  padding-top: 25px !important;
}

.default-smiley-style {
  transition: all 0.3s ease-in-out;
}

.default-smiley-style.red:hover {
  color: red;
}

.default-smiley-style.orange:hover {
  color: orange;
}

.default-smiley-style.yellow:hover {
  color: #b89c00;
}

.default-smiley-style.green:hover {
  color: green;
}

.feedback-form span {
  color: var(--primaryB) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.form-holder {
  background: var(--grey2);
  padding: 30px 0;
}

.Bstl_areaSearch__ATEic {
  width: 100%;
}

.Bstl_location_wrap__B_Px5 {
  min-height: auto !important;
}

.Bstl_home_searchInput__IOlZE {
  padding: 6px 10px 7px 10px !important;
  min-height: auto !important;
}

input:disabled {
  background: #ececec;
  border: 1px solid #ececec;
}

.socail_media li a svg {
  width: 22px;
  fill: #000;
  transition: var(--transtn);
}

.socail_media li a:hover svg {
  fill: var(--blu3);
}

.socail_media li {
  margin-right: 10px;
}

.socail_media li:last-child {
  margin-right: 0;
}

.css-1wnsr1i {
  width: auto !important;
  height: auto !important;
}

.pthumb_holder a img {
  /* min-height: 277px; */
  object-fit: cover;
}

/* new responsive start  */
@media (min-width: 1200px) {
  .image-width-100 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .Prodetail_list_single_specs__Qq0V0 {
    margin-bottom: 25px !important;
  }

  .feedback-form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #Prodetail_aminities__z_ec2 {
    padding-bottom: 0px !important;
  }

  .Prodetail_detail_images__O7Ueq .item img {
    height: auto;
  }

  .Prodetail_like_property__cJnG2 {
    z-index: 4 !important;
  }
}

@media (max-width: 479px) {
}

.search-container {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.search-input {
  width: 550px;
  padding: 10px;
  border: 1px solid #144273;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  height: 35px;
}

.search-date {
  width: 250px;
  padding: 10px;
  border: 1px solid #144273;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  height: 35px;
}

.date-input {
  width: 150px;
  padding: 10px;
  border: 1px solid #144273;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  height: 35px;
}

.date-input::placeholder {
  color: #07c883;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.pagination button {
  background-color: #017eb4;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 4px;
}

.pagination button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.pagination span {
  background-color: #07c883;
  color: #fff;
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 4px;
}

.duration_box {
  width: 280px;
  margin-left: 15px;
  margin-right: 15px;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 9px;
}

.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  top: -5px !important;
  font-size: 15px !important;
}

.add_btn {
  width: 175px;
  border-radius: 4px;
}

.css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 9.5px 14px !important;
}

.Dashboard_table_data__bDqNM table button {
  padding-left: 5px !important;
}

.feedback-form span span.red {
  color: #f00 !important;
  margin-left: 3px;
  font-size: 12px !important;
}

.redd {
  color: #f00 !important;
  margin-left: 3px;
  font-size: 12px !important;
}

.country-code {
  color: #017eb4;
  position: relative;
  top: -29px;
  left: 5px;
  display: inline-block;
}

.user-requirements .feedback-form input[type="tel"] {
  padding-left: 50px;
}

.user-requirements .feedback-form .country-code {
  font-family: var(--font-mulish) !important;
  font-size: var(--fs-base) !important;
  line-height: 1.5;
  color: #212529 !important;
}

/* .whatsapp-icon {
  position: fixed;
  right: 0.9%;
  bottom: 7%;
  z-index: 10;
  cursor: pointer;
} */
.whatsapp-icon {
  position: fixed;
  right: 0.9%;
  /* bottom: calc(7.7% + 50px);  to be implemented when chatbot button is live */
  bottom: calc(3.7% + 0px);
  z-index: 10;
  cursor: pointer;
}

.Dashboard_table_data__bDqNM td,
.Dashboard_table_data__bDqNM th {
  vertical-align: middle;
}

.flexing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.buttons {
  display: flex;
  gap: 10px;
}

.actives {
  background-color: #084170 !important;
  color: white;
}

/* styles.css */

.custom-input-container {
  margin-bottom: 20px;
}

.custom-input {
  /* Add your custom styles for the input elements */
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
}

.text-primary {
  color: rgb(8, 65, 112);
}

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

.file-type-info {
  font-size: 12px;
  color: grey;
}

.text-danger {
  color: red;
}

.custom-datepicker {
  width: 356px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: padding-box;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-datepicker-meetings {
  width: 155px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: padding-box;
  cursor: pointer;
  height: 42px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

.custom-datepicker:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-datepicker-meetings:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* FeedbackPopup.module.css */
.modalTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
  /* Change to your desired color */
}

.modalText {
  font-size: 18px;
  text-align: center;
  color: var(--primaryB);
  font-weight: 600;
  /* Change to your desired color */
}

.submitButton {
  display: block;
  margin: 0 auto;
  background-color: #007bff;
  /* Change to your desired button color */
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}

.submitButton:hover {
  background-color: #0056b3;
}

.reqMes {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reqText {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.reqLink {
  color: #007bff;
  cursor: pointer;
}

.reqLink:hover {
  color: #0056b3;
}

/* 13.10.23 */
.Calculator_custom_tabNav__TBTX8 {
  --bs-nav-pills-border-radius: 0;
  --bs-nav-pills-link-active-color: var(--primaryG);
  --bs-nav-link-hover-color: var(--primaryG);
  /* --bs-nav-link-padding-x: .5rem; */
  border-bottom: 1px solid var(--grey3);
}

.salutation {
  padding: 8px;
}

@media (max-width: 767px) {
  .salutation {
    padding: 9px;
  }

  .emp_type {
    font-size: 13px;
  }

  .custom-datepicker {
    width: 100%;
  }

  .custom-datepicker-meetings {
    width: 100%;
  }
}

/* @media(max-width:991px){
  .custom-datepicker{
    width: 100% !important;
  }
}
@media(max-width:1024px){
  .custom-datepicker{
    width: 100% !important;
  }
} */
@media (max-width: 1199px) {
  .custom-datepicker {
    width: 100% !important;
  }

  .custom-datepicker-meetings {
    width: 100% !important;
  }
}

.searchWrapper.searchWrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 33px;
  padding: 1px;
  position: relative;
  padding-left: 10px;
}

/* 17.10.23 */
.css-1wnsr1i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(214px, -50%);
  width: 400px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px,
    rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
  padding: 32px;
  width: calc(100% - 20px) !important;
}

.req-form {
  padding: 0;
}

.add-btn {
  float: right !important;
}

@media (max-width: 534px) {
  .add-btn {
    float: left !important;
  }
}

@media (max-width) {
  #demo-simple-select {
    font-size: 10px !important;
  }
}

#demo-simple-select {
  font-size: 13px !important;
  margin-top: 3px;
}

@media (max-width: 600px) {
  .del-btn {
    margin-right: 5px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  #meetings-status {
    /* width: 100% !important; */
    margin-bottom: 10px;
  }

  .rst_btn_new {
    margin-left: 0 !important;
    height: 42px !important;
  }

  .react-datepicker {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    display: inline-block;
    position: relative;
    top: 36px;
  }
}

.mob-view-calender .css-hfutr2-MuiSvgIcon-root-MuiSelect-icon {
  display: none;
}

/* 19-10-2023 */

@media (max-width: 1048px) {
  .dell-btn {
    padding: 7px;
    margin-left: 8px;
    margin-top: 4px;
  }
}

.permission-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.permission-item {
  flex-basis: calc(33.33% - 15px);
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: background-color 0.3s;
  /* justify-content:center; */
}

.permission-item:hover {
  background-color: #f5f5f5;
}

.checkbox-input {
  margin: 0;
}

@media (max-width: 991px) {
  .filter-btn-css {
    margin-top: 25px;
    margin-right: 10px;
  }

  .pthumb_holder a img {
    /* min-height: 250px; */
  }
}

.mui_modal {
  max-width: 500px;
  margin: 0 auto;
}

.mui_modal .MuiBox-root {
  padding: 15px;
  overflow-x: auto;
}

/*20-10-2023*/

.custom-modal-title {
  color: black;
  font-size: 24px;
  padding: 2px;
  border-radius: 5px;
}

.custom-modal-text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.custom-modal-button {
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  /* padding: 10px 20px; */
  font-size: 18px;
}

.custom-modal-button:hover {
  background-color: #2980b9;
}

/* 26-10-2023 */
.gm-style-iw {
  width: 250px;
}

.gm-style .gm-style-iw-c {
  height: 195px !important;
  max-height: 195px !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
  max-height: 170px !important;
}

.gm-style img {
  object-fit: contain;
  width: 130px;
}

/* Notification Bell CSS */
.notification-bell-anchor-tag {
  cursor: pointer;
}

/* Notification Bell CSS */
.notification-bell-anchor-tag {
  cursor: pointer;
}

/* 7.11.23 */
.owl-dash-prop .owl-prev span {
  position: absolute;
  top: 0;
  left: -35px;
}

.owl-dash-prop .owl-next span {
  position: absolute;
  top: 0;
  right: -35px;
}

.prop-details {
  padding: 0 20px;
}

/* 7.11.23 */
.owl-dash-prop .owl-prev span {
  position: absolute;
  top: 0;
  left: -35px;
}

.owl-dash-prop .owl-next span {
  position: absolute;
  top: 0;
  right: -35px;
}

.prop-details {
  padding: 0 20px;
}

/**********21-11-2023-Madhu**************/
.add-border {
  position: relative;
  z-index: 9;
}

/* .add-border:before {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 200px;
  height: 2px;
  left: 307px;
  bottom: 10px;
} */

.add-border span {
  background: #fff;
  padding: 0 10px;
}

.add-border:after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 40%;
  height: 2px;
  bottom: 10px;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.propertysec {
  margin: 50px 0 0;
}

.propertysec1 {
  margin: 50px 0 0;
}

.btn-outline-green {
  border: 1px solid #24d29a;
  color: #0d4a74;
  border-radius: 6px;
  padding: 0.7rem 1.5rem 0.7rem 0.5rem;
  font-weight: bold;
  background-color: #07c883;
}

.pencil-icon {
  fill: #0d4a74 !important;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #0d4a74;
}

.btn-outline-green:hover .pencil-icon {
  fill: #fff !important;
}

.btn-outline-green svg {
  width: 24px;
  height: 24px;
  fill: #24d29a;
}

.btn-outline-green:hover svg,
.view-icon svg {
  fill: #fff;
}

.btn-outline-gray {
  border: 1px solid var(--baseGrey);
  color: var(--baseGrey);
  border-radius: 2px;
  padding: 0.7rem 1.5rem 0.7rem 0.5rem;
  font-weight: bold;
  background-color: #fff;
}

.btn-outline-gray svg {
  width: 24px;
  height: 24px;
  fill: var(--baseGrey);
}

.btn-outline-gray:hover {
  border: 1px solid var(--baseGrey);
  background: var(--baseGrey);
  color: #fff;
}

.btn-outline-grey:hover svg,
.view-icon svg {
  fill: #fff;
}

.view-icon {
  bottom: 8px;
  right: 15px;
  z-index: 9;
}

.tags {
  z-index: 9;
}

.view-icon svg {
  margin: auto;
}

.view-text {
  color: #fff;
}

.plist-wrap .tags {
  bottom: 10px;
  left: 10px;
  color: #fff;
  z-index: 9;
  font-size: 11px;
  letter-spacing: 1px;
}

.plist-wrap .tags img {
  width: 63px;
  height: 18px;
}

.verify svg {
  width: 18px;
  height: 18px;
  margin-top: -3px;
  fill: #07c883;
}

.clock-icon svg {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  margin-top: -1px;
}

.chat-icon svg,
.video-icon svg {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  fill: #084170;
}

.clock-icon,
.chat-icon,
.video-icon {
  margin-right: 5px;
  width: 29px;
  height: 29px;
  display: inline-grid;
  place-content: center;
  background: #fff;
  border-radius: 50%;
}

.paction .btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 14px;
}

.pinfo li {
  margin: 0 15px 0 0;
  font-size: var(--fs-12);
  list-style: none;
  position: relative;
}

.pinfo li::after {
  position: absolute;
  content: "";
  background: #ccc;
  width: 1px;
  height: 15px;
  right: -7px;
  top: 3px;
}

.pinfo li:last-child:after {
  background: transparent;
}

.add-box-shadow {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-box-shadow svg {
  height: 23px;
  width: 23px;
}

.build-sale-no {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.build-sale-no:before {
  position: absolute;
  content: "";
  background: #7e7e7e;
  width: 5px;
  height: 5px;
  left: -17px;
  top: 8px;
  border-radius: 50%;
}

.ownership {
  color: var(--grey1);
  font-weight: var(--fw-bold);
  /* margin-bottom: 10px; */
}
.ownership svg {
  margin-right: 10px;
}
.ownership.license_no {
  color: #484848;
  font-weight: var(--fw-regular);
  margin-bottom: 10px !important;
  font-size: 14px;
}
.ownership.license_no div address {
  margin-bottom: 3px !important;
  padding-left: 34px;
}
.ownership svg {
  fill: #07c883;
  height: 23px;
  width: 23px;
}

.listed-sec {
  /* border-top: 1px solid #ebfef6; */
  /* margin-top: 50px; */
  color: var(--grey1);
}
.list-unstyled {
  /* border-bottom: 1px solid rgba(234, 234, 238, 1); */
  /* padding-bottom: 12px;
  margin-bottom: 20px !important; */
}
.newone.list-unstyled {
  border-bottom: 1px solid rgba(234, 234, 238, 1);
  padding-bottom: 12px;
  margin-bottom: 20px !important;
}

.listed-sec li {
  margin-right: 85px;
}

.listed-sec li:last-child {
  margin: 0;
}

.listed-sec li svg {
  fill: #07c883;
  margin-right: 5px;
  width: 17px;
  height: 17px;
}

.Prodetail_action__9GC82 {
  background: transparent !important;
}

.Prodetail_action_box__oZkVk a {
  display: flex !important;
  padding: 10px 20px !important;
  align-items: center !important;
}

.Prodetail_action_box__oZkVk span {
  margin-left: 20px;
}

.report-box {
  background: #d9edfc;
}

.report-box h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.report-box .btn-outline-grey {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  color: #000;
  font-weight: bold;
  padding: 8px 13px;
}

.report-box a {
  margin: 0 20px 0 0;
}

.report-box a:last-child {
  margin: 0;
}

/* 20-12-2023 */

.verify-search {
  bottom: 20px;
  position: relative;
}

/* 26-12-2023*/

.dummy-img img {
  height: 240px;
}

/*29-12-2023*/

.note-txt-mortgage {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  margin: 15px;
  border-radius: 5px;
  font-weight: 600;
}

/*13-03-2024*/

.editedImgCross {
  left: 113px;
  top: -7px;
}

/* inline css remove classes */

.aePageBtn {
  float: right;
}

.mapView-Poroperty-Search {
  width: 100%;
  height: 450px;
}

.pname-Map {
  font-size: 16px;
}

.price-Map {
  font-size: 14px;
}

.content-box-HelpDesk {
  cursor: pointer;
  display: flex;
}

.mortgage-headings {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  background: #084170;
  padding: 10px;
  margin-bottom: 15px;
}

.mortgage-headings2 {
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  background: #084170;
  padding: 10px;
  margin-bottom: 15px;
}

.mortgage-col {
  margin-top: 8px;
}

.mortgage-label {
  color: rgb(8, 65, 112);
  font-weight: 600;
}

.tc-mortgage {
  resize: none;
  height: 142px;
}

.feedback-form span.feedback-label {
  color: black;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}

.mortgagecol {
  margin-bottom: 20px;
}

.itemlistListedBy {
  color: #084170;
}

.dummyh4 {
  height: 24px;
}

.paddress {
  margin: 0 !important;
  line-height: 19px;
}
.addressWrapper {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 18px;
}
.addressWrapper svg {
  transform: translateY(2px);
  color: var(--primaryB);
}

.verify-tag {
  height: 15px;
}

.pp {
  height: 28.8px;
}

.psp {
  height: 22.39px;
}

.pact {
  height: 24.39px;
  width: 42%;
}

.loader-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.2);
  z-index: 99999999999999 !important;
}

.loader-inner {
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 99999999999999 !important;
}

.container-loader-parent {
  position: relative;
}

.container-loader-outer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  position: absolute;
}

.container-loader-inner {
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

.container-loader-message {
  color: black;
  font-weight: 600;
}

.message-starter {
  position: relative;
  min-height: 60vh;
}

.tel-mortgage {
  padding-left: 40px;
}

/* .multi-mortgage {
  overflow: hidden;
} */
.tc-submit-button {
  width: 158px;
}

.appjs-loadingelem {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.feedback-smiley {
  width: 30px;
  height: 30px;
}

.smiley-btn-feedback {
  border-radius: 50%;
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}

.feedback-textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  padding: 10px;
  resize: none;
}

.devPMC-mortgage-click-index {
  cursor: pointer;
}

.devPMC-mortgage {
  color: gray;
}

.btn-meeting-page {
  width: 116px;
}

.meetings-custom-tab {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.mortgageListing-thead {
  text-align: center;
}

.mortgageListing-tdata {
  text-align: center;
  line-height: 20px;
}

.elsepart-mortgageListing {
  font-weight: 600;
  margin-left: 15px;
}

.appointment-elsePart {
  align-self: center;
  justify-self: center;
}

.reqSubmit-labels {
  font-weight: 600;
  color: rgb(8, 65, 112);
}

.label-Col-propReq {
  margin-bottom: 20px;
}

.prop-req-submtBtn {
  width: 158px;
}

.reqListing-td {
  text-align: center;
  font-weight: 600;
}

.reqListing-tdd {
  min-width: 90px;
  text-align: right;
}

.editBtn-listing {
  margin-right: 5px;
  font-weight: 600;
}

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

.openBtn-Listing {
  margin-right: 5px;
  font-weight: 600;
}

.updateBtn-ReqEdit {
  width: 158px;
}

.recomm-headings {
  font-size: 20px;
}

.recomm-verify {
  font-weight: bolder;
}

.recomm-ListedBy {
  color: #084170;
}

.owl-detail-page {
  width: auto;
  padding: 0px 25px 0px 0px;
  margin-bottom: 15px;
}

.prop-Recomm {
  font-size: 18px;
}

.owenerName-detail {
  display: inline;
}

.listedby-heading {
  margin-top: 90px;
}

.mui-zoom-page-label {
  min-height: 40px;
  max-height: 40px;
}

.zoom-duration {
  font-size: 13px;
}

.searchPage-heading {
  color: #009599;
}

.searchPage-tabsRow {
  margin-bottom: 10px;
}

.crossBtn-Document {
  color: red;
}

.info_clarity_fb {
  color: black;
  font-weight: 400;
  margin-right: 10px;
}

.ease_fb {
  color: black;
  font-weight: 400;
  margin-right: 12px;
  margin-top: 10px;
}

.overall_fb {
  color: black;
  font-weight: 400;
  margin-right: 53px;
  margin-top: 10px;
}

.col_name_fb {
  margin-bottom: 15px;
}

.btn_submit_feedback {
  width: 158px;
  margin-left: auto;
}

.btn_submit_fb_col {
  text-align: center;
}

.salutation_heaading {
  margin-top: 7px;
}

.email_heading {
  margin-top: 8px;
}

.tandc_box_mg {
  margin-top: 12px;
}

.close_btn_dropzone {
  top: 28px !important;
}

.overall_exp_fback {
  margin-bottom: 8px;
}

.mortgageno_listing {
  font-weight: bold;
}

.edit_icon_reqListing {
  color: #fff;
}

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

.reco_prop_listing {
  text-align: center;
}

.prop-details-sec {
  width: 300px;
}

.cookie_div {
  background: #333;
  color: #a9a9a9;
}

.map_view_prop_image {
  width: 100% !important;
}

.pmcDev_askExpert {
  color: gray !important;
}

/* inline css remove classes */

/* Deal close css */
.deal {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  right: 9px;
  top: 9px;
  height: 90px;
  width: 80px;
  background: #07c883;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
  z-index: 11;
  border-radius: 0 5px 0;
}

.deal mark {
  padding: 0;
  background: transparent;
  transform: rotate(49deg);
  top: 3px;
  left: 17px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.plist-wrap {
  position: relative;
}

.deal_closed {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}

.search_page {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

/* Deal close css */
/* login page design modifications  */
.inner_banner_hldr {
  background: url(/_next/static/media/gllit_login_bg_desktop.16039d2f.webp) no-repeat center
    center / cover;
}

.inner_banner_hldr .mobile_banner {
  display: none;
}

.sub_dd {
  font-family: Mulish;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #7e7e7e;
  margin-bottom: 0;
}

.signup_hldr .row > div:first-child p {
  font-family: Mulish;
  font-size: 17px;
  font-weight: 600;
  line-height: 30.6px;
  text-align: left;
  color: #7e7e7e;
}

.signup_hldr .bullet-list {
  list-style: none;
}

.signup_hldr .bullet-list li {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #7e7e7e;
  position: relative;
  margin-left: 20px;
}

.signup_hldr .bullet-list li:after {
  content: "";
  position: absolute;
  left: -22px;
  top: 12px;
  width: 12px;
  height: 10px;
  background: url(/_next/static/media/green_tick.fe6b82f9.svg) no-repeat center center /
    cover;
}

.signup_hldr .register_loginForm__6y3Qm {
  border-radius: 0 10px 10px 0;
}

.signup_hldr .mobile_banner {
  display: none;
}

.req-btn-style {
  background-color: #07c883;
}

.videoplayWrapper {
  padding: 10px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  /* border-bottom: 4px solid #07c883; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  position: relative;
}
.videoplayWrapper::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #07c883;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 0px 0px 10px 10px;
}

/* 05-06-2024 */
.property_img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
.video-section-margin {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .inner_banner_hldr .container {
    padding: 0;
  }

  .inner_banner_hldr .register_loginForm__6y3Qm {
    border: none;
    height: auto !important;
  }

  .inner_banner_hldr .mobile_banner {
    display: block;
  }

  .mobile_banner img {
    width: 100% !important;
    height: auto !important;
  }

  .inner_banner_hldr .register_loginForm__6y3Qm h3 {
    font-weight: 700;
  }

  .signup_hldr .register_login_bg__lAxoB {
    background: #fff;
    border-radius: 0;
    padding-bottom: 0;
  }

  .signup_hldr .register_loginForm__6y3Qm {
    border: 0;
    border-radius: 0;
  }

  .signup_hldr .mobile_banner {
    display: block;
  }
  .share_modal .modal-dialog {
    margin: 0 auto;
  }

  .videoplayWrapper {
    border-bottom: none;
    border-radius: 0;
    padding: 15px;
    width: 90%;
    margin: auto;
  }
  .youtube-facade {
    border-radius: 0 !important;
    margin-bottom: 20px;
  }
  .howItWorkssec .section-title {
    transform: translateY(80px);
  }
  .video-section-margin {
    padding-top: 0;
  }
}

@media (max-width: 376px) {
  .banner-homepage-img {
    height: 430px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
  }
}
#howItWorks .section-title {
  transform: translateY(80px);
}
/* Content Custom Loader Css */

.content_loader_hosrizontal {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #fff;
  left: -100px;
  box-sizing: border-box;
  animation: contentShadowRolling 2s linear infinite;
}

@keyframes contentShadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
      0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  12% {
    box-shadow: 100px 0 var(--primaryG), 0px 0 rgba(255, 255, 255, 0),
      0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  25% {
    box-shadow: 110px 0 var(--primaryG), 100px 0 var(--primaryG),
      0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  36% {
    box-shadow: 120px 0 var(--primaryG), 110px 0 var(--primaryG),
      100px 0 var(--primaryG), 0px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 130px 0 var(--primaryG), 120px 0 var(--primaryG),
      110px 0 var(--primaryG), 100px 0 var(--primaryG);
  }

  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--primaryG),
      120px 0 var(--primaryG), 110px 0 var(--primaryG);
  }

  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
      130px 0 var(--primaryG), 120px 0 var(--primaryG);
  }

  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
      200px 0 rgba(255, 255, 255, 0), 130px 0 var(--primaryG);
  }

  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
      200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

/* 09-08-2024  starts */

.dropdown {
  top: -1px;
  right: -23px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 10px;
  cursor: pointer;
}

.dropbtn {
  background-color: transparent;
  color: var(--primaryB);
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  border-radius: 50%;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: grid;
  place-content: center;
  background: #dde9f3;
  margin-bottom: 2px;
}
.dropdownWrapper {
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #000;
}

.dropdownWrapper:hover .dropdown-content {
  display: block;
}

.cover-image-class {
  /* border: 2px solid #07c883 !important; */
}

/* .dropdown:hover .dropbtn {
  background-color: #2980b9;
} */

.set_cvr_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  background: transparent;
  height: 100%;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000054;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.set_cvr_img img {
  width: 40px;
  object-fit: contain !important;
}
.set_cvr_img_wrap:hover .set_cvr_img {
  opacity: 1;
  pointer-events: all;
}
.property_share_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0;
}
.property_share_list li a {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 25px;
}
.property_share_list li.green a {
  color: #07c883;
}

.property_share_list li.blu a {
  color: #084170;
}
.property_share_list li.red a {
  color: #ac2222;
}
.property_share_list li.normal a {
  color: #1d1d1d;
}
.share_modal .modal-dialog {
  max-width: 300px;
}
.services_experts {
  list-style-type: number;
}
.det_share_btn {
  position: relative !important;
  width: 45px;
  height: 36px;
  border-radius: 3px;
  filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 8px !important;
}

.pmc_box {
  height: 107px !important;
}

.ownership-details {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.ownership-details .icon {
  color: #4caf50;
  margin-right: 5px;
}

.label {
  margin-right: 8px;
}
.app_store {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}
.app_store li a img {
  width: 100px;
}

.title-app h3 {
  text-align: left;
  font-weight: 700;
  color: var(--primaryB);
}
.text_cont {
  padding-top: 30px;
}

.text_cont h4 {
  text-align: left;
  color: var(--primaryB);
  font-weight: 700;
}

/* 26.02.25 */
@media (max-width: 575px) {
  .custom-datepicker-meetings {
    max-width: 110px;
  }
  .Dashboard_status_dropdown__8ecql {
    width: 105px !important;
    margin-right: 10px !important;
  }
  #mettingTable tr th:nth-child(2) {
    min-width: 170px !important;
  }
  #mettingTable tr th:nth-child(3) {
    min-width: 250px !important;
  }
  #mettingTable tr th:nth-child(5) {
    min-width: 200px !important;
  }
  .downloadImgWrap {
    max-width: 100% !important;
    margin: 0 auto 60px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #mettingTable tr th:nth-child(2) {
    min-width: 170px !important;
  }
  #mettingTable tr th:nth-child(3) {
    min-width: 250px !important;
  }
  #mettingTable tr th:nth-child(5) {
    min-width: 200px !important;
  }
}

.slick-slide {
  padding: 0 5px;
}
.plist .slick-slide {
  padding: 0 10px;
}
.slick-list {
  margin: 0 -5px;
}

.pspecs.d-flex {
  min-height: 23px;
}
.passportlabel {
  min-height: 45px;
  display: inline-block;
}
.form-floating .form-control,
.form-floating .form-select {
  min-height: auto;
}

#demo-simple-select {
  height: 40px;
  padding: 0px 10px;
  transform: translateY(8px);
}
#demo-simple-select-label.css-19qnlrw-MuiFormLabel-root-MuiInputLabel-root {
  transform: translateY(9px) translateX(10px);
}
#demo-simple-select-label.css-113d811-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
  transform: translate(14px, -9px) scale(0.75);
}
.css-sc8y68-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root {
  padding-left: 10px;
}

@media (max-width: 575.98px) {
  .d-flex.mob-view-calender {
    flex-flow: wrap;
  }
  .duration_box {
    margin: 0 0 10px;
  }
  .react-datepicker-wrapper,
  .duration_box {
    width: 100%;
  }
}

/* ---28.03.2025--- */
.mob-row {
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
  height: calc(100vh - 100px);
  overflow-y: scroll;
}
.mob-row::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #f5f5f5;
}

.mob-row::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.mob-row::-webkit-scrollbar-thumb {
  background-color: var(--green1);
}
/* ---28.03.2025--- */
.guestModalPopup .modal-content {
  max-width: 400px;
  margin: auto;
}

/* 10.06.2025 */
.steplisting {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.steplisting li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  position: relative;
}
.steplisting li:not(:last-child)::before {
  width: 26px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  background: #ddd;
  transform: translateY(-50%);
  content: "";
  z-index: 1;
}
.steplisting li:not(:last-child)::after {
  width: 0px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  background: var(--primaryG);
  transform: translateY(-50%);
  content: "";
  z-index: 2;
  transition: 0.5s;
}
.steplisting li.active {
  background: var(--primaryG);
  transition: 0.5s;
}
.steplisting li.active:not(:last-child)::after {
  width: 26px;
  transition: 0.5s;
}
.homeTextSearchBox {
  color: var(--primaryB);
  text-align: left;
  /* font-size: var(--fs-base); */
  font-size: 16px;
  margin-bottom: 0;
}

.restricted-text {
  color: #333333;
}

@media (max-width: 575.98px) {
  .steplisting {
    width: 100%;
  }
}

/* ---banner added css---*/
.custom_Tbtn {
  background: transparent;
  border: none;
  color: #ffffff80;
  border-bottom: 4px solid transparent;
  font-size: 16px;
}
.btn-check:checked + .btn.custom_Tbtn {
  background: #eaeaea1a;
  color: #ffffff;
  border-bottom: 4px solid var(--primaryG);
}
.pType .form-group {
  flex: 1 1;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
/* ---banner added css---*/

@media (max-width: 767.98px) {
  .slick-arrow.slick-next {
    right: 0 !important;
  }
  .slick-arrow.slick-prev {
    left: 0 !important;
  }
  .store_img a:nth-child(2) img {
    width: 170px;
  }
  .title-app h3 {
    max-width: 100px;
  }
  .play-button {
    padding: 12.5px 17px !important;
    font-size: 16px !important;
  }
  .play-button svg {
    transform: translate(2px, 0px);
  }
  .list_property_container {
    padding: 0;
  }
  .plist-col {
    margin: 0 20px;
  }
  .listingWrapper .plist-col {
    margin: 0.5rem 0 0;
  }
  .slick-slider.plist .plist-col {
    margin: 0 0px;
    padding: 0;
  }
  .order-lg-2 h1 {
    font-size: 24px !important;
  }
  .custom_navbrand,
  .custom_navbrand img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .videoplayWrapper {
    padding: 15px;
  }
  .youtube-facade,
  .youtube-facade img {
    /* border-radius: 0 !important; */
  }
  .unique_head {
    margin-top: 15px;
  }
  .unique_head.section-title > h3 {
    font-size: 20px;
  }
  .customTab .btn-primary {
    margin-top: 30px;
  }
}

@media (min-width: 1600px) {
  .video-section-margin {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .unique_head p {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .play-button {
    padding: 13px 20px !important;
    font-size: 24px !important;
  }
}
.play-button svg {
  transform: translate(3px, -3px);
}
@media (max-width: 575px) {
  .banner-homepage-img {
    height: auto !important;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
  }
  .img-action svg {
    width: 14px;
    height: 14px;
  }
  .play-button {
    padding: 14px 20px !important;
    font-size: 20px !important;
  }
  .play-button svg {
    transform: translate(3px, -2px);
  }
  .store_img a:nth-child(2) img {
    width: 164px;
  }
  .commissionTitle {
    position: relative;
    transform: translateY(-30px);
  }
}

/* 01.08.2025 */
.yourPropertyWrapper {
  padding: 13px 17px 23px;
  background: #dceaf780;
  border-radius: 7.57px;
}
.properInputOuter label,
.DIY_inputOuter label {
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12.62px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  /* color: #084170; */
  color: var(--primaryB);
  margin-bottom: 10px;
}
.DIY_inputOuter label {
  margin-bottom: 5px;
}
.properInputOuter label sup,
.DIY_inputOuter label sup {
  color: #d20000;
}
.properInputOuter .form-control,
.DIY_inputOuter .form-control {
  border: 0.63px solid #0000001a;
  height: 56.77px;
}
.properInputOuter {
  padding-right: 20px;
}
.DIY_rewardsWrapper {
  background: #dceaf7;
  margin: 13px 0 0;
  border-radius: 6.31px;
  padding: 14px 35.7px 20.82px;
  position: relative;
}
.DIY_rewardsWrapper .tickIcon {
  position: absolute;
  top: -12px;
  left: -16px;
}
.DIY_rewardsContent h4 {
  font-family: Mulish;
  font-weight: 700;
  font-style: Bold;
  font-size: 17.66px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--primaryB);
  margin-bottom: 8.25px;
}
.DIY_rewardsContent p {
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13.88px;
  leading-trim: NONE;
  letter-spacing: 0px;
  color: #000000;
  line-height: 20px;
}
.chooseWrapper {
  padding-left: 15px;
  padding-top: 15px;
}
.chooseItem h5 {
  color: #000000;
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13.88px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
}
.DIY_inputOuter {
  margin-top: 54px;
}

@media (max-width: 1600px) {
  .chooseItem h5 {
    font-size: 12.88px;
  }
}
.textlabel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  flex-flow: wrap;
}
.textlabel b {
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18.71px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #212529;
}
.rangeSlideinput {
  width: 100%;
}
/* 01.08.2025 */

/* range customize */
.range {
  /* background-color: #e1effa;
  border-radius: 8px;
  padding: 24px 16px; */
  position: relative;
}

.field {
  position: relative;
  width: 100%;
}
.field::before {
  content: "";
  bottom: 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  background: #fff;
  z-index: 1;
  border-radius: 8px;
}

.rangeSlideinput {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    to right,
    #1abc9c 0%,
    #1abc9c 0%,
    #1abc9c 0%,
    #1abc9c 100%
  );
  background-repeat: no-repeat;
  border-radius: 5px;
  outline: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

/* Thumb styling */
.rangeSlide .rangeSlideinput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background-color: #003c71;
  border-radius: 50%;
  /* border: 2px solid white; */
  cursor: pointer;
  z-index: 3;
  position: relative;
}

.rangeSlide .rangeSlideinput::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-color: #003c71;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}

.rangeSlide .value {
  font-size: 14px;
  color: #777;
}

.rangeSlide .left {
  position: absolute;
  top: -24px;
  left: 0;
}

.rangeSlide .right {
  position: absolute;
  top: -24px;
  right: 0;
}

/* Tooltip box above thumb */
.rangeSlide .center {
  position: absolute;
  top: 25px;
  transform: translateX(-50%);
  background-color: #003c71;
  color: white;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 5;
  transition: left 0.2s ease;
}
.rangeSlide {
  padding: 30px 0 15px;
  max-width: 193px;
}
/* range customize */

/* ai hover */
.gllitEdgeBtn {
  font-family: Mulish;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--secondaryG);
  border: none;
  padding: 8px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 0px 1px 1px #07c883;
}
.gllitEdgeBtn span {
  position: relative;
  z-index: 2;
}
.gllitEdgeBtn::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.gllitEdgeBtn::after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 8px;
  background: conic-gradient(
    #3a7cec 0%12.5%,
    #2ca24c 12.5%25%,
    #f1b500 25%37.5%,
    #e33e2b 37.5%50%,
    #3a7cec 50%62.5%,
    #2ca24c 62.5%75%,
    #f1b500 75%87.5%,
    #e33e2b 87.5%100%
  );
  animation: border-animation 5s linear infinite;
  -webkit-animation: border-animation 5s linear infinite;
  opacity: 0;
  transition: 0.5s;
}
/* .gllitEdgeBtn:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.gllitEdgeBtn:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 11px 4px #dcfff3;
} */

.gllitEdgeBtn.active {
  box-shadow: 0px 0px 11px 4px #dcfff3;
  transition: 0.5s;
}

.gllitEdgeBtn.active::after {
  opacity: 1;
  transition: 0.5s;
}
.hiddenRadio {
  position: absolute;
}

@keyframes border-animation {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.hiddenCheckbox {
  display: none;
}

.textlabel .gllitEdgeBtn {
  font-family: Mulish;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--secondaryG);
  border: none;
  padding: 8px 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 0px 1px 1px #07c883;
  cursor: pointer;
}

.textlabel .gllitEdgeBtn span {
  position: relative;
  z-index: 2;
}

.textlabel .gllitEdgeBtn::before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
}
.textlabel .icon {
  margin-right: 8px;
}

.textlabel .gllitEdgeBtn::after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 8px;
  background: conic-gradient(
    #3a7cec 0% 12.5%,
    #2ca24c 12.5% 25%,
    #f1b500 25% 37.5%,
    #e33e2b 37.5% 50%,
    #3a7cec 50% 62.5%,
    #2ca24c 62.5% 75%,
    #f1b500 75% 87.5%,
    #e33e2b 87.5% 100%
  );
  animation: border-animation 5s linear infinite;
  opacity: 0;
  transition: 0.5s;
}

.textlabel .gllitEdgeBtn.active {
  box-shadow: 0px 0px 11px 4px #dcfff3;
  transition: 0.5s;
}

.textlabel .gllitEdgeBtn.active::after {
  opacity: 1;
}

@keyframes border-animation {
  to {
    transform: rotate(360deg);
  }
}

/* ai hover */

.primaryBtn {
  background: var(--primaryG);
}
.optionItem {
  padding: 15px 17px 27px 12px;
  border: 1px solid #0841701a;
  border-radius: 7.57px;
  margin-bottom: 30px;
}
.optionHead .gllitEdgeBtn {
  color: #212529;
  font-size: 16px;
  height: 30px;
  padding: 7px 9px;
  background: #f5f5f5;
  border-radius: 5px;
  cursor: pointer;
}
.optionHead .gllitEdgeBtn::after,
.optionHead .gllitEdgeBtn::before {
  border-radius: 5px;
}
.optionHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}
.optionHead h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--secondaryB);
  margin: 0;
  text-transform: capitalize;
}
.optionBody p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #212529;
  margin: 0;
}

@media (max-width: 1600px) {
  .DIY_rewardsContent p {
    font-size: 11.88px;
  }
  .optionBody p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .optionItem {
    padding: 12px 10px 20px 10px;
  }
  .optionHead h3 {
    font-size: 16px;
    flex: 1 1;
  }
  .properInputOuter {
    padding-right: 0px;
  }
  .DIY_rewardsWrapper {
    margin: 25px 0 0;
  }
  .DIY_rewardsWrapper {
    padding: 30px 20px 20.82px;
  }
  .chooseWrapper {
    padding-left: 0;
  }
  .rangeSlide {
    max-width: 100%;
  }
  .DIY_inputOuter {
    margin-top: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .properInputOuter {
    padding-right: 0;
  }
  .DIY_rewardsWrapper {
    margin: 25px 0 0;
    padding: 20px 20px 20px;
  }
  .chooseWrapper {
    padding-left: 0;
  }
  .rangeSlide {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .optionHead h3 {
    font-size: 16px;
    flex: 1 1;
  }
}
.modalRow {
  display: flex;
  gap: 10px;
}
.modalDiv {
  flex: 1 1;
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
}
.modalDiv img {
  width: 100%;
}
.aiLoader {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  display: grid;
  place-content: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 4px;
  overflow: hidden;
}
.aiLoader::before {
  content: "";
  position: absolute;
  width: 100%;
  opacity: 0.5;
  height: 100%;
  /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
  background: linear-gradient(-45deg, #24d29a, #084170);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.loaderInner img {
  max-width: 70px;
  margin: auto;
  display: table;
  z-index: 99999999999999 !important;
}
.loaderInner {
  position: relative;
  z-index: 2;
  z-index: 99999999999999 !important;
}
.loaderInner p {
  color: #fff;
  margin: 0;
  z-index: 99999999999999 !important;
}

.modalDiv .gllitEdgeBtn {
  position: absolute;
  top: -8px;
  right: 0px;
  padding: 6px 10px;
  font-size: 12px;
  height: 28px;
  cursor: pointer;
}

#aimodal .modal-body {
  padding: 0;
}
#aimodal .modal-content {
  background: transparent;
  max-width: 730px;
}
#aimodal .modal-header {
  height: 50px;
}

/* 07.08.2025 */
@media (min-width: 992px) {
  .productDetailsWrap .container-fluid {
    padding: 0 70px;
  }
}
.productDetailsWrap {
  padding-top: 30px;
}
.productDetailsWrap .det_share_btn {
  width: 36px;
  height: 36px;
}
.propertytypeOuter {
  flex: 1 1;
}
.yoursavingContent h3 {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 22.4px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #212529;
  border-bottom: 1px solid #eaeaee;
  padding-bottom: 5px;
}
.yoursavingContent p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 22.4px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #484848;
  margin-bottom: 0;
}
.yoursavingContent p a {
  color: #484848;
  text-decoration: underline;
}
.yoursavingContent p span.infoicon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #484848;
  display: inline-grid;
  place-content: center;
  transform: translateY(3px);
  margin-left: 5px;
}
.yoursavingContent p span.infoicon svg path {
  color: var(--primaryG);
}
.yoursaving {
  display: flex;
  gap: 10px;
  margin: 5px 0 20px;
}
.singleSlider .slick-slider,
.singleSlider,
.singleSlider .slick-list,
.singleSlider .slick-track,
.singleSlider .slick-slide,
.singleSlider .slick-slide div {
  height: 100% !important;
}
.singleSlider .slick-slide img {
  /* height: 100%;
  border-radius: 8px; */
  max-height: 540px;
  object-fit: contain;
}
.singleSlider .slick-slide {
  padding: 0 0px;
}
/* 07.08.2025 */

/* 13.08.2025 */
.uploadsImage-detail {
  background: #dceaf7;
  padding: 18px 13px;
}
.uploadsImage-detail ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.uploadsImage-detail ul li:last-child,
.uploadsImage-detail ul li:first-child {
  padding-right: 0px;
  position: relative;
  border: none;
}
.uploadsImage-detail ul li {
  position: relative;
  padding-right: 15px;
  border-right: 1px solid var(--primaryG);
  font-family: Mulish;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
}
.uploadsImage-detail ul li strong {
  font-family: Mulish;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #094170;
}
.topbtns {
  justify-content: center;
  padding: 10px 10px;
}
.extrabtn {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Mulish;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  transition: 0.5s;
}
.extrabtn img {
  max-width: 18px;
}
.uploadedLower .extrabtn img,
.topbtns .extrabtn img {
  max-width: 25px;
}
.extrabtn:hover {
  color: var(--primaryG);
  transition: 0.5s;
}
.uploadedimgWrapper {
  background: #f5f5f5;
  border: 1px solid #0000001a;
  border-radius: 10px;
}
.uploadedLower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0px 0;
}
.btnremove {
  padding: 0;
  line-height: 1;
  display: flex;
  gap: 5px;
  transition: 0.5s;
  font-family: Mulish;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  align-items: center;
}
.btnremove img {
  max-width: 20px;
}
.btnremove:hover {
  color: var(--rejected);
  transition: 0.5s;
}
.uploadedLower .form-check-input {
  width: 19px;
  height: 19px;
  transform: translateY(-2px);
  box-shadow: none !important;
}
.uploadedLower .form-check-input:checked {
  background-color: var(--secondaryG);
  border-color: var(--secondaryG);
}
.checkboxarea .form-check {
  margin: 0;
}
.checkboxarea .form-check label {
  display: inline-block;
  font-family: Mulish;
  font-weight: 600;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
}
.uploadimgItem {
  margin-bottom: 30px;
}
.imgmem {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background: #000000bf;
  padding: 9px 13px;
  border-radius: 5px;
  font-family: Mulish;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}
.modal:has(#aimodal) {
  background: rgb(0 0 0 / 71%) !important;
  padding: 0 !important;
}
.ml-auto {
  margin-left: auto;
}
.modalimg {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  border-left: none !important;
  border-right: none !important;
}
.modalimg img {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #ddd;
}
.SelectBtn {
  border: 1px solid rgba(33, 191, 140, 0.5);
  font-family: Mulish;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  padding: 4.5px 8px;
  transition: 0.5s;
}
.SelectBtn:hover {
  background: var(--primaryG);
  transition: 0.5s;
  color: #fff;
}
.originallabel {
  font-family: Mulish;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 1);
}
/* .aiAdded {
  background: rgba(235, 254, 246, 1);
} */
.aiTag {
  position: absolute;
  top: 15px;
  left: 15px;
}
.aiTag img {
  width: 23px;
  height: 23px;
  background: transparent;
}
#aimodal .topbtns {
  justify-content: space-between;
}
@media (min-width: 1899.98px) {
  .extrabtn {
    font-size: 15px;
  }
  .topbtns {
    padding: 10px 10px;
  }
  .extrabtn img,
  .btnremove img {
    max-width: 25px;
  }
  .modalimg img {
    height: 240px;
  }
}
/* 13.08.2025 */

@media (max-width: 991.98px) {
  .productDetailsWrap {
    padding-top: 0;
  }
  .topbtnWrapper {
    display: flex;
    position: absolute;
    right: 0;
    top: -8px;
  }
  .loader_holder .d-flex.justify-content-between {
    position: relative;
  }
  .singleSlider .slick-slider,
  .singleSlider,
  .singleSlider .slick-list,
  .singleSlider .slick-track,
  .singleSlider .slick-slide,
  .singleSlider .slick-slide div {
    height: auto !important;
  }
  .yoursavingContent p {
    margin: 0;
  }
  .yoursaving {
    margin: 5px 0 20px;
  }
  .list-unstyled {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
  }
  .list_single_specs {
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
  }
  .listed-sec ul {
    display: grid !important;
    grid-gap: 15px;
    gap: 15px;
    border-bottom: 1px solid rgba(234, 234, 238, 1);
    padding-bottom: 30px;
    margin-bottom: 30px !important;
  }
  .newone.list-unstyled {
    padding-bottom: 30px;
    margin-bottom: 20px !important;
  }
  .singleSlider .slick-slide img {
    aspect-ratio: 4 / 3;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-banner {
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-banner {
    height: 110px;
  }
  .singleSlider .slick-slide img {
    width: 100%;
  }
  .cal-box {
    width: 38px;
    font-size: 7px !important;
    transform: translateY(3px);
  }
}

.aiLoader img {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 5;
  display: table;
  margin: auto;
  background: transparent;
}
p[aria-live="polite"] {
  position: relative;
  z-index: 5;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1499.98px) {
  .plist-wrap {
    padding: 15px;
  }
  .pname > h4 {
    font-size: 20px;
  }
  .plist-col .pname > h4 {
    font-size: 18px;
  }
  .pprice a {
    font-size: 20px;
  }
  .paction {
    gap: 15px;
  }
  .pthumb_holder a img {
    /* min-height: 220px; */
    object-fit: cover;
  }
}

/* chatbot AI */
/* .floatingbutton {
    background: var(--primaryG);
    position: fixed;
    bottom: 25px;
    right: 90px;
    color: #fff;
    padding: 8px 20px;
    font-size: 20px;
    border-radius: 44px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    font-weight: 600;
    z-index: 9;
    cursor: pointer;
} */

/* Chatbot Styles */
.floating-button {
  background: linear-gradient(135deg, #24d29a 0%, #084170 100%);
  position: fixed;
  bottom: 2%;
  right: 0.9%;
  color: #fff;
  padding: 7px 12px;
  font-size: 16px;
  border-radius: 50px;
  filter: drop-shadow(0 8px 25px rgba(36, 210, 154, 0.3));
  font-weight: 600;
  z-index: 1000;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.floating-button::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 30%;
  width: 50px;
  height: 160px;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.342),
    transparent
  );
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
  0% {
    transform: translateX(-500%) rotate(30deg);
  }
  100% {
    transform: translateX(500%) rotate(30deg);
  }
}

.floating-button:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 12px 35px rgba(36, 210, 154, 0.4));
}

.floating-button.open {
  transform: scale(0.95);
  padding: 12px 12px;
  transition: 0.5s;
  background: rgb(221, 70, 70);
  animation: none;
}
.floating-button.open::after {
  animation: none;
  opacity: 0;
}

.chat-window {
  position: fixed;
  bottom: 60px;
  right: 0.9%;
  width: 500px;
  height: 90vh;
  min-height: 300px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(8, 65, 112, 0.15),
    0 0 0 1px rgba(8, 65, 112, 0.1);
  z-index: 999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.blingDot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1fef1f;
  display: inline-block;
  transform: translateY(-4px);
  box-shadow: 0 0 0 0 rgba(31, 239, 31, 0.7);
  animation: bling 1.2s infinite ease-out;
}
@keyframes bling {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 239, 31, 0.7);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(31, 239, 31, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 239, 31, 0);
  }
}

.chat-header {
  background: linear-gradient(135deg, #084170 0%, #0c5aa6 100%);
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-header-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #24d29a 0%, #20c997 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.chat-status {
  margin: 0;
  font-size: 12px;
  opacity: 0.8;
}

.chat-close-btn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.chat-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cb-slider {
  margin: 15px 0;
}
.reficon {
  background: var(--primaryG);
  width: 24px;
  height: 24px;
  display: grid;
  place-content: center;
  border-radius: 4px;
  color: #fff;
}
.propertyimg img {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.cb-slider .slick-slide,
.cb-slider .slick-slide div {
  height: 100%;
}
.cb-card-amenities {
  min-height: 43px;
  align-items: baseline;
}
.pcardTitle {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-messages {
  flex: 1 1;
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(
    359deg,
    rgb(246 251 255) 0%,
    rgb(255 255 255) 90%
  );
}

.chat-messages::-webkit-scrollbar {
  width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.chat-messages::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.message-container {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.message-container.user {
  justify-content: flex-end;
}

.message-container.bot {
  justify-content: flex-start;
}

.message-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.message-avatar.bot {
  background: linear-gradient(135deg, #24d29a 0%, #20c997 100%);
}

.message-avatar.user {
  background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}

.message-bubble {
  max-width: 75%;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
}

.message-bubble.user {
  border-radius: 18px 18px 4px 18px;
  background: linear-gradient(135deg, #084170 0%, #0c5aa6 100%);
  color: white;
}

.message-bubble.bot {
  border-radius: 18px 18px 18px 4px;
  background: #dfefff;
  color: #334155;
}

.typing-indicator {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.typing-bubble {
  padding: 12px 16px;
  border-radius: 18px 18px 18px 4px;
  background: #ffffff;
  display: flex;
  gap: 4px;
  align-items: center;
  box-shadow: 0px 3px 13px 1px rgb(169 169 169 / 28%);
}

.typing-dot {
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #084170 0%, #0c5aa6 100%);
  border-radius: 50%;
  animation: typing 1.4s infinite;
}

.typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.chat-input-container {
  padding: 15px;
  border-top: 1px solid #e2e8f0;
  background: white;
  position: relative;
  z-index: 2;
}
.moreOptionWrapper {
  width: 100%;
  position: absolute;
  bottom: 0%;
  background: #fff;
  padding: 30px 20px 0;
  background: linear-gradient(
    180deg,
    rgb(196 220 239) 0%,
    rgb(255 255 255) 90%
  );
  left: 0;
  border-radius: 30px 30px 0 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
}
.moreOptionWrapper.show {
  transition: 0.5s;
  opacity: 1;
  bottom: 100%;
  max-height: 1000px;
  overflow: visible;
}
.moreoptionInner ul {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.moreoptionInner ul li {
  flex: 1 1;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 13px 1px rgb(206 226 242);
  display: grid;
  place-content: center;
  align-items: center;
  grid-gap: 10px;
  grid-gap: 10px;
  gap: 10px;
  transition: 0.5s;
}
.moreoptionInner ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 3px 13px 1px rgb(196, 218, 236);
  transition: 0.5s;
}
.moreoptionInner ul li svg {
  font-size: 24px;
  margin: 0 auto;
}
.moreoptionInner ul li:nth-child(1) svg {
  color: #ed5353;
}
.moreoptionInner ul li:nth-child(2) svg {
  color: #11bd11;
}
.moreoptionInner ul li:nth-child(3) svg {
  color: #25d366;
}
.moreoptionInner ul li span {
  color: var(--primaryB);
  font-weight: 600;
}
.chat-input-wrapper {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  background: #fff;
  flex-flow: wrap;
}

.chat-textarea {
  flex: 1 1;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 14px;
  resize: none;
  min-height: 44px;
  max-height: 100px;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}

.chat-textarea:focus {
  border-color: #24d29a;
}

.chat-send-btn {
  border: none;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.moreoption {
  border: none;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--primaryG);
  background: #22cf9930;
  font-size: 20px;
}
.moreoption:hover,
.moreoption.active {
  color: #fff;
  background: var(--primaryG);
}
.moreClose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0px 3px 13px 1px rgb(169 169 169 / 28%);
}

.chat-send-btn.active {
  background: linear-gradient(135deg, #24d29a 0%, #20c997 100%);
  transform: scale(1);
}

.chat-send-btn.inactive {
  background: #e2e8f0;
  cursor: not-allowed;
  transform: scale(0.95);
}

/* Animations */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes typing {
  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .chat-window {
    width: calc(100vw - 20px);
    right: 10px;
    left: 10px;
    height: 70vh;
  }

  .floating-button {
    right: 20px;
    bottom: 20px;
  }
}

.chat-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0 / 56%);
  z-index: 999;
}

/* Animation Keyframes */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideLeftFadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* Existing Chat Window Animation */
.chat-window {
  animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Closing Animation */
.chat-window.closing {
  animation: slideLeftFadeOut 0.3s ease forwards;
}
.chatImgWrapper {
  width: 130px;
  height: 70px;
  /* border-radius: 50%; */
  background: var(--primaryB);
  display: grid;
  place-content: center;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 33%,
    83% 33%,
    83% 100%,
    17% 100%,
    17% 33%,
    0 33%
  );
          clip-path: polygon(
    50% 0%,
    100% 33%,
    83% 33%,
    83% 100%,
    17% 100%,
    17% 33%,
    0 33%
  );
  margin: 0 auto 20px;
}
.chatImgWrapper img {
  width: 70px;
}
.chat-welcome-banner h3 {
  text-align: center;
  color: var(--secondaryB);
  font-weight: 600;
  font-size: 22px;
}
.chat-welcome-banner p {
  text-align: center;
}
.chat-clear-btn {
  background: #ffffff14;
  border: 1.5px solid #ffffff30;
  color: #fff;
  border-radius: 44px;
  padding: 6px 9px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
.chat-clear-btn svg {
  font-size: 16px;
}
.chat-clear-btn span {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.5s;
  margin-left: 0;
}
.chat-clear-btn:hover {
  background: #0c5aa6;
  color: white;
}
.chat-clear-btn:hover span {
  max-width: 200px;
  transition: 0.5s;
  margin-left: 5px;
}
.chat-suggestions {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.titlebar:has(+ .cb-slider) {
  color: #0a4b86;
  font-weight: 600;
}
.chat-suggestions .suggestion-tag {
  color: var(--primaryG);
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(8, 65, 112, 0.25);
  border-radius: 8px;
  background: #fff;
  padding: 5px 15px;
  transition: 0.5s;
}
.chat-suggestions .suggestion-tag:hover {
  background: var(--primaryG);
  color: #fff;
  transition: 0.5s;
}

/* conformation modal */
.confirm-modal {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.confirm-box {
  background: white;
  padding: 24px;
  border-radius: 12px;
  max-width: 90%;
  width: 320px;
  box-shadow: 0px 3px 13px 1px rgba(8, 65, 112, 0.15);
  text-align: center;
  animation: fadeIn 0.3s ease;
}

.confirm-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0c5aa6;
}

.confirm-box p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #334155;
}

.confirm-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.confirm-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: 0.3s ease;
}

.confirm-btn.confirm {
  background: #ef4444;
  color: white;
}

.confirm-btn.cancel {
  background: #e2e8f0;
  color: #334155;
}

.confirm-btn:hover.confirm {
  background: #dc2626;
}

.confirm-btn:hover.cancel {
  background: #cbd5e1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.lowerbar {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-top: 3px;
}
/* chatbot AI */

@media (min-width: 1250px) {
  .listingWrapper .container {
    max-width: 1300px;
  }
}
@media (min-width: 1700px) {
  .listingWrapper .container {
    max-width: 1500px;
  }
}

.css-13cymwt-control,
.css-t3ipsp-control {
  min-height: 42px !important;
  box-shadow: none !important;
}
.login_code {
  padding-right: 1px !important;
  font-size: 14px;
  max-width: 90px;
  padding-left: 0px;
  font-size: 12px !important;
}
.css-hlgwow {
  padding-right: 0 !important;
}
.css-1xc3v61-indicatorContainer {
  padding: 8px 0px !important;
}
.signupselect__menu {
  min-width: 400px !important;
  width: auto !important; /* so it can expand beyond the control */
}
.mobileNoInput {
  padding-left: 15px !important;
}
@media (max-width: 575px) {
  .signupselect__menu {
    min-width: 300px !important;
    width: auto !important; /* so it can expand beyond the control */
  }
  .paction {
    padding: 10px 8px;
  }
  .clock-icon,
  .chat-icon,
  .video-icon {
    width: 24px;
    height: 24px;
  }
  .clock-icon img,
  .chat-icon img,
  .video-icon img {
    width: 12px;
  }
  .paction .btn-sm {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .section-title > h2,
  .inner-page-title h2 {
    font-size: 20px;
  }
}
.plist.slick-slider .pthumb_holder_shade img {
  aspect-ratio: 4 / 3;
}
.plist.slick-slider .slick-track {
  padding: 8px 0;
}
@media (min-width: 1700px) {
  .singleSlider .slick-slide img {
    /* max-height: 560px;
    width: 100%; */
  }
}
.yoursavingContent p strong {
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}
.yoursavingContent p strong:hover {
  color: var(--primaryG);
  transition: 0.5s;
}
button.clearbtn.btn {
  padding: 0 5px;
  color: var(--secondaryG);
  font-weight: 100;
  margin-left: auto;
}

.detailsText {
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}
.detailsText:hover {
  color: var(--green1);
}

@media (min-width: 992px) and (max-width: 1349.98px) {
  .paction {
    padding: 10px 10px;
    gap: 5px;
  }
  .clock-icon,
  .chat-icon,
  .video-icon {
    width: 25px;
    height: 25px;
  }
  .clock-icon img,
  .chat-icon img,
  .video-icon img {
    width: 12px;
  }
  .paction .btn-sm {
    font-size: 10px;
  }
}

/* 04.09.2025 */
.notifivationbox {
  background: #dceaf7;
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #212529;
  padding: 10px 30px 14px;
  border-radius: 7px;
  width: 100%;
  max-width: 550px;
  margin-left: 40px;
  flex: 1 1;
}
.optionAccodion .accordion-item {
  border-radius: 7.5px !important;
  margin-bottom: 28px;
  border: 2px solid #0841701a;
}
.optionAccodion .accordion-item:has(.collapsed) {
  border: none;
  border-bottom: 2px solid #6693c633;
  transition: 0.5s;
}
.optionAccodion .accordion-header strong {
  font-family: Mulish;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #084170;
  display: block;
  margin-left: 30px;
}
.optionAccodion .accordion-header button {
  padding: 15px 40px;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}
.optionAccodion .accordion-header span {
  color: #6694c7;
  transform: rotate(90deg);
  transition: 0.5s;
}
.optionAccodion .accordion-item:has(.collapsed) .accordion-header span {
  transform: rotate(0deg);
  transition: 0.5s;
}
.optionAccodion .accordion-button::after {
  display: none;
}
.optionAccodion .accordion-body {
  background: transparent;
  padding: 0 60px 20px 90px;
}
.optionAccodion .accordion-body .optionItem {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.optionAccodion .accordion-body .optionHead {
  margin-bottom: 0px;
  margin-top: 28px;
}

/* gllitway */
.gllitWay {
  background: linear-gradient(360deg, #e6f8ef 83.09%, #ffffff 100%);
  padding: var(--spacer) 0 100px;
  position: relative;
  z-index: 1;
}
.gllitwayContent h2 {
  font-family: Mulish;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primaryB);
  margin-bottom: 7px;
}
.gllitwayContent p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #212529;
}
.gllitwayContent {
  max-width: 727px;
}
.mobileGllitwaytop {
  display: none;
}
.gllitwayCard {
  margin-top: 26px;
  max-width: 360px;
}
.gllitwayCard h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212529;
  margin: 12px 0 7px;
}
.gllitwayCard h6 {
  font-family: Mulish;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212529;
  margin-bottom: 20px;
}
.gllitwayCard p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #212529;
  margin-bottom: 0;
}
.gllitwayimg2 {
  margin-top: 35px;
}
.gllitwayCard ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}
.gllitwayCard ul li {
  display: flex;
  gap: 5px;
}
.gllitwayCard ul li img {
  transform: translateY(3px);
}
.gllitwayCard ul li span {
  display: inline-block;
  flex: 1 1;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #212529;
}
.mt-60 {
  margin-top: 60px;
}
.gllitwayimg2 img {
  width: 100%;
  max-width: 620px;
  display: table;
  margin-left: auto;
}
.gllitwayCard ul li span strong {
  font-weight: 600;
}
.gllitwayWrapper {
  background: #d1f1e2;
  border-radius: 10px;
  padding: 36px 24px 36px 30px;
  max-width: 903px;
  margin: auto;
}
.gllitwayimg {
  background: #ffffff40;
  padding: 30px 20px;
  display: table;
  margin-left: auto;
  border-radius: 10px;
}
.gllitwayWrapper img {
  border-radius: 10px;
}
/* gllitway */

/* do more */
.domoreSec {
  position: relative;
  z-index: 1;
}
.domoreSec::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 41%;
  background: #e6f8ef;
  z-index: -1;
}
.domoreSec h2 {
  font-family: var(--font-mulish);
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--primaryB);
  margin-bottom: 37px;
}
.listItem {
  box-shadow: 0px 0px 10px 0px #00000026;
  background: #fff;
  padding: 40px 18px 60px;
  min-height: 222px;
}
.domoreSec .slick-track .slick-active:nth-child(odd) .listItem {
  border-bottom: 6px solid #d9edfc;
}
.domoreSec .slick-track .slick-active:nth-child(even) .listItem {
  border-bottom: 6px solid #cdf3e1;
}
.domoreSec .slick-slide {
  padding: 8px 16.5px;
}
.domoreSec .slick-slide img {
  display: inline-block;
}
.list-listitem {
  gap: 24px;
  padding: 0;
  list-style: none;
}
.moreItem h4 {
  margin: 0;
  margin-top: 20px;
  font-family: var(--font-mulish);
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--primaryB);
}
/* do more */

/* download app */
.downloadappsec {
  background: #0d4a74;
  margin-top: 170px;
  padding: 30px 0 48px;
}
.downloadImg {
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translateX(-66%);
  z-index: 1;
}
.downloadImgWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.downloadappWrap {
  position: relative;
  z-index: 2;
}
.scanWrapper h4 {
  font-family: Mulish;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 18px;
}
.scanimg {
  padding: 4.7px;
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(180deg, #24d29a 0%, rgba(19, 108, 79, 0.85) 100%);
  width: 100px;
  box-sizing: border-box;
}
.scanimginner {
  background: #fff;
  border-radius: 5px;
  padding: 2px;
}
.scanimg img {
  width: 100%;
  height: auto;
}
.downloadappWrap h2 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 45px;
}
.downloadappWrap h2 img {
  max-width: 60px;
}
.downloadappWrap h2 figure {
  display: inline-block;
  transform: translateY(-13px);
  margin-left: 5px;
}
.downloadappWrap .downloadBtns {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.savingSec {
  background: #f2f2f2;
}
.desktopEdit {
  display: none;
}
.downloadcard {
  background: #ffffff26;
  padding: 30px 15px;
  border-radius: 10px;
  border-bottom: 4px solid #24d29a99;
  position: relative;
  min-height: 166px;
}
.downloadtop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.downloadtop h4 {
  font-family: var(--font-mulish);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primaryG);
}
.downloadcard p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.downloadmore {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
/* download app */
.homeCalculator-bottom {
  margin-top: 96px;
}
.homeCalculator-bottom .btn.btn-primary {
  margin-top: 20px;
}

/* details page */
.singleSlider .item {
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex !important;
}
/* details page */
.normal-propCard {
  display: none;
}
@media (max-width: 1400px) {
  .notifivationbox {
    max-width: 360px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .menunavlist {
    display: grid;
    grid-gap: 0;
    gap: 0;
    margin-right: 0px;
  }
  .menunavlist li {
    border-bottom: var(--nav-item-border) !important;
  }
  .menunavlist li a {
    display: block;
    text-align: left;
    padding: 12px 0;
  }
}
@media (max-width: 767.98px) {
  .textlabel .gllitEdgeBtn {
    padding: 8px 15px;
  }
  .notifivationbox {
    max-width: 100%;
    margin-left: 0px;
    padding: 10px;
    font-size: 14px;
  }
  .optionAccodion .accordion-header button {
    padding: 20px 15px;
  }
  .optionAccodion .accordion-header strong {
    margin-left: 20px;
  }
  .optionAccodion .accordion-body {
    padding: 0 15px 15px 15px;
  }
  .optionAccodion .accordion-item {
    margin-bottom: 20px;
  }
  .gllitwayimg {
    margin: 30px auto 0;
  }
  .desktopEdit {
    display: none;
  }
  .mobileEdit {
    display: flex;
    font-size: 15px;
    font-weight: 500;
  }
  .topbtns {
    justify-content: center;
  }
  .uploadedLower .form-check {
    margin: 0;
  }
  .uploadedLower .form-check label {
    font-size: 15px;
    font-weight: 500;
  }
  .uploadedLower .btnremove {
    font-weight: 500;
  }
  #aimodal .modal-body {
    padding: 0 17.5px;
  }
  .desktopgllitwayContent {
    display: none;
  }
  .mobileGllitwaytop {
    display: block;
    order: -2;
  }
  .gllitwayContent {
    max-width: 727px;
    padding: 0 15px;
  }
  .gllitWay .col-md-5 {
    order: -1;
  }
  .gllitwayCard {
    margin-top: 50px;
    max-width: 100%;
    padding: 0 15px;
  }
  .gllitWay .btn.btn-primary {
    display: table;
    margin: 60px auto 0;
  }
  .domoreSec .col-sm-12 {
    padding: 0;
  }
  .listItem {
    padding: 60px 35px 60px !important;
    min-height: 340px;
  }
  .domoreSec .slick-slide img {
    max-width: 64px !important;
  }
  .scanWrapper {
    display: none;
  }
  .gllitwayCard h3 {
    margin: 20px 0 7px;
  }
  .downloadappsec .col-xl-6:nth-child(2) {
    background: linear-gradient(360deg, #0d4a74 59.86%, #053c62 100%);
    padding: 50px 15px;
  }
  .downloadappsec .col-xl-6:nth-child(2) .row {
    flex-flow: nowrap;
  }
  .downloadappsec .col-xl-6:nth-child(2) .row .col-sm-4 {
    width: 33.33%;
  }
  .downloadImgWrap {
    max-width: 90%;
    margin: 0 auto 60px;
  }
  .downloadImg {
    left: inherit;
    right: 30px;
    bottom: 0;
    z-index: 1;
    transform: none !important;
  }
  .downloadBtns img {
    height: auto;
    max-width: 142px !important;
    width: 142px;
  }
  .downloadappWrap h2 {
    font-size: 24px;
  }
  .downloadImg img {
    max-width: 278px !important;
    height: auto;
  }
  .downloadappsec {
    margin-top: 140px !important;
    padding-bottom: 0;
  }
  .downloadcardIcon {
    width: 100%;
    text-align: center;
  }
  .downloadtop {
    flex-flow: wrap;
  }
  .downloadcard p {
    display: none;
  }
  .downloadcard {
    min-height: 140px;
  }
  .downloadmore {
    position: absolute;
    right: inherit;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .homeCalculator-bottom {
    display: none;
  }
  .domoreSec .listItem {
    border-bottom: 6px solid #cdf3e1;
  }
  .domoreSec .slick-track .slick-active:nth-child(odd) .listItem {
    border-bottom: 6px solid #d9edfc !important;
  }
  .normal-propCard {
    display: block;
  }
  .slider-propCard {
    display: none;
  }
  .downloadappsec .container {
    max-width: 100%;
  }
}
@media (max-width: 370.98px) {
  .mobileEdit,
  .uploadedLower .form-check label,
  .btnremove {
    font-size: 13px;
  }
  .text-sm-end.col-sm-8 .regStep6,
  .text-sm-end.col-sm-8 .regStep7 {
    margin-right: 5px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 450px) {
  .domoreSec .slick-slide {
    padding: 8px 10px;
  }
  .listItem {
    padding: 30px 15px 30px !important;
    min-height: 240px;
  }
  .moreItem h4 {
    font-size: 14px;
  }
  .domoreSec .slick-slide img {
    max-width: 44px !important;
  }
  .downloadImg {
    display: none;
  }
  .downloadtop h4 {
    font-size: 11px;
  }
  .downloadcard {
    min-height: 120px;
    padding: 20px 11px;
  }
  .downloadmore {
    bottom: 15px;
  }
  .downloadImg {
    display: block;
  }
  .downloadImg img {
    max-width: 150px !important;
    height: auto;
  }
  .downloadBtns img {
    max-width: 92px !important;
  }
  .downloadImg {
    right: 0;
    transform: none !important;
  }
  .downloadappWrap h2 {
    margin-bottom: 24px;
  }
  .downloadImgWrap {
    margin-bottom: 30px;
  }
  .downloadappWrap h2 {
    font-size: 20px;
  }
  .downloadappsec .col-md-6:nth-child(2) {
    padding: 30px 15px;
  }
  .downloadappsec {
    margin-top: 80px !important;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .textlabel b {
    font-size: 14px;
  }
  .textlabel .gllitEdgeBtn {
    font-size: 13px;
    padding: 8px 15px;
  }
  .notifivationbox {
    max-width: 360px;
    margin-left: 0;
    flex: 1 1;
    font-size: 13px;
    padding: 15px;
  }
  .optionAccodion .accordion-header button {
    padding: 15px 20px;
  }
  .optionAccodion .accordion-body {
    padding: 0 30px 20px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1299.98px) {
  .textlabel b {
    font-size: 14px;
  }
  .textlabel .gllitEdgeBtn {
    font-size: 13px;
    padding: 8px 15px;
  }
  .notifivationbox {
    max-width: 360px;
    margin-left: 0;
    flex: 1 1;
    font-size: 13px;
    padding: 15px;
  }
}

.msg-text {
  margin-bottom: 8px;
  line-height: 1.5;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 12px;
  gap: 12px;
  margin-top: 10px;
}
.property-card {
  display: block;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}
.card-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.card-price {
  font-weight: 700;
  margin-bottom: 4px;
}
.card-location {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 8px;
}
.card-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.amenity-chip {
  font-size: 12px;
  background: #f3f4f6;
  padding: 4px 6px;
  border-radius: 6px;
}
.amenity-more {
  font-size: 12px;
  opacity: 0.8;
}

@media (min-width: 1900px) {
  .list-unstyled {
    gap: 33px;
  }
  .customrow {
    --bs-gutter-x: 60px;
  }
  .uploadedLower {
    padding: 9px 10px 0;
  }
}
@media (min-width: 1900px) {
  #plisting_home .container,
  .gllitWay .container,
  .domoreSec .container,
  .downloadappsec .container {
    max-width: 1704px;
  }
  .listItem {
    padding: 60px 35px 109px;
    min-height: 340px;
  }
  .moreItem h4 {
    font-size: 20px;
  }
  .gllitWay {
    padding: var(--spacer) 0 140px;
  }
  .downloadappWrap h2 {
    font-size: 24px;
  }
  .scanWrapper {
    margin-right: 80px;
  }
  .downloadtop h4 {
    font-size: 20px;
  }
  .downloadcard p {
    font-size: 14px;
    line-height: 20px;
  }
  .downloadcard {
    padding: 25px 26px 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1899.98px) {
  .listItem {
    min-height: 260px;
  }
}
@media (max-width: 1399.98px) {
  .downloadImg img {
    max-width: 240px;
    height: auto;
  }
  .downloadappWrap .downloadBtns {
    gap: 10px;
  }
  .downloadBtns img {
    height: auto;
    max-width: 90px;
  }
  .downloadappsec {
    margin-top: 100px;
  }
  .listItem {
    padding: 30px 18px 40px;
  }
  .domoreSec .slick-slide img {
    max-width: 40px;
    height: auto;
  }
  .downloadImg {
    transform: translateX(-60%);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .downloadImg {
    display: none;
  }
  .downloadcardIcon {
    display: none;
  }
  .downloadcard {
    padding: 30px 11px;
  }
  .downloadtop h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .downloadcard {
    min-height: 129px;
  }
  .downloadcard p {
    -webkit-line-clamp: 5;
    min-height: 58px;
  }
  .downloadappWrap h2 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .downloadBtns img {
    height: auto;
    max-width: 80px;
  }
  .scanWrapper h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .downloadmore {
    right: 41%;
  }
  .homeCalculator-bottom {
    margin-top: 76px;
  }
  .desktopgllitwayContent {
    display: none;
  }
  .mobileGllitwaytop {
    display: block;
  }
  .gllitwayCard h3 {
    font-size: 20px;
  }
  .gllitwayCard h6 {
    font-size: 16px;
  }
  .gllitwayCard ul li span {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .downloadImg {
    display: none;
  }
  .downloadcardIcon {
    display: none;
  }
  .downloadBtns img {
    max-width: 100px;
  }
  .downloadcard {
    min-height: 140px;
  }
  .downloadcard p {
    -webkit-line-clamp: 5;
    min-height: 58px;
  }
  .downloadtop {
    margin-bottom: 6px;
  }
  .downloadmore {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .downloadImg {
    display: block;
    bottom: 0;
  }
  .downloadImgWrap {
    max-width: 80%;
    margin: auto;
    padding-bottom: 60px;
  }
  .downloadappsec .col-xl-6:nth-child(2) {
    background: linear-gradient(360deg, #0d4a74 59.86%, #053c62 100%);
    padding: 50px 15px;
  }
  .downloadappsec .container {
    max-width: 100%;
  }
  .downloadappsec {
    padding-bottom: 0;
  }
  .downloadmore {
    right: inherit !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

