@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;
}

.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);
}

.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;
}

.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;
}

.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);
}

@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;
}

.plist-wrap {
  border: 1px solid var(--grey4);
  padding: 8px;
  border-radius: 5px;
  box-shadow: 0 0 1px rgb(0 0 0 / 10%);
}

.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: -10px;
}

.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);
}

.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;
}

/*.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;
}
.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 {
  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: 10px;
}

.pname > h4 {
  font-family: var(--font-mulish);
  font-size: 1.25rem;
  font-weight: var(--fw-semi);
  margin-bottom: 3px;
  line-height: 1.2;
  color: var(--secondaryG);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.pname > address {
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-flex;
  align-items: flex-start;
  margin-top: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.pprice {
  font-size: var(--fs-heading-4);
  font-weight: var(--fw-bold);
}

.pspecs-col {
  margin-left: 1.5rem;
  display: flex;
}

.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: 18px;
  margin-bottom: 5px;
  /* gap: 12px; */
}

.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;
}

.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;
}

.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;
  }
}

/* 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: flex;
  align-items: 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: 220px;
  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;
}

.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-right: 7px;
  margin-top: -3px;
}

.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: 85px;
  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;
}

.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: 15px;
}
.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;
}
.ownership svg {
  fill: #07c883;
  height: 23px;
  width: 23px;
}

.listed-sec {
  border-top: 1px solid #ebfef6;
  /*margin-top: 50px;*/
  color: var(--grey1);
}

.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 {
  height: 22.39px;
}

.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);
}

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

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

.container-loader-outer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  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: 11;
}

.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.57ed263b.jpg) 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: -20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 10px;
  cursor: pointer;
}

.dropbtn {
  background-color: transparent;
  color: black;
  border: none;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  border-radius: 50%;
}

.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;
}

.dropdown: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;
}
.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;
  }
}

@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;
}

.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: 0;
  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: 80px;
  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;
  }
}

@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);
  }
}

