/* ===================== Table Content Start ======================= 

Project Name 	:  Grnata
File 			:  CSS Base
Version 		:  1.0.0
Created     	:  09/02/2025
Author 			:  eye3designs@gmail.com

======================== Table Content End ===================== */
/*-- 1. VARIABLES --*/
:root {
  --theme-font: "Helvetica Neue LT Std";
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #101820;
  --theme-color: #FCEE1F;
  --light-color: #C6CCD4;
  --color-gray: #585D63;
  --text-color-rgb: 30, 45, 125;
  --header-background-color: rgba(0, 0, 0, 0);
  --header-fixed-color: rgba(0, 0, 0, 0.75);
  --header-border-color: rgba(255, 255, 255, 30%);
  --base-text-font-size: 15px;
  --default-text-font-size: 15px;
  --text-font-weight: 400;
  --text-font-medium-weight: 500;
  --text-font-style: normal;
  --text-font-bolder-weight: bolder;
  --border-color-rgb: 225, 227, 228;
  --border-color: #e1e3e4;
  --page-title-background: #EBEBEB;
}

section,
header,
footer,
main {
  height: auto;
  clear: both;
}

section,
header,
footer,
main {
  width: 100%;
  position: relative;
}

.loginModal .modal-dialog .modal-content .modal-body .login-form .or-block::before, .add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block .search-property .input-box::before, .add-details-page .details-header .details-tabs .details-link span::after, .add-details-page .details-header .details-tabs .details-link span::before, .add-details-page .details-header .details-tabs .details-link::after, .sell-property-page-title::before, .projects-details-page .details-animate-tab .content-wrapper .more-link a::before, .projects-details-page .details-animate-tab .content-wrapper .nearby-block ul li::before,
.projects-details-page .details-animate-tab .content-wrapper .ul-block ul li::before, .projects-details-page .details-animate-tab .content-wrapper .moreless-button::before, .projects-details-page .details-animate-tab .image-gallery .item3::before, .more-projects .project-detail .content-block .more-details li::before, .more-projects .project-detail .image-block::before, .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li::before, .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block::before, .property-details-page .content-wrapper .nearby-block ul li::before,
.property-details-page .content-wrapper .ul-block ul li::before, .property-details-page .content-wrapper .moreless-button::before, .property-details-page .image-gallery-two .item5::before, .google-map::before, .about-page-title::before, .service-section-home .service-wrapper .service-item figure::before, .main-slider-home .caption-block .search-tab .nav-tabs .nav-item .nav-link::before, .main-slider-home .heroSlider .slider-item::before, .main-slider-home .heroSlider .slider-item::after, footer .footer-main::before, .add-property-popup::before, .header-popup-search::before, .header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu::before, .header .header-wrapper .menu-wrapper .sub-menu::before {
  position: absolute;
  content: "";
}

/*-- 2. MIXIN --*/
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*-- 3. MEDIA QUERIES --*/
.btn-link {
  background-color: var(--color-dark);
  color: var(--color-white);
  font-size: 16px;
  padding: 12px 30px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: none;
}
@media (max-width: 1279px) {
  .btn-link {
    font-size: 14px;
  }
}
.btn-link:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn-link.btn-link-light {
  background-color: var(--color-white);
  color: var(--color-dark);
}
.btn-link.btn-link-light:hover {
  background-color: var(--theme-color);
}
.btn-link:focus-visible, .btn-link:active {
  background-color: var(--color-dark) !important;
  color: var(--color-white) !important;
}

.btn-border-link {
  background-color: transparent;
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  font-size: 16px;
  padding: 12px 30px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 1279px) {
  .btn-border-link {
    font-size: 14px;
  }
}
.btn-border-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--theme-color);
  margin-left: 15px;
}
.btn-border-link i img {
  width: 16px;
}
.btn-border-link.background-link {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.btn-border-link:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.btn-border-link:focus-visible, .btn-border-link:active {
  background-color: var(--color-dark) !important;
  color: var(--color-white) !important;
}

.btn-border-light {
  border: 1px solid #D6D6D6;
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  background-color: transparent;
  align-items: center;
}
.btn-border-light span {
  display: flex;
}
@media (max-width: 1279px) {
  .btn-border-light {
    font-size: 14px;
  }
}
.btn-border-light:hover, .btn-border-light:focus-visible, .btn-border-light:active {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-white);
}

.tbtn {
  display: flex;
  height: 48px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
}

.btn-fill-theme {
  border: 1px solid var(--theme-color);
  color: var(--color-dark);
  font-size: 16x;
  font-weight: bold;
  padding: 10px 30px;
  background-color: var(--theme-color);
  align-items: center;
}
@media (max-width: 1279px) {
  .btn-fill-theme {
    font-size: 14px;
  }
}
.btn-fill-theme span {
  display: flex;
  align-items: center;
}
.btn-fill-theme span i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.btn-fill-theme span i img {
  width: 100%;
}
.btn-fill-theme span i svg {
  width: 16px;
  height: 16px;
}
.btn-fill-theme span i svg path {
  fill: var(--color-dark);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn-fill-theme:hover, .btn-fill-theme:focus-visible, .btn-fill-theme:active {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-white);
}
.btn-fill-theme:hover span i svg path, .btn-fill-theme:focus-visible span i svg path, .btn-fill-theme:active span i svg path {
  fill: var(--color-white);
}

.btn-view {
  background-color: var(--color-dark);
  color: var(--color-white);
  border: 1px solid var(--color-dark);
  font-size: 16px;
  padding: 8px 10px;
  padding-left: 15px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 1279px) {
  .btn-view {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .btn-view {
    display: none;
  }
}
.btn-view i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: var(--theme-color);
  margin-left: 15px;
}
.btn-view i img {
  width: 8px;
}
.btn-view:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.btn-view:focus-visible, .btn-view:active {
  background-color: var(--color-dark) !important;
  color: var(--color-white) !important;
}

/*-- 4. RESET --*/
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: auto;
  font-family: var(--theme-font);
  color: var(--color-black);
  background-color: #FBFBFB;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid var(--theme-color);
}

ul {
  margin: 0;
  padding: 0;
  display: block;
}

li {
  list-style: none;
  font-family: var(--theme-font);
}

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  box-shadow: none !important;
  font-family: var(--theme-font);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

button,
input,
optgroup,
select,
textarea,
:focus,
:focus-visible {
  margin: 0;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: inherit;
  font-weight: normal;
  margin-bottom: 15px;
}

h1 {
  font-size: 75px;
  font-weight: bold;
}
@media (max-width: 1699px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 1699px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1399px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 1699px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1699px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 1399px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.is_relative {
  position: relative;
}

section,
div,
footer {
  scroll-margin-top: 150px;
}

.o-hidden {
  overflow: hidden;
}

section,
header,
footer,
main {
  position: relative;
}

.container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1700px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1699px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 17px;
  }
}

.mainContent {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .mainContent {
    padding: 40px 0;
  }
}

@media (max-width: 1279px) {
  .w-full {
    width: 100%;
  }
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.align-center {
  align-items: center;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #191919;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-black);
  color: var(--color-white);
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--color-black);
  color: var(--color-white);
}

.select2-results__options {
  font-size: 14px;
}
.select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--color-black);
  outline: 1px solid var(--color-black);
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option:hover, select option:checked, select option:focus, select option:active {
  background: var(--color-dark) !important;
  color: var(--color-white) !important;
}

div.site_loder {
  display: flex;
  width: 100%;
  background: #fff;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
div.site_loder div {
  text-align: center;
}
div.site_loder img {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: pulse;
  -moz-animation-duration: 1500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: pulse;
  -ms-animation-duration: 1500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: pulse;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 576px) {
  div.site_loder img {
    width: 350px;
  }
}
@keyframes overflow-repeat-x {
  0% {
    left: 50%;
  }
  49.999% {
    left: -10%;
  }
  50% {
    left: 110%;
  }
  100% {
    left: 50%;
  }
}
@keyframes overflow-repeat-y {
  0% {
    top: 50%;
  }
  49.999% {
    top: -10%;
  }
  50% {
    top: 110%;
  }
  100% {
    top: 50%;
  }
}
@keyframes overflow-repeat-x-trans {
  0%, 100% {
    transform: translate(0);
  }
  49.999% {
    transform: translate(-200%);
  }
  50% {
    transform: translate(200%);
  }
}
@keyframes enter-from-right {
  0% {
    transform: translate(100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes enter-from-left {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0px, 50px);
  }
  80% {
    transform: translate(0px, -80px);
  }
}

.header {
  background-color: var(--color-white);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
}
.header.header-home {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header .header-wrapper {
  width: 100%;
  max-height: 80px;
  display: flex;
}
.header .header-wrapper .logo {
  background-color: var(--color-dark);
  width: 200px;
  height: 80px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-wrapper .logo img {
  width: 120px;
  height: 38px;
}
@media (max-width: 991px) {
  .header .header-wrapper .logo {
    width: 100%;
  }
}
.header .header-wrapper .header-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 197px;
  height: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.3s ease;
  z-index: 999;
}
.header .header-wrapper .header-search .form-control {
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  border: 1px solid #D6D6D6;
  border-radius: 50px;
  font-size: 14px;
  color: #878B8F;
}
.header .header-wrapper .header-search .form-control::-moz-placeholder {
  color: #878B8F;
}
.header .header-wrapper .header-search .form-control::placeholder {
  color: #878B8F;
}
.header .header-wrapper .header-search span {
  width: 36px;
  height: 36px;
  background-color: var(--color-dark);
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-wrapper .header-search span img {
  filter: invert(1);
  width: 14px;
  height: 14px;
}
@media (max-width: 991px) {
  .header .header-wrapper .header-search {
    display: none;
  }
}
.header .header-wrapper .header-search-tab {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 197px;
  height: 48px;
  z-index: 999;
  display: none;
}
.header .header-wrapper .header-search-tab .nav-tabs {
  border: none;
  background-color: #F3F3F3;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.header .header-wrapper .header-search-tab .nav-tabs .nav-item {
  width: 50%;
}
.header .header-wrapper .header-search-tab .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  background-color: transparent;
  font-size: 14px;
  color: #878B8F;
  position: relative;
  line-height: normal;
  height: 48px;
  width: 100%;
}
.header .header-wrapper .header-search-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.header .header-wrapper .header-search-tab .nav-tabs .nav-item .nav-link.active::before {
  background-color: var(--theme-color);
}
.header .header-wrapper .menu-wrapper {
  padding: 0px 40px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-wrapper .menu-wrapper .left-menu .menu-list {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.header .header-wrapper .menu-wrapper .left-menu .menu-list .menu-item .menu-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 30px 0px;
  display: block;
}
.header .header-wrapper .menu-wrapper .left-menu .menu-list .menu-item .menu-link.dropdown-toggle::after {
  display: none;
}
@media (max-width: 1279px) {
  .header .header-wrapper .menu-wrapper .left-menu .menu-list {
    gap: 20px;
  }
}
.header .header-wrapper .menu-wrapper .sub-menu {
  padding: 30px 0 15px;
  max-width: 450px;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  z-index: 9;
  background: var(--color-white);
  border-radius: 10px;
  border-top-left-radius: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.header .header-wrapper .menu-wrapper .sub-menu::before {
  left: 45px;
  right: 0;
  top: -7px;
  width: 15px;
  height: 15px;
  background-color: var(--color-white);
  transform: rotate(45deg);
  border-radius: 2px;
}
.header .header-wrapper .menu-wrapper .sub-menu .menu-inner {
  position: relative;
  max-width: 220px;
  width: 100%;
}
.header .header-wrapper .menu-wrapper .sub-menu .menu-inner .menu-title {
  font-size: 16px;
  color: var(--color-dark);
  margin-bottom: 26px;
  padding: 0px 30px;
  font-weight: 500;
}
.header .header-wrapper .menu-wrapper .sub-menu .menu-inner li .dropdown-item {
  padding: 12px 30px;
  font-size: 14px;
  line-height: normal;
  color: var(--color-dark);
}
.header .header-wrapper .menu-wrapper .sub-menu .menu-inner li .dropdown-item:hover {
  background-color: var(--theme-color);
}
.header .header-wrapper .menu-wrapper .sub-menu .menu-inner li.sub-drop .sub-dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: var(--color-white);
  padding: 0;
  border-left: 1px solid #E4E5E4;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.header .header-wrapper .menu-wrapper .sub-menu .menu-inner li.sub-drop .sub-dropdown-menu.show {
  display: block;
  opacity: 1;
}
.header .header-wrapper .menu-wrapper .sub-menu .menu-inner li.active > .dropdown-item {
  background-color: var(--theme-color);
}
.header .header-wrapper .menu-wrapper .sub-menu.show {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.header .header-wrapper .menu-wrapper .right-menu ul {
  display: flex;
  gap: 16px;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item {
  position: relative;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item a.tbtn {
  height: 48px;
  line-height: normal;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item a.btn-fill-theme {
  box-shadow: 0px 4px 4px #fffccf !important;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item a.user-login-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  width: 88px;
  height: 48px;
  justify-content: space-between;
  padding: 0 15px;
  padding-right: 10px;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item a.user-login-btn .burgger-menu {
  width: 16px;
  height: 12px;
  display: flex;
  align-items: center;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item a.user-login-btn .burgger-menu img, .header .header-wrapper .menu-wrapper .right-menu ul .link-item a.user-login-btn .burgger-menu svg {
  width: 16px;
  height: 12px;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item a.user-login-btn .user-icon {
  width: 32px;
  height: 32px;
  background-color: var(--color-dark);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item a.user-login-btn .user-icon img {
  width: 12px;
  height: 14px;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item.language-switcher {
  display: flex;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item.language-switcher .language-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item.language-switcher .language-btn .flag {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.header .header-wrapper .menu-wrapper .right-menu ul .link-item.language-switcher .language-btn .text {
  font-size: 14px;
  color: var(--color-dark);
  text-transform: uppercase;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 12px 0;
  width: 280px;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  z-index: 9;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu::before {
  right: 30px;
  top: -7px;
  width: 15px;
  height: 15px;
  background-color: var(--color-white);
  transform: rotate(45deg);
  border-radius: 2px;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu.group-theme-dropdown-menu {
  width: 474px;
  right: auto;
  left: 0;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu.group-theme-dropdown-menu::before {
  right: auto;
  left: 30px;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu.language-theme-dropdown-menu {
  width: 150px;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .input-links-block {
  padding: 24px 24px;
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .input-links-block li {
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .input-links-block li a {
  display: block;
  text-align: center;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .input-links-block li a.btn-rigister-link {
  font-size: 16px;
  color: var(--color-dark);
  font-weight: 500;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .input-links-block {
    padding: 15px 15px;
  }
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .profile-links-block {
  display: block;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 12px 0;
  margin-bottom: 12px;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .profile-links-block li a {
  font-size: 16px;
  color: var(--color-dark);
  padding: 12px 24px;
  display: block;
  line-height: normal;
}
@media (max-width: 1399px) {
  .header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .profile-links-block li a {
    padding: 10px 15px;
  }
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .more-menu-block {
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .more-menu-block li a {
  font-size: 16px;
  color: var(--color-dark);
  padding: 12px 24px;
  display: block;
  line-height: normal;
}
@media (max-width: 1399px) {
  .header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .more-menu-block li a {
    padding: 10px 15px;
  }
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block {
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block .menu-item {
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block .menu-item .menu-item-link {
  display: flex;
  gap: 20px;
  padding: 12px 24px;
}
@media (max-width: 1399px) {
  .header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block .menu-item .menu-item-link {
    padding: 10px 15px;
  }
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block .menu-item .icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block .menu-item .icon img {
  width: 26px;
  height: 26px;
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block .menu-item .text-block span {
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block .menu-item .text-block span.title {
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .group-link-block .menu-item .text-block span.text {
  color: #585D63;
  font-size: 14px;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .language-link-block {
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .language-link-block li {
  display: block;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu .language-link-block li a {
  padding: 12px 24px !important;
}
.header .header-wrapper .menu-wrapper .right-menu .theme-dropdown-menu.show {
  display: block;
  opacity: 1;
}
@media (max-width: 1279px) {
  .header .header-wrapper .menu-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .header .header-wrapper .menu-wrapper {
    display: none;
  }
}
.header.sticky-header {
  position: sticky;
  top: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
}
.header.sticky-header .header-wrapper .header-search {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-nav {
  background-color: var(--color-white);
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
@media (max-width: 991px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav .menu-grid {
  display: flex;
  align-items: center;
  gap: 0;
}
.mobile-nav .menu-grid .menu-item {
  width: 20%;
}
.mobile-nav .menu-grid .menu-item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 10px 10px;
  opacity: 0.5;
}
.mobile-nav .menu-grid .menu-item a .icon {
  width: 16px;
  height: 16px;
}
.mobile-nav .menu-grid .menu-item a .menu-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-dark);
}
@media (max-width: 449px) {
  .mobile-nav .menu-grid .menu-item a .menu-title {
    font-size: 10px;
  }
}
@media (max-width: 449px) {
  .mobile-nav .menu-grid .menu-item a {
    padding: 10px 0;
  }
}
.mobile-nav .menu-grid .menu-item a:hover {
  opacity: 1;
}

.header-popup-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  z-index: 999;
  background-color: var(--color-white);
  padding: 16px 16px;
  display: none;
}
.header-popup-search::before {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  opacity: 0.03;
}
.header-popup-search .tab-content {
  width: 100%;
  margin: 0 auto;
}
.header-popup-search .other-options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.header-popup-search .other-options .options-items {
  position: relative;
}
@media (min-width: 992px) {
  .header-popup-search .other-options .options-items.toggle-stwr {
    width: 100%;
    max-width: 261px;
  }
}
@media (min-width: 992px) {
  .header-popup-search .other-options .options-items.property-type-drpdn {
    width: 100%;
    max-width: 267px;
  }
}
.header-popup-search .other-options .options-items .btn-toggle {
  background: #F3F3F3;
  border-radius: 50px;
}
.header-popup-search .other-options .options-items .btn-toggle .btn-default {
  border: none;
  background-color: transparent;
  color: #878B8F;
  font-size: 16px;
  padding: 12px 15px;
  height: 48px;
  border-radius: 50px;
  width: 100%;
}
.header-popup-search .other-options .options-items .btn-toggle .btn-default.active {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.header-popup-search .other-options .options-items .dropdown {
  display: flex;
  height: 100%;
  width: 100%;
}
.header-popup-search .other-options .options-items .dropdown .btn {
  background-color: var(--color-white);
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #D6D6D6;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 12px 15px;
  height: 48px;
  border-radius: 50px;
  width: 100%;
}
.header-popup-search .other-options .options-items .dropdown .btn span {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header-popup-search .other-options .options-items .dropdown .btn i {
  width: 13px;
  height: 14px;
  display: flex;
}
.header-popup-search .other-options .options-items .dropdown .btn i img {
  -o-object-fit: fill;
     object-fit: fill;
}
.header-popup-search .other-options .options-items .dropdown .dropdown-menu {
  width: 461px;
  -moz-column-count: 2;
       column-count: 2;
  transform: translateY(70px) !important;
}
.header-popup-search .other-options .options-items .dropdown .dropdown-menu li a {
  background-color: transparent;
}
.header-popup-search .other-options .options-items .search-location {
  position: relative;
}
.header-popup-search .other-options .options-items .search-location .form-control {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding-left: 50px;
}
.header-popup-search .other-options .options-items .search-location span {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
}
.header-popup-search .other-options .options-items .more-filter {
  border-radius: 50px;
  background-color: var(--color-white);
}
.header-popup-search .other-options .options-items .more-filter i {
  margin-right: 15px;
}
.header-popup-search .other-options .options-items .more-filter i img {
  filter: invert(1);
}
.header-popup-search .other-options .options-items .more-filter:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.header-popup-search .other-options .options-items .more-filter:hover i img {
  filter: invert(0);
}
@media (max-width: 991px) {
  .header-popup-search .other-options .options-items .more-filter {
    width: 100%;
  }
}
.header-popup-search .other-options .options-items .search-submit {
  border-radius: 50px;
}
.header-popup-search .other-options .options-items .search-submit i {
  margin-right: 15px;
}
.header-popup-search .other-options .options-items .search-submit:hover {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .header-popup-search .other-options .options-items .search-submit {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-popup-search .other-options .options-items {
    width: calc(50% - 14px);
  }
}
@media (max-width: 449px) {
  .header-popup-search .other-options .options-items {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-popup-search .other-options {
    flex-wrap: wrap;
  }
}

.filterModal {
  --bs-modal-width: 708px;
  padding: 0;
}
.filterModal .modal-dialog .modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.filterModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.filterModal .modal-dialog .modal-content .modal-body .card {
  background-color: var(--color-white);
  overflow: hidden;
  border: none;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-header {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 20px 40px;
  background-color: var(--color-white);
  border: none;
  border-bottom: 1px solid #878B8F;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-header .btn-close {
  position: absolute;
  right: 40px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background-image: none;
  width: 16px;
  height: 16px;
  opacity: 1;
  padding: 0;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-header .btn-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body {
  padding: 24px 40px 40px;
  height: 600px;
  overflow-y: scroll;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body::-webkit-scrollbar {
  width: 5px;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid var(--theme-color);
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items h4 {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 16px;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .form-title {
  font-size: 14px;
  color: var(--color-dark);
  margin-bottom: 15px;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .check-box-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .check-box-wrapper .check-box-item label {
  display: inline-block;
  background-color: #F3F3F3;
  border: none;
  color: #585D63;
  border-radius: 50px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  padding: 8px 24px;
  cursor: pointer;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .check-box-wrapper .check-box-item input[type=radio]:checked + label {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .check-box-wrapper .check-box-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .price-range {
  position: relative;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .price-range .result {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -40px;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .price-range .slide-range {
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  height: 4px;
  border: none;
  background-color: #F3F3F3;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .price-range .slide-range .ui-slider-range {
  background-color: #FCEE1F;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .price-range .slide-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #FCEE1F;
  border: 2px solid var(--color-white);
  top: 0;
  bottom: 0;
  margin: auto;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .form-control {
  border: 1px solid var(--color-dark);
  padding: 12px 15px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--color-dark);
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .form-control::-moz-placeholder {
  color: #878B8F;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .form-group .form-control::placeholder {
  color: #878B8F;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .fiter_items .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion {
  margin: 24px 0;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-top: 1px solid #D6D6D6;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  color: var(--color-dark);
  line-height: normal;
  font-weight: 400;
  padding: 24px 0;
  background-color: transparent;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item .accordion-body {
  padding: 24px 0;
  border-top: 1px solid #D6D6D6;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item .accordion-body .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 0;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item .accordion-body .form-check .form-check-input {
  margin: 0;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item .accordion-body .form-check .form-check-input:checked {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-body .accordion .accordion-item .accordion-body .form-check:last-child {
  margin: 0;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-footer {
  padding: 20px 40px;
  background-color: var(--color-white);
  border: none;
  border-top: 1px solid #878B8F;
}
.filterModal .modal-dialog .modal-content .modal-body .card .card-footer .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  height: calc(100vh - 60px);
  transition: transform 0.3s;
  transform: translateX(-100%);
  z-index: 99999;
  background-color: var(--color-white);
  border-bottom: 1px solid #F3F3F3;
}
.nav-wrapper.show-menu {
  transform: none;
}
.nav-wrapper nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--color-blue);
}
.nav-wrapper nav .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px;
  background-color: var(--color-dark);
  color: var(--color-white);
  z-index: 100;
  cursor: pointer;
  transition: backgroun-color 0.2s;
}
.nav-wrapper nav .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.nav-wrapper nav .nav-toggle.back-visible .nav-title {
  transform: translateX(40px);
}
.nav-wrapper nav .nav-title {
  position: absolute;
  left: 0;
  top: 18px;
  padding-left: 15px;
  transition: transform 0.3s;
}
.nav-wrapper nav .nav-back {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
.nav-wrapper nav .nav-back:before, .nav-wrapper nav .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.nav-wrapper nav .nav-back:before {
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.nav-wrapper nav .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.nav-wrapper nav a {
  display: block;
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px solid #F3F3F3;
  color: var(--color-dark);
  text-decoration: none;
  transition: color 0.15s, background-color 0.15s;
}
.nav-wrapper nav a:hover {
  color: var(--color-dark);
  background-color: var(--theme-color);
}
.nav-wrapper nav ul {
  list-style: none;
  padding: 60px 0 0;
  transition: transform 0.3s;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.nav-wrapper nav ul ul {
  display: none;
  left: 100%;
}
.nav-wrapper nav li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-wrapper nav li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
}
.nav-wrapper nav li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper nav li.login-link {
  margin-top: 24px;
  padding: 0 15px;
}
.nav-wrapper nav li.login-link .btn-link {
  color: var(--color-white);
  display: block;
  text-align: center;
}
.nav-wrapper nav li.login-link .btn-link:hover {
  color: var(--color-dark);
}
.nav-wrapper nav li.rigister-link {
  padding: 0 15px;
}
.nav-wrapper nav li.rigister-link .btn-rigister-link {
  display: block;
  text-align: center;
  border: none;
}
.nav-wrapper nav li.rigister-link .btn-rigister-link:hover {
  background-color: transparent;
  color: var(--color-dark);
}

.add-property-popup {
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(100% + 20px);
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 12px 12px;
  width: 280px;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  z-index: 999;
  margin: 0 auto;
}
.add-property-popup::before {
  right: 0;
  left: 0;
  bottom: -7px;
  width: 15px;
  height: 15px;
  background-color: var(--color-white);
  transform: rotate(45deg);
  border-radius: 2px;
  margin: 0 auto;
}
.add-property-popup.show-popup {
  opacity: 1;
  display: block;
}
.add-property-popup .more-menu-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.add-property-popup .more-menu-block li a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

footer .footer-main {
  padding: 0;
  background-color: var(--color-dark);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
footer .footer-main::before {
  background-color: #1D242B;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1279px) {
  footer .footer-main::before {
    display: none;
  }
}
footer .footer-main .footer-content-block {
  background-color: #1D242B;
  height: 100%;
  padding: 60px 0 45px 0;
}
footer .footer-main .footer-content-block .footer-logo img {
  max-width: 200px;
}
@media (max-width: 1279px) {
  footer .footer-main .footer-content-block .footer-logo {
    text-align: center;
  }
}
footer .footer-main .footer-content-block .social-icons {
  margin-top: 40px;
}
footer .footer-main .footer-content-block .social-icons ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
footer .footer-main .footer-content-block .social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--color-dark);
}
footer .footer-main .footer-content-block .social-icons ul li a img {
  width: auto;
}
@media (max-width: 1279px) {
  footer .footer-main .footer-content-block .social-icons ul {
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  footer .footer-main .footer-content-block {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  footer .footer-main .footer-content-block {
    padding: 60px 30px;
  }
}
footer .footer-main .footer-links-wrapper {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  justify-content: space-between;
  padding: 60px 0 45px 0;
  padding-left: 10%;
}
@media (max-width: 1399px) {
  footer .footer-main .footer-links-wrapper {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 1279px) {
  footer .footer-main .footer-links-wrapper {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  footer .footer-main .footer-links-wrapper {
    padding: 60px 30px;
  }
}
footer .footer-main .footer-links-wrapper .footer-links .footer-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: normal;
}
footer .footer-main .footer-links-wrapper .footer-links .footer-title i {
  width: 16px;
  height: 8px;
  display: flex;
}
@media (min-width: 768px) {
  footer .footer-main .footer-links-wrapper .footer-links .footer-title i {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footer-main .footer-links-wrapper .footer-links .footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
  }
}
footer .footer-main .footer-links-wrapper .footer-links ul li a {
  color: var(--color-white);
  font-size: 16px;
  opacity: 70%;
}
@media (max-width: 767px) {
  footer .footer-main .footer-links-wrapper .footer-links ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .footer-main .footer-links-wrapper .footer-links ul {
    display: none;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-main .footer-links-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (max-width: 1279px) {
  footer .footer-main .container {
    padding: 0;
  }
}
footer .footer-bottom {
  background-color: #1D242B;
  padding: 25px 0;
  border-top: 1px solid var(--color-dark);
}
footer .footer-bottom .copy-text p {
  color: var(--color-white);
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 60%;
}
@media (max-width: 767px) {
  footer .footer-bottom .copy-text {
    text-align: center;
  }
}
footer .footer-bottom .sp-icons {
  margin-left: 20%;
}
footer .footer-bottom .sp-icons img {
  width: auto;
}
@media (max-width: 1279px) {
  footer .footer-bottom .sp-icons {
    margin: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom .sp-icons {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom .row {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title .title {
  line-height: normal;
}
@media (max-width: 991px) {
  .section-title .title {
    font-size: 24px;
  }
}
.section-title p {
  font-size: 18px;
  color: #585D63;
  margin: 0;
}
@media (max-width: 991px) {
  .section-title p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-title p {
    font-size: 14x;
  }
}

.singleItemSlider {
  height: 100%;
}
.singleItemSlider .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  text-align: center;
}
.singleItemSlider .owl-dots button {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  margin: 0 3px;
}
.singleItemSlider .owl-dots button.active {
  width: 10px;
  height: 10px;
  background: var(--color-white);
}
.singleItemSlider .owl-nav {
  margin: 0px auto;
}
.singleItemSlider .owl-nav [class*=owl-] {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: var(--color-white) !important;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.singleItemSlider .owl-nav [class*=owl-] img {
  width: 6px;
  height: 12px;
}
.singleItemSlider .owl-nav [class*=owl-].owl-next {
  right: 15px;
  left: inherit;
}

.popup-search {
  border-radius: 10px;
  background-color: var(--color-white);
  padding: 15px 15px;
  max-width: 920px;
  z-index: 999;
  margin: auto;
  display: none;
  height: 160px;
}
@media (max-width: 991px) {
  .popup-search {
    height: auto;
  }
}
.popup-search .select2-container {
  min-width: 100%;
}
.popup-search .select2-container .select2-results__option {
  padding: 10px 15px;
  vertical-align: middle;
  color: var(--color-gray);
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}
.popup-search .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  line-height: normal;
  height: 20px;
}
.popup-search .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  background: url(../images/search-icon-select.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 22px;
}
.popup-search .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  background: url(../images/search-icon-select.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 22px;
}
.popup-search .select2-container--default .select2-selection--multiple {
  background: #F3F3F3;
  border: none;
  border-radius: 16px;
  padding: 10px 15px;
  color: #D6D6D6;
}
.popup-search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.popup-search .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: none;
  background: var(--theme-color);
  font-size: 14px;
  padding: 5px 15px;
  color: var(--color-dark);
  margin: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-search .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--color-dark);
  top: 0;
  bottom: 0;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  line-height: normal;
}
.popup-search .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover, .popup-search .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: var(--color-dark);
}
.popup-search .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  padding: 0;
  line-height: normal;
}
.popup-search .location-search {
  max-width: 512px;
  margin: 0 auto;
}
.popup-search .other-options {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.popup-search .other-options .options-items {
  width: calc(25% - 14px);
}
@media (min-width: 992px) {
  .popup-search .other-options .options-items.toggle-stwr {
    width: 100%;
    max-width: 261px;
  }
}
@media (min-width: 992px) {
  .popup-search .other-options .options-items.property-type-drpdn {
    width: 100%;
    max-width: 267px;
  }
}
.popup-search .other-options .options-items .btn-toggle {
  background: #F3F3F3;
  border-radius: 10px;
}
.popup-search .other-options .options-items .btn-toggle .btn-default {
  border: none;
  background-color: transparent;
  color: #878B8F;
  font-size: 16px;
  padding: 12px 15px;
  height: 48px;
  border-radius: 10px;
  width: 100%;
}
.popup-search .other-options .options-items .btn-toggle .btn-default.active {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.popup-search .other-options .options-items .dropdown {
  display: flex;
  height: 100%;
  width: 100%;
}
.popup-search .other-options .options-items .dropdown .btn {
  background-color: transparent;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #D6D6D6;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 12px 15px;
  height: 48px;
  border-radius: 10px;
  width: 100%;
}
.popup-search .other-options .options-items .dropdown .btn span {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.popup-search .other-options .options-items .dropdown .btn i {
  width: 13px;
  height: 14px;
  display: flex;
}
.popup-search .other-options .options-items .dropdown .btn i img {
  -o-object-fit: fill;
     object-fit: fill;
}
.popup-search .other-options .options-items .dropdown .dropdown-menu {
  width: 461px;
  -moz-column-count: 2;
       column-count: 2;
  transform: translateY(70px) !important;
}
.popup-search .other-options .options-items .dropdown .dropdown-menu li a {
  background-color: transparent;
}
.popup-search .other-options .options-items .more-filter {
  border-radius: 10px;
}
.popup-search .other-options .options-items .more-filter i {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .popup-search .other-options .options-items .more-filter {
    width: 100%;
  }
}
.popup-search .other-options .options-items .search-submit {
  border-radius: 10px;
}
.popup-search .other-options .options-items .search-submit i {
  margin-right: 15px;
}
.popup-search .other-options .options-items .search-submit:hover {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .popup-search .other-options .options-items .search-submit {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .popup-search .other-options .options-items {
    width: calc(50% - 14px);
  }
}
@media (max-width: 449px) {
  .popup-search .other-options .options-items {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .popup-search .other-options {
    flex-wrap: wrap;
  }
}

.main-slider-home {
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.main-slider-home .heroSlider {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 80px);
  display: block !important;
  overflow: hidden !important;
}
.main-slider-home .heroSlider .slider-item {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  z-index: 1;
}
.main-slider-home .heroSlider .slider-item::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-clip-path: polygon(0 0, 35% 0, 100% 100%, 50% 100%, 0 20%);
          clip-path: polygon(0 0, 35% 0, 100% 100%, 50% 100%, 0 20%);
}
.main-slider-home .heroSlider .slider-item::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.main-slider-home .heroSlider .slider-item img {
  height: 100%;
  height: calc(100vh - 80px);
  display: block !important;
}
.main-slider-home .caption-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 200px;
  z-index: 10;
}
.main-slider-home .caption-block .title {
  color: var(--color-white);
  text-align: center;
  line-height: normal;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
  line-height: normal;
}
@media (max-width: 1699px) {
  .main-slider-home .caption-block .title {
    max-width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 1279px) {
  .main-slider-home .caption-block .title {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .main-slider-home .caption-block .title {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .main-slider-home .caption-block .title {
    max-width: 100%;
  }
}
.main-slider-home .caption-block .search-tab {
  height: 160px;
}
.main-slider-home .caption-block .search-tab .nav-tabs {
  border: none;
  background-color: transparent;
  border-radius: 50px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
}
.main-slider-home .caption-block .search-tab .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 15px 50px;
  border-radius: 50px;
  background-color: var(--color-white);
  font-size: 14px;
  color: var(--color-dark);
  position: relative;
}
.main-slider-home .caption-block .search-tab .nav-tabs .nav-item .nav-link::before {
  left: 0;
  right: 0;
  bottom: -7px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  transform: rotate(45deg);
  margin: 0 auto;
  border-radius: 2px;
}
@media (max-width: 1699px) {
  .main-slider-home .caption-block .search-tab .nav-tabs .nav-item .nav-link::before {
    width: 10px;
    height: 10px;
    bottom: -5px;
  }
}
.main-slider-home .caption-block .search-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.main-slider-home .caption-block .search-tab .nav-tabs .nav-item .nav-link.active::before {
  background-color: var(--theme-color);
}
@media (max-width: 1699px) {
  .main-slider-home .caption-block .search-tab .nav-tabs .nav-item .nav-link {
    padding: 10px 30px;
    line-height: normal;
  }
}
.main-slider-home .caption-block .search-tab .tab-content {
  margin-top: 50px;
}
.main-slider-home .caption-block .search-tab .tab-content .has-search {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.main-slider-home .caption-block .search-tab .tab-content .has-search .search-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1699px) {
  .main-slider-home .caption-block .search-tab .tab-content .has-search .search-icon {
    width: 14px;
    height: 14px;
  }
}
.main-slider-home .caption-block .search-tab .tab-content .has-search .form-control {
  padding: 15px 20px;
  padding-left: 50px;
  background-color: var(--color-white);
  border-radius: 50px;
  color: var(--color-dark);
  font-size: 16px;
}
.main-slider-home .caption-block .search-tab .tab-content .has-search .form-control::-moz-placeholder {
  color: #878B8F;
}
.main-slider-home .caption-block .search-tab .tab-content .has-search .form-control::placeholder {
  color: #878B8F;
}
@media (max-width: 1699px) {
  .main-slider-home .caption-block .search-tab .tab-content .has-search .form-control {
    padding: 12px 20px;
    padding-left: 50px;
  }
}
@media (max-width: 1699px) {
  .main-slider-home .caption-block .search-tab .tab-content {
    margin-top: 30px;
  }
}
@media (max-width: 1399px) {
  .main-slider-home .caption-block {
    margin-top: -50px;
  }
}
.main-slider-home .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 99;
}
.main-slider-home .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 20px;
  height: 32px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 23px;
}
.main-slider-home .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 6px;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
.main-slider-home .scroll-btn p {
  font-size: 14px;
  color: var(--color-white);
}
@media (max-width: 1699px) {
  .main-slider-home .scroll-btn {
    bottom: 30px;
  }
}

.recent-projects-home {
  background-color: var(--color-dark);
}
.recent-projects-home .section-title {
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}
.recent-projects-home .section-title .title {
  color: var(--color-white);
}
.recent-projects-home .projects-item {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--theme-color);
}
.recent-projects-home .projects-item .text-block {
  padding: 40px 40px;
  width: 100%;
  max-width: 260px;
  height: 100%;
}
.recent-projects-home .projects-item .text-block .details .logo-icon {
  max-width: 120px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .recent-projects-home .projects-item .text-block .details .logo-icon {
    max-width: 100px;
    margin-bottom: 30px;
  }
}
.recent-projects-home .projects-item .text-block .details .content label {
  font-size: 16px;
  color: var(--color-dark);
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}
.recent-projects-home .projects-item .text-block .details .content span {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  color: var(--color-dark);
  font-weight: 500;
}
.recent-projects-home .projects-item .text-block .details .content span img {
  margin-right: 15px;
}
.recent-projects-home .projects-item .text-block .details .content span img.home-icon {
  width: 14px;
  height: 14px;
}
.recent-projects-home .projects-item .text-block .details .content span img.map-icon {
  width: 12px;
  height: 16px;
}
.recent-projects-home .projects-item .text-block .details .content + .content {
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .recent-projects-home .projects-item .text-block {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .recent-projects-home .projects-item .text-block {
    max-width: 100%;
  }
}
.recent-projects-home .projects-item .image-block {
  width: 468px;
  height: 320px;
}
.recent-projects-home .projects-item .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 1399px) {
  .recent-projects-home .projects-item .image-block {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .recent-projects-home .projects-item .image-block {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .recent-projects-home .projects-item {
    flex-direction: column-reverse;
  }
}
.recent-projects-home .owl-nav {
  position: absolute;
  right: 0;
  top: -75px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.recent-projects-home .owl-nav [class*=owl-] {
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.12) !important;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recent-projects-home .owl-nav [class*=owl-] img {
  width: 4px;
  height: 8px;
}
@media (max-width: 1399px) {
  .recent-projects-home .owl-nav {
    top: -70px;
  }
}

.categories-home .categories-titleBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .categories-home .categories-titleBlock {
    flex-direction: column;
  }
}
.categories-home .section-title {
  text-align: left;
  margin: 0;
}
@media (max-width: 991px) {
  .categories-home .section-title {
    text-align: center;
    margin-bottom: 24px;
  }
}
.categories-home .categories-tabMenu {
  display: flex;
  justify-content: flex-end;
}
.categories-home .categories-tabMenu .nav-tabs {
  border: none;
  background-color: #F3F3F3;
  border-radius: 50px;
}
.categories-home .categories-tabMenu .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 15px 50px;
  border-radius: 50px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #585D63;
}
.categories-home .categories-tabMenu .nav-tabs .nav-item .nav-link.active {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.categories-home .tab-content .categories-wrapper {
  display: flex;
}
.categories-home .tab-content .categories-wrapper .swiper-wrapper {
  display: flex;
}
.categories-home .tab-content .categories-wrapper .categories-item {
  width: calc(14.2857142857% - 24px);
  border: 1px solid #D6D6D6;
  border-radius: 16px;
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 36px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .categories-home .tab-content .categories-wrapper .categories-item {
    padding: 15px 15px;
  }
}
.categories-home .tab-content .categories-wrapper .categories-item.swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.categories-home .tab-content .categories-wrapper .categories-item .tag {
  background-color: #F3F3F3;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--color-dark);
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
}
.categories-home .tab-content .categories-wrapper .categories-item .icon-block img {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .categories-home .tab-content .categories-wrapper .categories-item .icon-block img {
    width: 48px;
    height: 48px;
  }
}
.categories-home .tab-content .categories-wrapper .categories-item .icon-block h6 {
  font-size: 18px;
  color: var(--color-dark);
}
@media (max-width: 1399px) {
  .categories-home .tab-content .categories-wrapper .categories-item .icon-block h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .categories-home .tab-content .categories-wrapper .categories-item .icon-block h6 {
    font-size: 16px;
  }
}
.categories-home .tab-content .categories-wrapper .categories-item .cat-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10 !important;
  border-radius: 16px;
}

.solutions-home {
  background-color: var(--color-white);
}
.solutions-home .solutions-wrapper {
  --bs-gutter-x: 1.5rem;
  display: flex;
  gap: calc(var(--bs-gutter-x) * 1);
}
.solutions-home .solutions-wrapper .solutions-item {
  border: 1px solid #D6D6D6;
  border-radius: 15px;
  overflow: hidden;
  padding: 50px 50px;
  text-align: center;
  width: 33.3333333333%;
}
.solutions-home .solutions-wrapper .solutions-item .image-block {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.solutions-home .solutions-wrapper .solutions-item .image-block img {
  width: auto;
}
@media (max-width: 1399px) {
  .solutions-home .solutions-wrapper .solutions-item .image-block {
    width: 100px;
    height: 100px;
  }
}
.solutions-home .solutions-wrapper .solutions-item .text-block h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: var(--color-dark);
  margin-bottom: 30px;
}
.solutions-home .solutions-wrapper .solutions-item .text-block p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-dark);
  margin-bottom: 30px;
}
.solutions-home .solutions-wrapper .solutions-item .text-block .btn-border-link {
  padding-right: 10px;
}
.solutions-home .solutions-wrapper .solutions-item.center-bg {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
@media (max-width: 1279px) {
  .solutions-home .solutions-wrapper .solutions-item {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .solutions-home .solutions-wrapper {
    flex-direction: column;
  }
}

.property-listing-home {
  background-color: #F3F3F3;
}
@media (min-width: 1280px) {
  .property-listing-home .property-wrapper .swiper-wrapper {
    flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .property-listing-home .property-wrapper .swiper-wrapper > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
}
.property-listing-home .property-wrapper .swiper-wrapper .property-item .image-block {
  height: 260px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .property-listing-home .property-wrapper .swiper-wrapper .property-item {
    width: 33.3333333333%;
  }
}
.property-listing-home .property-detail {
  --bs-gutter-x: 1.5rem;
  display: flex;
  background: #fff;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.property-listing-home .property-detail .image-block {
  width: 100%;
  position: relative;
}
.property-listing-home .property-detail .image-block .favourite {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 9;
}
.property-listing-home .property-detail .image-block .favourite img {
  width: 14px;
  height: 19px;
}
.property-listing-home .property-detail .image-block .favourite svg {
  width: 14px;
  height: 19px;
}
.property-listing-home .property-detail .image-block .favourite svg path {
  stroke: var(--color-dark);
  fill: transparent;
  stroke-width: 2px;
}
.property-listing-home .property-detail .image-block .favourite.selected svg path {
  fill: var(--color-dark);
}
.property-listing-home .property-detail .image-block .slider-item img {
  width: 100%;
  height: 100%;
}
.property-listing-home .property-detail .content-block {
  padding: 30px;
  background: var(--color-white);
}
.property-listing-home .property-detail .content-block .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-listing-home .property-detail .content-block .details .lft-block span {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.property-listing-home .property-detail .content-block .details .lft-block span.category-tag {
  font-size: 16px;
  color: #878B8F;
}
@media (max-width: 767px) {
  .property-listing-home .property-detail .content-block .details .lft-block span.category-tag {
    font-size: 14px;
  }
}
.property-listing-home .property-detail .content-block .details .lft-block span.product-price {
  font-size: 24px;
  color: var(--color-dark);
  font-weight: 500;
}
@media (max-width: 767px) {
  .property-listing-home .property-detail .content-block .details .lft-block span.product-price {
    font-size: 20px;
  }
}
.property-listing-home .property-detail .content-block .details .lft-block a:hover .product-price {
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .property-listing-home .property-detail .content-block .details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
.property-listing-home .property-detail .content-block .location-block {
  font-size: 16px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
}
.property-listing-home .property-detail .content-block .location-block img {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .property-listing-home .property-detail .content-block .location-block {
    font-size: 14px;
  }
}
.property-listing-home .property-detail .content-block .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.property-listing-home .property-detail .content-block .fetaures ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 1399px) {
  .property-listing-home .property-detail .content-block .fetaures ul {
    gap: 20px;
  }
}
.property-listing-home .property-detail .content-block .fetaures ul li {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.property-listing-home .property-detail .content-block .fetaures ul li img {
  width: 16px;
  height: 16px;
}
@media (max-width: 1399px) {
  .property-listing-home .property-detail .content-block .fetaures ul li {
    font-size: 15px;
  }
  .property-listing-home .property-detail .content-block .fetaures ul li img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 449px) {
  .property-listing-home .property-detail .content-block .fetaures ul li {
    font-size: 12px;
  }
  .property-listing-home .property-detail .content-block .fetaures ul li img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1399px) {
  .property-listing-home .property-detail .content-block {
    padding: 20px;
  }
}
@media (max-width: 449px) {
  .property-listing-home .property-detail .content-block {
    padding: 15px;
  }
}
.property-listing-home .property-detail:hover .image-block figure:after {
  top: 0;
  transition: all 400ms;
}

.service-section-home {
  background-color: var(--color-white);
}
.service-section-home .service-wrapper {
  --bs-gutter-x: 1.5rem;
  display: flex;
  gap: calc(var(--bs-gutter-x) * 1);
  flex-wrap: wrap;
}
.service-section-home .service-wrapper .service-item figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-section-home .service-wrapper .service-item figure::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(26, 28, 33) 0%, rgba(26, 28, 33, 0) 100%);
  opacity: 0.4;
}
.service-section-home .service-wrapper .service-item figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  z-index: 9;
}
.service-section-home .service-wrapper .service-item figure figcaption h6 {
  font-size: 20px;
  color: var(--color-white);
  margin-bottom: 10px;
}
.service-section-home .service-wrapper .service-item figure figcaption p {
  font-size: 14px;
  color: var(--color-white);
}

.page-link {
  background-color: #F3F3F3;
}
.page-link .breadcrumb {
  margin: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.page-link .breadcrumb .breadcrumb-item a {
  display: flex;
  color: #878B8F;
}
.page-link .breadcrumb .breadcrumb-item a img,
.page-link .breadcrumb .breadcrumb-item a svg {
  width: 14px;
  height: 14px;
}
.page-link .breadcrumb .breadcrumb-item a svg path {
  stroke: #878B8F;
}
.page-link .breadcrumb .breadcrumb-item.active {
  color: var(--color-dark);
}
.page-link.light-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: transparent !important;
}
.page-link.light-link .breadcrumb .breadcrumb-item {
  color: var(--color-white);
}
.page-link.light-link .breadcrumb .breadcrumb-item::before {
  color: var(--color-white);
}
.page-link.light-link .breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}
.page-link.light-link .breadcrumb .breadcrumb-item a svg path {
  stroke: var(--color-white);
}
.page-link.light-link .breadcrumb .breadcrumb-item.active {
  color: var(--color-white);
}
.page-link.dark-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .page-link {
    display: none;
  }
}

.about-page-title {
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-page-title::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(16, 24, 32, 0) 0%, rgba(16, 24, 32, 0.5) 50%, rgb(16, 24, 32) 100%);
  z-index: -1;
}
.about-page-title .title {
  color: var(--color-white);
  line-height: normal;
}

.about-page .about-block-main .mb-60 {
  margin-bottom: 60px;
}
.about-page .about-block-main .expect-content-block {
  background-color: var(--color-white);
  text-align: center;
  padding: 50px 30px;
  border-radius: 16px;
  position: relative;
  z-index: 9;
  margin-top: -160px;
}
.about-page .about-block-main .expect-content-block p {
  font-size: 20px;
  color: #585D63;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-page .about-block-main .expect-content-block p {
    font-size: 16px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-page .about-block-main .expect-content-block p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .about-page .about-block-main .expect-content-block {
    padding: 30px 30px;
  }
}
.about-page .about-block-main .main-content-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-page .about-block-main .main-content-block h4 {
  color: var(--color-dark);
  max-width: 80%;
  line-height: normal;
}
@media (max-width: 991px) {
  .about-page .about-block-main .main-content-block h4 {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.about-page .about-block-main .main-content-block p {
  font-size: 16px;
  color: #585D63;
  max-width: 80%;
  margin: 0;
}
@media (max-width: 991px) {
  .about-page .about-block-main .main-content-block p {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .about-page .about-block-main .main-content-block {
    gap: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
}
.about-page .about-block-main .image-block {
  border-radius: 16px;
  overflow: hidden;
}
.about-page .about-block-vision-mission .vision-mission-content {
  padding: 50px 50px;
  border-radius: 16px;
  border: 1px solid #D6D6D6;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-page .about-block-vision-mission .vision-mission-content h5 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-page .about-block-vision-mission .vision-mission-content h5 i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-block-vision-mission .vision-mission-content p {
  font-size: 18px;
  color: #585D63;
  margin: 0;
}
@media (max-width: 991px) {
  .about-page .about-block-vision-mission .vision-mission-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-page .about-block-vision-mission .vision-mission-content {
    margin-bottom: 24px;
    padding: 30px 30px;
  }
}
.about-page .about-block-values {
  padding-bottom: 160px;
}
.about-page .about-block-values .values-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-page .about-block-values .values-wrapper .card {
  width: calc(20% - 20px);
  border-radius: 16px;
  border: none;
}
.about-page .about-block-values .values-wrapper .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
}
.about-page .about-block-values .values-wrapper .card .card-body .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--theme-color);
  margin-bottom: 37px;
}
.about-page .about-block-values .values-wrapper .card .card-body .icon img {
  width: 28px;
  height: 28px;
}
.about-page .about-block-values .values-wrapper .card .card-body .card-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 24px;
  line-height: normal;
}
.about-page .about-block-values .values-wrapper .card .card-body p {
  font-size: 14px;
  color: #585D63;
  margin: 0;
}
@media (max-width: 991px) {
  .about-page .about-block-values .values-wrapper .card {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 767px) {
  .about-page .about-block-values .values-wrapper .card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .about-page .about-block-values .values-wrapper .card {
    width: 100%;
  }
}
.about-page .quick-contact-section {
  margin-top: -160px;
}
.about-page .quick-contact-section .contact-in {
  background-color: var(--color-dark);
  padding: 50px 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page .quick-contact-section .contact-in .left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  max-width: 70%;
}
.about-page .quick-contact-section .contact-in .left h4 {
  color: var(--color-white);
  line-height: normal;
}
.about-page .quick-contact-section .contact-in .left p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 767px) {
  .about-page .quick-contact-section .contact-in .left p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .about-page .quick-contact-section .contact-in .left {
    max-width: 100%;
    text-align: center;
  }
}
.about-page .quick-contact-section .contact-in .right .btn-fill-theme {
  border-radius: 50px;
}
.about-page .quick-contact-section .contact-in .right .btn-fill-theme:hover {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .about-page .quick-contact-section .contact-in .right {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .about-page .quick-contact-section .contact-in {
    flex-direction: column;
    padding: 30px 30px;
  }
}

.google-map {
  padding: 0;
  position: relative;
  z-index: 1;
}
.google-map::before {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(16, 24, 32, 0.65) 0%, rgba(16, 24, 32, 0) 100%);
  z-index: 1;
}
.google-map iframe {
  width: 100%;
  height: 600px;
  border: none;
}

.form-mobile-tab {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
.form-mobile-tab .form-select {
  width: 100%;
  height: 48px;
}

.contact-details {
  margin-top: -110px;
  z-index: 9;
}
.contact-details .nav-tabs {
  background-color: #F3F3F3;
  padding: 20px 20px;
  border-radius: 12px;
  border: none;
  gap: 12px;
  display: inline-flex;
}
.contact-details .nav-tabs .nav-item .nav-link {
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-dark);
  padding: 15px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.contact-details .nav-tabs .nav-item .nav-link.more-link {
  border-color: var(--color-dark) !important;
  color: #878B8F;
}
.contact-details .nav-tabs .nav-item .nav-link.active, .contact-details .nav-tabs .nav-item .nav-link:hover {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-white);
}
@media (max-width: 1279px) {
  .contact-details .nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media (max-width: 1279px) {
  .contact-details .nav-tabs {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .contact-details .nav-tabs {
    display: none;
  }
}
.contact-details .tab-content .form-wrapper .form-title {
  margin-bottom: 40px;
}
.contact-details .tab-content .form-wrapper .form-title h4 {
  color: var(--color-dark);
}
.contact-details .tab-content .form-wrapper .form-title p {
  color: #878B8F;
}
.contact-details .tab-content .form-wrapper .mb-20 {
  margin-bottom: 20px;
}
.contact-details .tab-content .form-wrapper .form-group .form-control {
  border: 1px solid var(--color-dark);
  color: #878B8F;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  padding: 12px 15px;
}
.contact-details .tab-content .form-wrapper .form-group .form-select {
  border: 1px solid var(--color-dark);
  color: #878B8F;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  width: 100%;
  border-radius: 8px;
}
.contact-details .tab-content .form-wrapper .form-group textarea.form-control {
  height: 145px;
}
.contact-details .tab-content .form-wrapper .form-group .btn-send {
  width: 100%;
  font-weight: 400;
  height: 48px;
}
.contact-details .tab-content .contact-information {
  background-color: var(--color-white);
  border-radius: 16px;
  padding: 30px 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
.contact-details .tab-content .contact-information .details-title {
  margin-bottom: 30px;
}
.contact-details .tab-content .contact-information .details-title h5 {
  line-height: normal;
}
.contact-details .tab-content .contact-information .contact-details-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-details .tab-content .contact-information .contact-details-block .contact-item {
  display: flex;
  align-items: top;
  gap: 16px;
}
.contact-details .tab-content .contact-information .contact-details-block .contact-item .icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.contact-details .tab-content .contact-information .contact-details-block .contact-item .icon img {
  width: auto;
}
@media (max-width: 1279px) {
  .contact-details .tab-content .contact-information .contact-details-block .contact-item .icon {
    width: 32px;
    height: 32px;
  }
  .contact-details .tab-content .contact-information .contact-details-block .contact-item .icon img {
    width: 12px;
  }
}
.contact-details .tab-content .contact-information .contact-details-block .contact-item .text-block .label {
  display: block;
  font-size: 14px;
  color: #878B8F;
}
.contact-details .tab-content .contact-information .contact-details-block .contact-item .text-block a,
.contact-details .tab-content .contact-information .contact-details-block .contact-item .text-block p {
  color: var(--color-dark);
  font-size: 18px;
  display: block;
  margin: 0;
}
@media (max-width: 1279px) {
  .contact-details .tab-content .contact-information .contact-details-block .contact-item .text-block a,
  .contact-details .tab-content .contact-information .contact-details-block .contact-item .text-block p {
    font-size: 16px;
  }
}
.contact-details .tab-content .contact-information .location-btn {
  margin-top: 30px;
}
.contact-details .tab-content .contact-information .location-btn .btn-map {
  width: 100%;
  height: 48px;
  font-weight: 400;
}
.contact-details .tab-content .contact-information .location-btn .btn-map i {
  margin-right: 5px;
}
.contact-details .tab-content .contact-information .social-icons {
  margin-top: 30px;
}
.contact-details .tab-content .contact-information .social-icons p {
  color: var(--color-dark);
  font-size: 16px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .contact-details .tab-content .contact-information .social-icons p {
    text-align: center;
  }
}
.contact-details .tab-content .contact-information .social-icons ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.contact-details .tab-content .contact-information .social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--color-white);
  border: 1px solid #D6D6D6;
}
.contact-details .tab-content .contact-information .social-icons ul li a img {
  width: auto;
}
@media (max-width: 1279px) {
  .contact-details .tab-content .contact-information .social-icons ul {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .contact-details .tab-content .contact-information {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .contact-details {
    margin: 0;
  }
}

.faq-section {
  background-color: #F3F3F3;
}
.faq-section .accordion .accordion-item {
  margin-bottom: 12px;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  overflow: hidden;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  background-color: var(--color-white);
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 500;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgN0gxMyIgc3Ryb2tlPSIjMTAxODIwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03IDEzVjEiIHN0cm9rZT0iIzEwMTgyMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-position: center center;
  background-size: auto;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMTMiIHN0cm9rZT0iIzEwMTgyMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.faq-section .accordion .accordion-item .accordion-body {
  border-top: 1px solid #D6D6D6;
  font-size: 16px;
  color: #585D63;
}

.error-page .not-found-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
}
.error-page .not-found-block .image-block img {
  max-width: 350px;
}
.error-page .not-found-block .text-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
.error-page .not-found-block .text-block h1 {
  line-height: normal;
}
.error-page .not-found-block .text-block h1 span {
  position: relative;
}
.error-page .not-found-block .text-block h1 span img {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: auto;
  z-index: -1;
}
.error-page .not-found-block .text-block p {
  font-size: 18px;
  color: #585D63;
}

.perfect-match-page {
  background-color: #F3F3F3;
}
.perfect-match-page .card {
  border-radius: 16px;
  background-color: var(--color-white);
  overflow: hidden;
  border: none;
}
.perfect-match-page .card .card-header {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 20px 45px;
  background-color: var(--color-white);
  border: none;
  border-bottom: 1px solid #878B8F;
}
@media (max-width: 991px) {
  .perfect-match-page .card .card-header {
    padding: 16px 16px;
    font-size: 20px;
  }
}
.perfect-match-page .card .card-body {
  padding: 24px 45px 40px;
}
.perfect-match-page .card .card-body .thanks-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.perfect-match-page .card .card-body .thanks-content .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
}
.perfect-match-page .card .card-body .thanks-content h5 {
  line-height: normal;
}
.perfect-match-page .card .card-body .thanks-content p {
  color: #585D63;
}
@media (max-width: 991px) {
  .perfect-match-page .card .card-body {
    padding: 16px 16px;
  }
}
.perfect-match-page .card .card-footer {
  padding: 20px 45px;
  background-color: var(--color-white);
  border: none;
  border-top: 1px solid #878B8F;
}
.perfect-match-page .card .card-footer .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .perfect-match-page .card .card-footer .btn-group {
    width: 100%;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .perfect-match-page .card .card-footer .btn-group button {
    width: 100%;
    display: block;
    height: auto;
  }
}
@media (max-width: 991px) {
  .perfect-match-page .card .card-footer {
    padding: 16px 16px;
  }
}
.perfect-match-page .categories-tabMenu {
  display: flex;
  justify-content: center;
}
.perfect-match-page .categories-tabMenu .nav-tabs {
  border: none;
  background-color: #F3F3F3;
  border-radius: 50px;
}
.perfect-match-page .categories-tabMenu .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 15px 50px;
  border-radius: 50px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #585D63;
}
.perfect-match-page .categories-tabMenu .nav-tabs .nav-item .nav-link.active {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.perfect-match-page .tab-content {
  margin-top: 30px;
}
.perfect-match-page .tab-content .form-title {
  margin-bottom: 15px;
}
.perfect-match-page .tab-content .form-title h6 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dark);
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .perfect-match-page .tab-content .form-title h6 {
    font-size: 18px;
  }
}
.perfect-match-page .tab-content .categories-item {
  width: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 16px;
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 36px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .perfect-match-page .tab-content .categories-item {
    padding: 15px 15px;
    border-radius: 8px;
  }
}
.perfect-match-page .tab-content .categories-item .icon-block img {
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
}
.perfect-match-page .tab-content .categories-item .icon-block h6 {
  font-size: 18px;
  color: var(--color-dark);
}
@media (max-width: 1399px) {
  .perfect-match-page .tab-content .categories-item .icon-block h6 {
    font-size: 14px;
  }
}
.perfect-match-page .tab-content .categories-item .form-check-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}
.perfect-match-page .tab-content .categories-item .form-check-input:checked {
  background-image: none;
}
.perfect-match-page .tab-content .categories-item.selected {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.perfect-match-page .tab-content .line {
  width: 100%;
  height: 1px;
  margin: 30px auto;
  background-color: #D6D6D6;
}
.perfect-match-page .tab-content .form-group textarea.form-control {
  border: 1px solid var(--color-dark);
  color: #878B8F;
  font-size: 16px;
  font-weight: 400;
  height: 160px;
  width: 100%;
  border-radius: 12px;
  padding: 12px 15px;
}
.perfect-match-page .tab-content .form-group .select2-container {
  min-width: 100%;
}
.perfect-match-page .tab-content .form-group .select2-container .select2-results__option {
  padding: 10px 15px;
  vertical-align: middle;
  color: var(--color-gray);
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  line-height: normal;
  height: 20px;
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  background: url(../images/search-icon-select.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 22px;
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  background: url(../images/search-icon-select.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 22px;
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-selection--multiple {
  background: var(--color-white);
  border: 1px solid var(--color-dark);
  border-radius: 10px;
  padding: 10px 15px;
  color: #D6D6D6;
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: none;
  background: var(--theme-color);
  font-size: 14px;
  padding: 5px 15px;
  color: var(--color-dark);
  margin: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--color-dark);
  top: 0;
  bottom: 0;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  line-height: normal;
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover, .perfect-match-page .tab-content .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: var(--color-dark);
}
.perfect-match-page .tab-content .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  padding: 0;
  line-height: normal;
}
.perfect-match-page .tab-content .price-range {
  position: relative;
}
.perfect-match-page .tab-content .price-range #amount, .perfect-match-page .tab-content .price-range .amount {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -40px;
}
.perfect-match-page .tab-content .price-range #slider-range, .perfect-match-page .tab-content .price-range .slider-range {
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  height: 5px;
  border: none;
  background-color: #F3F3F3;
}
.perfect-match-page .tab-content .price-range #slider-range .ui-slider-range, .perfect-match-page .tab-content .price-range .slider-range .ui-slider-range {
  background-color: #FCEE1F;
}
.perfect-match-page .tab-content .price-range #slider-range .ui-slider-handle, .perfect-match-page .tab-content .price-range .slider-range .ui-slider-handle {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #FCEE1F;
  border: 2px solid var(--color-white);
  top: 0;
  bottom: 0;
  margin: auto;
}

.property-listing-page {
  background-color: #F3F3F3;
}
.property-listing-page .listing-wrapper .top-filter {
  background-color: var(--color-white);
  padding: 15px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  height: 70px;
}
.property-listing-page .listing-wrapper .top-filter .search-result-tag {
  width: calc(100% - 136px);
}
.property-listing-page .listing-wrapper .top-filter .search-result-tag .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.property-listing-page .listing-wrapper .top-filter .search-result-tag .tag-wrapper button {
  background: var(--theme-color);
  border: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
  color: var(--color-dark);
  font-weight: 500;
}
.property-listing-page .listing-wrapper .top-filter .search-result-tag .tag-wrapper button img,
.property-listing-page .listing-wrapper .top-filter .search-result-tag .tag-wrapper button svg {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid {
  background-color: #F3F3F3;
  border-radius: 8px;
  padding: 3px 3px;
  width: 136px;
  height: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs {
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0;
  border-radius: 8px;
  background-color: transparent;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs .nav-item .nav-link img,
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs .nav-item .nav-link svg {
  width: 17px;
  height: 17px;
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs .nav-item .nav-link svg {
  fill: var(--color-dark);
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs .nav-item .nav-link svg path {
  fill: var(--color-dark);
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--color-dark);
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs .nav-item .nav-link.active svg {
  fill: var(--color-white);
}
.property-listing-page .listing-wrapper .top-filter .listing-filter-grid .box-filter-tab .nav-tabs .nav-item .nav-link.active svg path {
  fill: var(--color-white);
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .top-filter {
    display: none;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab {
    margin: 0;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title h4 {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-dark);
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title h4 span {
  font-size: 14px;
  font-weight: 400;
  color: #585D63;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title h4 span {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title h4 {
    font-size: 20px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title .sort-option {
  display: flex;
  align-items: center;
  gap: 15px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title .sort-option label {
  flex: none;
  font-size: 16px;
  color: #585D63;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title .sort-option label {
    display: none;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title .sort-option .form-select {
  border: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title .sort-option {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .listing-title {
    display: block;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item {
  display: flex;
  background: var(--theme-color);
  border-radius: 12px;
  overflow: hidden;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .left {
  width: 276px;
  height: 205px;
  position: relative;
  flex: none;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .left .image-block {
  width: 100%;
  position: relative;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .left .image-block .singleItemSlider .slider-item {
  width: 100%;
  height: 100%;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .left .image-block .singleItemSlider .slider-item img {
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1699px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .left .image-block .singleItemSlider .slider-item img {
    height: 250px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .left .tag {
  padding: 10px 15px;
  border-radius: 50px;
  color: var(--color-dark);
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  background-color: var(--theme-color);
}
@media (max-width: 1699px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .left {
    width: 100%;
    height: 250px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right {
  padding: 24px 15px;
  background: var(--theme-color);
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .favourite {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 9;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .favourite img {
  width: 11px;
  height: 16px;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .favourite img {
    width: 10px;
    height: 14px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .favourite svg {
  width: 11px;
  height: 16px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .favourite svg path {
  stroke: var(--color-dark);
  fill: transparent;
  stroke-width: 2px;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .favourite svg {
    width: 10px;
    height: 14px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .favourite.selected svg path {
  fill: var(--color-dark);
}
@media (max-width: 1699px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .favourite {
    width: 32px;
    height: 32px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .meta-block span {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .meta-block span.category-tag {
  font-size: 14px;
  color: #585D63;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .meta-block span.product-price {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
  line-height: normal;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .location-block {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .location-block img {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .sp-line {
  width: 100%;
  height: 1px;
  background-color: #878B8F;
  margin: 24px auto;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .fetaures ul {
  display: flex;
  gap: 15px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .fetaures ul li {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .fetaures ul li img,
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .fetaures ul li svg {
  width: 12px;
  height: 10px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item .right .fetaures ul li svg path {
  fill: var(--color-dark);
}
@media (max-width: 1699px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .highlighted-block .product-item {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .map-block {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .map-block iframe {
  width: 100%;
  height: 450px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper {
  margin-top: 40px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail {
  display: flex;
  background: var(--color-white);
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block {
  width: 100%;
  position: relative;
  height: 210px;
  overflow: hidden;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .singleItemSlider {
  width: 100%;
  height: 100%;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .singleItemSlider .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .favourite {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 9;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .favourite img {
  width: 14px;
  height: 19px;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .favourite img {
    width: 10px;
    height: 14px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .favourite svg {
  width: 14px;
  height: 19px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .favourite svg path {
  stroke: var(--color-dark);
  fill: transparent;
  stroke-width: 2px;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .favourite svg {
    width: 10px;
    height: 14px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .favourite.selected svg path {
  fill: var(--color-dark);
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .image-block .favourite {
    width: 32px;
    height: 32px;
  }
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block {
  padding: 26px 20px;
  background: var(--color-white);
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .details .lft-block span {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .details .lft-block span.category-tag {
  font-size: 14px;
  color: #878B8F;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .details .lft-block span.product-price {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .details .lft-block a:hover .product-price {
  color: var(--theme-color);
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .location-block {
  font-size: 14px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .location-block img {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .fetaures ul {
  display: flex;
  gap: 30px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .fetaures ul li {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail .content-block .fetaures ul li img {
  width: 16px;
  height: 16px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-listing-wrapper .property-detail:hover .image-block figure:after {
  top: 0;
  transition: all 400ms;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper {
  margin-top: 40px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail {
  display: flex;
  background: var(--color-white);
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .image-block {
  width: 100%;
  height: 100%;
  position: relative;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .image-block .singleItemSlider {
  height: 100%;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .image-block .singleItemSlider .slider-item img {
  width: 100%;
  height: 100%;
  min-height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block {
  padding: 26px 20px;
  background: var(--color-white);
  position: relative;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .favourite {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #F3F3F3;
  z-index: 9;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .favourite img {
  width: 14px;
  height: 19px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .favourite svg {
  width: 14px;
  height: 19px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .favourite svg path {
  stroke: var(--color-dark);
  fill: transparent;
  stroke-width: 2px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .favourite.selected svg path {
  fill: var(--color-dark);
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .details .lft-block span {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .details .lft-block span.category-tag {
  font-size: 14px;
  color: #878B8F;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .details .lft-block span.product-price {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .details .lft-block span.p-caption {
  font-size: 14px;
  color: #878B8F;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .details .lft-block a:hover .product-price {
  color: var(--theme-color);
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .location-block {
  font-size: 14px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .location-block img {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .fetaures ul {
  display: flex;
  gap: 30px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .fetaures ul li {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail .content-block .fetaures ul li img {
  width: 16px;
  height: 16px;
}
.property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper .property-detail:hover .image-block figure:after {
  top: 0;
  transition: all 400ms;
}
@media (max-width: 991px) {
  .property-listing-page .listing-wrapper .listing-animate-tab .tab-content .product-v-listing-wrapper {
    display: none;
  }
}

.property-listing-bottom-content .main-content-block {
  display: flex;
  flex-direction: column;
}
.property-listing-bottom-content .main-content-block h4 {
  color: var(--color-dark);
  line-height: normal;
  max-width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .property-listing-bottom-content .main-content-block h4 {
    max-width: 100%;
  }
}
.property-listing-bottom-content .main-content-block p {
  font-size: 16px;
  color: #585D63;
  max-width: 70%;
  margin: 0;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .property-listing-bottom-content .main-content-block p {
    max-width: 100%;
    font-size: 14px;
  }
}
.property-listing-bottom-content .main-content-block .more-btn {
  background-color: var(--color-dark);
  color: var(--color-white);
  font-size: 16px;
  padding: 12px 30px;
  padding-right: 15px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: none;
}
.property-listing-bottom-content .main-content-block .more-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--theme-color);
  margin-left: 15px;
}
.property-listing-bottom-content .main-content-block .more-btn i img {
  width: 16px;
}
.property-listing-bottom-content .main-content-block .more-btn:hover {
  background-color: var(--color-black);
}
.property-listing-bottom-content .image-block {
  border-radius: 16px;
  overflow: hidden;
}

.property-details-page {
  background-color: #F3F3F3;
}
.property-details-page .image-gallery {
  padding: 0px;
  display: grid;
  grid-template-areas: "item1 item1 item2" "item1 item1 item3";
  gap: 12px;
  border-radius: 16px;
  overflow: hidden;
}
.property-details-page .image-gallery .item1 {
  grid-area: item1;
  position: relative;
}
.property-details-page .image-gallery .item2 {
  grid-area: item2;
}
@media (max-width: 991px) {
  .property-details-page .image-gallery .item2 {
    display: none;
  }
}
.property-details-page .image-gallery .item3 {
  grid-area: item3;
}
@media (max-width: 991px) {
  .property-details-page .image-gallery .item3 {
    display: none;
  }
}
.property-details-page .image-gallery .box-img {
  overflow: hidden;
}
@media (max-width: 991px) {
  .property-details-page .image-gallery {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.property-details-page .image-gallery-two {
  padding: 0px;
  display: grid;
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item5";
  gap: 12px;
  border-radius: 16px;
  overflow: hidden;
}
.property-details-page .image-gallery-two .item1 {
  grid-area: item1;
  position: relative;
}
.property-details-page .image-gallery-two .item2 {
  grid-area: item2;
}
@media (max-width: 991px) {
  .property-details-page .image-gallery-two .item2 {
    display: none;
  }
}
.property-details-page .image-gallery-two .item3 {
  grid-area: item3;
}
@media (max-width: 991px) {
  .property-details-page .image-gallery-two .item3 {
    display: none;
  }
}
.property-details-page .image-gallery-two .item4 {
  grid-area: item4;
}
@media (max-width: 991px) {
  .property-details-page .image-gallery-two .item4 {
    display: none;
  }
}
.property-details-page .image-gallery-two .item5 {
  grid-area: item5;
}
.property-details-page .image-gallery-two .item5::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 991px) {
  .property-details-page .image-gallery-two .item5 {
    display: none;
  }
}
.property-details-page .image-gallery-two .box-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.property-details-page .image-gallery-two .more-images {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 50px;
  font-weight: 700;
  color: var(--color-white);
  z-index: 9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .property-details-page .image-gallery-two .more-images {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .property-details-page .image-gallery-two {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.property-details-page .details-title-block {
  background-color: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 35px;
  position: relative;
}
.property-details-page .details-title-block .title-block .tag {
  font-size: 14px;
  text-transform: uppercase;
  color: #878B8F;
}
.property-details-page .details-title-block .title-block .price {
  font-weight: 700;
  color: var(--color-dark);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.property-details-page .details-title-block .line {
  width: 100%;
  height: 1px;
  margin: 24px auto;
  background-color: #D6D6D6;
}
.property-details-page .details-title-block .details-block {
  display: flex;
  gap: 50px;
}
.property-details-page .details-title-block .details-block .features span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--color-dark);
}
.property-details-page .details-title-block .details-block .features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.property-details-page .details-title-block .details-block .features ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #585D63;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.property-details-page .details-title-block .details-block .features ul li img,
.property-details-page .details-title-block .details-block .features ul li svg {
  width: 16px;
  height: 16px;
}
.property-details-page .details-title-block .details-block .features ul li svg path {
  fill: var(--color-dark);
}
@media (max-width: 991px) {
  .property-details-page .details-title-block .details-block .features ul li {
    font-size: 14px;
  }
}
.property-details-page .details-title-block .details-block .location span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .property-details-page .details-title-block .details-block .location span {
    font-size: 14px;
  }
}
.property-details-page .details-title-block .details-block .location ul {
  display: flex;
}
.property-details-page .details-title-block .details-block .location ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #585D63;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.property-details-page .details-title-block .details-block .location ul li img,
.property-details-page .details-title-block .details-block .location ul li svg {
  width: 16px;
  height: 16px;
}
.property-details-page .details-title-block .details-block .location ul li svg path {
  fill: var(--color-dark);
}
@media (max-width: 991px) {
  .property-details-page .details-title-block .details-block .location ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .property-details-page .details-title-block .details-block .location {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
  }
}
@media (max-width: 991px) {
  .property-details-page .details-title-block .details-block {
    flex-direction: column;
    gap: 0;
  }
}
.property-details-page .details-title-block .ref-block {
  position: absolute;
  right: 35px;
  top: 24px;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  width: 216px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px;
  padding-left: 15px;
  font-size: 14px;
  color: #878B8F;
}
.property-details-page .details-title-block .ref-block span {
  color: var(--color-dark);
}
.property-details-page .details-title-block .ref-block button {
  background-color: #F3F3F3;
  color: var(--color-dark);
  font-size: 14px;
  border-radius: 5px;
  width: 66px;
  height: 30px;
  border: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 991px) {
  .property-details-page .details-title-block .ref-block {
    position: static;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .property-details-page .details-title-block {
    padding: 24px 24px;
  }
}
.property-details-page .content-wrapper {
  background-color: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 35px;
}
.property-details-page .content-wrapper h6 {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 24px;
}
.property-details-page .content-wrapper p {
  font-size: 16px;
  color: #585D63;
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper p {
    font-size: 14px;
  }
}
.property-details-page .content-wrapper .moreless-button {
  font-size: 14px;
  font-weight: 500;
  color: #585D63;
  position: relative;
}
.property-details-page .content-wrapper .moreless-button::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #585D63;
}
.property-details-page .content-wrapper .read-more-content {
  display: none;
}
.property-details-page .content-wrapper .spc-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 40px auto;
}
.property-details-page .content-wrapper .overview-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.property-details-page .content-wrapper .overview-wrapper .overview-item {
  border-radius: 12px;
  border: 1px solid #D6D6D6;
  padding: 16px 16px;
  width: calc(25% - 12px);
}
.property-details-page .content-wrapper .overview-wrapper .overview-item .icon {
  margin-bottom: 20px;
}
.property-details-page .content-wrapper .overview-wrapper .overview-item .icon img,
.property-details-page .content-wrapper .overview-wrapper .overview-item .icon svg {
  width: 20px;
  height: 20px;
}
.property-details-page .content-wrapper .overview-wrapper .overview-item .icon svg path {
  fill: var(--color-dark);
}
.property-details-page .content-wrapper .overview-wrapper .overview-item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #585D63;
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper .overview-wrapper .overview-item .title {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper .overview-wrapper .overview-item {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 449px) {
  .property-details-page .content-wrapper .overview-wrapper .overview-item {
    width: calc(50% - 12px);
  }
}
.property-details-page .content-wrapper .map-block {
  overflow: hidden;
}
.property-details-page .content-wrapper .map-block iframe {
  width: 100%;
  height: 450px;
  border-radius: 16px;
}
.property-details-page .content-wrapper .panoramic-block {
  border-radius: 16px;
  overflow: hidden;
}
.property-details-page .content-wrapper .video-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.property-details-page .content-wrapper .video-block span {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.property-details-page .content-wrapper .video-block span img {
  width: 24px;
  height: 20px;
  display: block;
  transform: scale(1);
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper .video-block span {
    width: 60px;
    height: 60px;
  }
  .property-details-page .content-wrapper .video-block span img {
    width: 18px;
    height: 16px;
  }
}
.property-details-page .content-wrapper .video-block:hover span {
  background-color: var(--color-black);
}
.property-details-page .content-wrapper .video-block:hover span img {
  transform: scale(1.2);
}
.property-details-page .content-wrapper .attachement-block {
  border: 1px solid #D6D6D6;
  border-radius: 9px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-details-page .content-wrapper .attachement-block .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.property-details-page .content-wrapper .attachement-block .icon {
  width: 20px;
  height: 20px;
  display: flex;
}
.property-details-page .content-wrapper .attachement-block .icon img {
  -o-object-fit: fill;
     object-fit: fill;
}
.property-details-page .content-wrapper .attachement-block .text {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .property-details-page .content-wrapper .attachement-block {
    margin-bottom: 16px;
  }
}
.property-details-page .content-wrapper .nearby-block,
.property-details-page .content-wrapper .ul-block {
  display: flex;
  gap: 150px;
}
.property-details-page .content-wrapper .nearby-block ul,
.property-details-page .content-wrapper .ul-block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.property-details-page .content-wrapper .nearby-block ul li,
.property-details-page .content-wrapper .ul-block ul li {
  font-size: 16px;
  line-height: normal;
  color: #878B8F;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  padding-left: 15px;
}
.property-details-page .content-wrapper .nearby-block ul li.title,
.property-details-page .content-wrapper .ul-block ul li.title {
  padding: 0;
  color: var(--color-dark);
  margin-bottom: 10px;
}
.property-details-page .content-wrapper .nearby-block ul li.title::before,
.property-details-page .content-wrapper .ul-block ul li.title::before {
  display: none;
}
.property-details-page .content-wrapper .nearby-block ul li::before,
.property-details-page .content-wrapper .ul-block ul li::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #878B8F;
  margin: auto;
}
.property-details-page .content-wrapper .nearby-block ul li span,
.property-details-page .content-wrapper .ul-block ul li span {
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper .nearby-block ul li,
  .property-details-page .content-wrapper .ul-block ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper .nearby-block ul,
  .property-details-page .content-wrapper .ul-block ul {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper .nearby-block,
  .property-details-page .content-wrapper .ul-block {
    display: block;
  }
}
.property-details-page .content-wrapper .floor-accordion .accordion-item {
  border: 5px solid #F3F3F3;
  border-radius: 16px;
  margin-bottom: 24px;
}
.property-details-page .content-wrapper .floor-accordion .accordion-item:last-child {
  margin: 0;
}
.property-details-page .content-wrapper .floor-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  color: #585D63;
  font-weight: 400;
  padding: 16px 16px;
  background-color: #F3F3F3;
}
.property-details-page .content-wrapper .floor-accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.property-details-page .content-wrapper .floor-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper .floor-accordion .accordion-item .accordion-header .accordion-button {
    padding: 10px 16px;
  }
}
.property-details-page .content-wrapper .floor-accordion .accordion-item .accordion-body {
  text-align: center;
  padding: 50px 50px;
}
.property-details-page .content-wrapper .floor-accordion .accordion-item .accordion-body img {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper .floor-accordion .accordion-item {
    border-radius: 8px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .property-details-page .content-wrapper {
    padding: 24px 24px;
  }
}
.property-details-page .widget-wrapper .widget-block {
  width: 100%;
  border-radius: 16px;
  background-color: var(--color-white);
  padding: 24px 24px;
  margin-bottom: 1.5rem;
}
.property-details-page .widget-wrapper .widget-block h6 {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 24px;
}
.property-details-page .widget-wrapper .widget-block .form-block {
  display: inline-block;
  width: 100%;
}
.property-details-page .widget-wrapper .widget-block .form-group .form-control {
  width: 100%;
  border: 1px solid var(--color-dark);
  border-radius: 8px;
  padding: 10px 15px;
  color: #585D63;
  font-size: 14px;
}
.property-details-page .widget-wrapper .widget-block .form-group .form-control::-moz-placeholder {
  color: #878B8F;
}
.property-details-page .widget-wrapper .widget-block .form-group .form-control::placeholder {
  color: #878B8F;
}
.property-details-page .widget-wrapper .widget-block .form-group textarea {
  height: 120px;
}
.property-details-page .widget-wrapper .widget-block .button-block .btn-send {
  background-color: var(--color-dark);
  color: var(--theme-color);
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 8px;
}
.property-details-page .widget-wrapper .widget-block .button-block .btn-send:hover {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.property-details-page .widget-wrapper .widget-block .button-block .btn-request {
  background-color: var(--theme-color);
  color: var(--color-dark);
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 8px;
}
.property-details-page .widget-wrapper .widget-block .button-block .btn-request:hover {
  background-color: var(--color-dark);
  color: var(--theme-color);
}
.property-details-page .widget-wrapper .widget-block .button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.property-details-page .widget-wrapper .widget-block .button-group .cta-btn {
  background-color: transparent;
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  font-size: 13px;
  font-weight: 500;
  padding: 12px 15px;
  line-height: normal;
  text-decoration: none;
  border-radius: 8px;
  width: calc(50% - 6px);
  text-align: center;
}
.property-details-page .widget-wrapper .widget-block .button-group .cta-btn img {
  width: 16px;
  height: 14px;
  display: flex;
}
.property-details-page .widget-wrapper .widget-block .button-group .cta-btn:hover {
  background-color: var(--theme-color);
  color: var(--color-dark);
  border-color: var(--theme-color);
}
.property-details-page .widget-wrapper .widget-block.enquire-form {
  padding-top: 40px;
}
.property-details-page .widget-wrapper .widget-block.enquire-form .user-icon {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.property-details-page .widget-wrapper .widget-block.enquire-form h5 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-dark);
  text-align: center;
}
@media (max-width: 1399px) {
  .property-details-page .widget-wrapper .widget-block.enquire-form h5 {
    font-size: 20px;
  }
}
.property-details-page .widget-wrapper .widget-block.enquire-form p {
  font-size: 18px;
  color: #585D63;
  text-align: center;
  line-height: normal;
  margin: 0;
}
.property-details-page .widget-wrapper .widget-block .dateSlider {
  margin-bottom: 24px;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .slider-item {
  padding: 5px 5px;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .slider-item .date-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background-color: var(--color-white);
  border: 1px solid #D6D6D6;
  padding: 15px 10px;
  border-radius: 9px;
  width: 100%;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .slider-item .date-block span {
  text-transform: uppercase;
  color: var(--color-dark);
  line-height: normal;
  text-align: center;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .slider-item .date-block .day {
  font-size: 14px;
  font-weight: 400;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .slider-item .date-block .date {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .property-details-page .widget-wrapper .widget-block .dateSlider .slider-item .date-block .date {
    font-size: 20px;
  }
}
.property-details-page .widget-wrapper .widget-block .dateSlider .slider-item .date-block .month {
  font-size: 14px;
  font-weight: 400;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .slider-item .date-block:hover, .property-details-page .widget-wrapper .widget-block .dateSlider .slider-item .date-block.current-date {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.property-details-page .widget-wrapper .widget-block .dateSlider .owl-nav {
  margin: 0px auto;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .owl-nav [class*=owl-] {
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--color-white) !important;
  border: 1px solid #D6D6D6;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .owl-nav [class*=owl-] img {
  width: 4px;
  height: 8px;
}
.property-details-page .widget-wrapper .widget-block .dateSlider .owl-nav [class*=owl-].owl-next {
  right: -12px;
  left: inherit;
}
@media (max-width: 991px) {
  .property-details-page {
    padding: 0;
    overflow: hidden;
  }
  .property-details-page .container {
    padding: 0;
  }
}

.related-property-list {
  background-color: var(--color-white);
}
.related-property-list .section-title {
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}
.related-property-list .section-title .title {
  color: var(--color-dark);
}
.related-property-list .property-detail {
  --bs-gutter-x: 1.5rem;
  display: flex;
  background: #fff;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: calc(var(--bs-gutter-x) * 1);
  border: 1px solid #D6D6D6;
}
.related-property-list .property-detail .image-block {
  width: 100%;
  position: relative;
}
.related-property-list .property-detail .image-block .favourite {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 9;
}
.related-property-list .property-detail .image-block .favourite img {
  width: 14px;
  height: 19px;
}
.related-property-list .property-detail .image-block .favourite svg {
  width: 14px;
  height: 19px;
}
.related-property-list .property-detail .image-block .favourite svg path {
  stroke: var(--color-dark);
  fill: transparent;
  stroke-width: 2px;
}
.related-property-list .property-detail .image-block .favourite.selected svg path {
  fill: var(--color-dark);
}
.related-property-list .property-detail .image-block .slider-item img {
  width: 100%;
  height: 100%;
}
.related-property-list .property-detail .content-block {
  padding: 30px;
  background: var(--color-white);
}
.related-property-list .property-detail .content-block .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-property-list .property-detail .content-block .details .lft-block span {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.related-property-list .property-detail .content-block .details .lft-block span.category-tag {
  font-size: 16px;
  color: #878B8F;
}
@media (max-width: 767px) {
  .related-property-list .property-detail .content-block .details .lft-block span.category-tag {
    font-size: 14px;
  }
}
.related-property-list .property-detail .content-block .details .lft-block span.product-price {
  font-size: 24px;
  color: var(--color-dark);
  font-weight: 500;
}
@media (max-width: 767px) {
  .related-property-list .property-detail .content-block .details .lft-block span.product-price {
    font-size: 20px;
  }
}
.related-property-list .property-detail .content-block .details .lft-block a:hover .product-price {
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .related-property-list .property-detail .content-block .details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
.related-property-list .property-detail .content-block .location-block {
  font-size: 16px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
}
.related-property-list .property-detail .content-block .location-block img {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .related-property-list .property-detail .content-block .location-block {
    font-size: 14px;
  }
}
.related-property-list .property-detail .content-block .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.related-property-list .property-detail .content-block .fetaures ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 1399px) {
  .related-property-list .property-detail .content-block .fetaures ul {
    gap: 20px;
  }
}
.related-property-list .property-detail .content-block .fetaures ul li {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.related-property-list .property-detail .content-block .fetaures ul li img {
  width: 16px;
  height: 16px;
}
@media (max-width: 1399px) {
  .related-property-list .property-detail .content-block .fetaures ul li {
    font-size: 15px;
  }
  .related-property-list .property-detail .content-block .fetaures ul li img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 449px) {
  .related-property-list .property-detail .content-block .fetaures ul li {
    font-size: 12px;
  }
  .related-property-list .property-detail .content-block .fetaures ul li img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1399px) {
  .related-property-list .property-detail .content-block {
    padding: 20px;
  }
}
@media (max-width: 449px) {
  .related-property-list .property-detail .content-block {
    padding: 15px;
  }
}
.related-property-list .property-detail:hover .image-block figure:after {
  top: 0;
  transition: all 400ms;
}
.related-property-list .property-detail .img-block {
  height: 210px;
  overflow: hidden;
}
.related-property-list .owl-nav {
  position: absolute;
  right: 0;
  top: -75px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.related-property-list .owl-nav [class*=owl-] {
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: rgba(16, 24, 32, 0.12) !important;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-property-list .owl-nav [class*=owl-] img {
  width: 4px;
  height: 8px;
}

.projects-page {
  background-color: #F3F3F3;
  overflow: hidden;
}
.projects-page .project-search-form .form-group label {
  font-size: 18px;
  color: var(--color-dark);
  margin-bottom: 20px;
}
.projects-page .project-search-form .form-group .form-select {
  border-radius: 16px;
  background: var(--color-white);
  border: 1px solid var(--color-white);
  padding: 15px 15px;
  color: var(--color-dark);
}
.projects-page .project-search-form .form-group .form-select:focus {
  box-shadow: none;
}
.projects-page .project-search-form .form-group .form-select::-moz-placeholder {
  color: var(--color-dark);
}
.projects-page .project-search-form .form-group .form-select::placeholder {
  color: var(--color-dark);
}
.projects-page .project-search-form .button-group {
  text-align: right;
  padding-left: 50px;
}
.projects-page .project-search-form .button-group .btn-link {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .projects-page .project-search-form {
    display: none;
  }
}
.projects-page .project-listing-wrapper {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper {
    margin: 0;
  }
}
.projects-page .project-listing-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.projects-page .project-listing-wrapper .title-wrapper h4 {
  color: var(--color-dark);
  font-weight: bold;
}
.projects-page .project-listing-wrapper .title-wrapper h4 span {
  color: #878B8F;
}
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs {
  border: none;
  display: inline-flex;
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 6px;
}
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0;
  border-radius: 8px;
  background-color: transparent;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs .nav-item .nav-link img,
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs .nav-item .nav-link svg {
  width: 32px;
  height: 8px;
}
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs .nav-item .nav-link svg {
  fill: var(--color-dark);
}
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs .nav-item .nav-link svg path {
  fill: var(--color-dark);
}
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--color-dark);
}
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs .nav-item .nav-link.active svg {
  fill: var(--color-white);
}
.projects-page .project-listing-wrapper .title-wrapper .box-filter-tab .nav-tabs .nav-item .nav-link.active svg path {
  fill: var(--color-white);
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .title-wrapper .box-filter-tab {
    display: none;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail {
  background-color: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .main-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block {
  position: relative;
  z-index: 1;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .pr-logo {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
  width: 120px;
  height: 62px;
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .pr-logo {
    width: 100px;
    height: 50px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .tag {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 9;
  border-radius: 50px;
  background-color: var(--theme-color);
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .tag img, .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .tag svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .tag img, .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .tag svg {
    width: 12px;
    height: 12px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .tag svg path {
  fill: var(--color-dark);
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .image-block .tag {
    font-size: 12px;
    left: 15px;
    top: 15px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block {
  padding: 24px 24px;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details {
  display: flex;
  justify-content: space-between;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .left-block span {
  display: block;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .left-block .project-title {
  font-size: 28px;
  color: var(--color-dark);
  font-weight: bold;
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .left-block .project-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .left-block .project-title {
    font-size: 20px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .left-block .location-block {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #878B8F;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .left-block .location-block img {
  width: 10px;
  height: 14px;
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .left-block .location-block {
    font-size: 15px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .right-block span {
  display: block;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .right-block .sub-title {
  font-size: 18px;
  color: #878B8F;
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .right-block .sub-title {
    font-size: 15px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .right-block .price {
  font-size: 28px;
  color: var(--color-dark);
  font-weight: bold;
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .right-block .price {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .details .right-block .price {
    font-size: 20px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details {
  display: flex;
  align-items: center;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li {
  position: relative;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
  display: none;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li:not(:first-child) {
  padding-left: 40px;
  margin-left: 40px;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li:not(:first-child)::before {
  display: block;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .sub-title {
  font-size: 18px;
  color: #878B8F;
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .sub-title {
    font-size: 15px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  color: var(--color-dark);
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title span {
  color: #878B8F;
  font-weight: 400;
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title img, .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title img, .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title svg {
    width: 14px;
    height: 14px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title svg path {
  fill: #585D63;
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail .content-block .more-details li .title {
    font-size: 16px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail.coming-soon .image-block .thumb-img {
  height: 528px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail.coming-soon .image-block .thumb-img {
    height: 473px;
  }
}
@media (max-width: 991px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid .project-detail.coming-soon .image-block .thumb-img {
    height: 328px;
  }
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid.grid-three .project-detail .content-block .details .left-block .project-title, .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid.grid-three .project-detail .content-block .details .right-block .price {
    font-size: 18px;
  }
}
.projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid.grid-three .project-detail.coming-soon .image-block .thumb-img {
  height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .projects-page .project-listing-wrapper .listing-animate-tab .tab-content .listing-grid.grid-three .project-detail.coming-soon .image-block .thumb-img {
    height: 346px;
  }
}

.select2-container .select2-selection--single {
  border-radius: 16px;
  background: var(--color-white);
  border: 1px solid var(--color-white);
  padding: 10px 15px;
  color: var(--color-dark);
  min-height: 48px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.select2-dropdown {
  border-radius: 16px;
  background-color: var(--color-white);
  border: none;
  overflow: hidden;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 12px 15px;
}

.projects-details-coming-soon-page {
  background-color: #F3F3F3;
}
.projects-details-coming-soon-page .project-detail .image-block {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.projects-details-coming-soon-page .project-detail .image-block a {
  display: block;
}
@media (max-width: 991px) {
  .projects-details-coming-soon-page .project-detail .image-block .thumb-img {
    height: 320px;
  }
}
.projects-details-coming-soon-page .project-detail .image-block .tag {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 9;
  border-radius: 50px;
  background-color: var(--theme-color);
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.projects-details-coming-soon-page .project-detail .image-block .tag img, .projects-details-coming-soon-page .project-detail .image-block .tag svg {
  width: 16px;
  height: 16px;
}
.projects-details-coming-soon-page .project-detail .image-block .tag svg path {
  fill: var(--color-dark);
}
@media (max-width: 991px) {
  .projects-details-coming-soon-page .project-detail .image-block .tag {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.projects-details-coming-soon-page .project-detail .content-block {
  background-color: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 24px;
}
.projects-details-coming-soon-page .project-detail .content-block .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-details-coming-soon-page .project-detail .content-block .details .left-block {
  display: flex;
  align-items: center;
  gap: 40px;
}
.projects-details-coming-soon-page .project-detail .content-block .details .left-block .logo {
  width: 100px;
  height: 52px;
}
.projects-details-coming-soon-page .project-detail .content-block .details .left-block span {
  display: block;
}
.projects-details-coming-soon-page .project-detail .content-block .details .left-block .project-title {
  font-size: 28px;
  color: var(--color-dark);
  font-weight: bold;
}
@media (max-width: 991px) {
  .projects-details-coming-soon-page .project-detail .content-block .details .left-block .project-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .projects-details-coming-soon-page .project-detail .content-block .details .left-block {
    flex-direction: column;
    gap: 15px;
  }
}
.projects-details-coming-soon-page .project-detail .content-block .details .right-block span {
  display: block;
}
.projects-details-coming-soon-page .project-detail .content-block .details .right-block .sub-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .projects-details-coming-soon-page .project-detail .content-block .details .right-block .sub-title {
    font-size: 16px;
  }
}
.projects-details-coming-soon-page .project-detail .content-block .details .right-block .price {
  font-size: 28px;
  color: var(--color-dark);
  font-weight: bold;
}
.projects-details-coming-soon-page .project-detail .content-block .details .location-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.projects-details-coming-soon-page .project-detail .content-block .details .location-block .location-title {
  font-size: 16px;
  color: var(--color-dark);
}
.projects-details-coming-soon-page .project-detail .content-block .details .location-block .location-address {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #878B8F;
}
.projects-details-coming-soon-page .project-detail .content-block .details .location-block .location-address img {
  width: 10px;
  height: 14px;
}
@media (max-width: 991px) {
  .projects-details-coming-soon-page .project-detail .content-block .details .dtl-btn {
    width: 100%;
  }
  .projects-details-coming-soon-page .project-detail .content-block .details .dtl-btn .tbtn {
    display: block;
    height: auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .projects-details-coming-soon-page .project-detail .content-block .details {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.projects-details-coming-soon-page .project-detail .content-block .line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}

.more-projects {
  background-color: var(--color-white);
}
.more-projects .section-title {
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}
.more-projects .section-title .title {
  color: var(--color-dark);
}
.more-projects .project-detail {
  background-color: var(--color-white);
  border: 1px solid #D6D6D6;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.more-projects .project-detail .main-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.more-projects .project-detail .image-block {
  position: relative;
  z-index: 1;
}
.more-projects .project-detail .image-block::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.more-projects .project-detail .image-block .pr-logo {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
  width: 120px;
  height: 62px;
}
.more-projects .project-detail .image-block .tag {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 9;
  border-radius: 50px;
  background-color: var(--theme-color);
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.more-projects .project-detail .image-block .tag img, .more-projects .project-detail .image-block .tag svg {
  width: 16px;
  height: 16px;
}
.more-projects .project-detail .image-block .tag svg path {
  fill: var(--color-dark);
}
.more-projects .project-detail .content-block {
  padding: 24px 24px;
}
.more-projects .project-detail .content-block .details {
  display: flex;
  justify-content: space-between;
}
.more-projects .project-detail .content-block .details .left-block span {
  display: block;
}
.more-projects .project-detail .content-block .details .left-block .project-title {
  font-size: 24px;
  color: var(--color-dark);
  font-weight: 500;
}
@media (max-width: 991px) {
  .more-projects .project-detail .content-block .details .left-block .project-title {
    font-size: 20px;
  }
}
.more-projects .project-detail .content-block .details .left-block .location-block {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #878B8F;
}
.more-projects .project-detail .content-block .details .left-block .location-block img {
  width: 10px;
  height: 14px;
}
@media (max-width: 1399px) {
  .more-projects .project-detail .content-block .details .left-block .location-block {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .more-projects .project-detail .content-block .details .left-block .location-block {
    font-size: 14px;
  }
}
.more-projects .project-detail .content-block .details .right-block span {
  display: block;
}
.more-projects .project-detail .content-block .details .right-block .sub-title {
  font-size: 18px;
  color: #878B8F;
}
@media (max-width: 1399px) {
  .more-projects .project-detail .content-block .details .right-block .sub-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .more-projects .project-detail .content-block .details .right-block .sub-title {
    font-size: 14px;
  }
}
.more-projects .project-detail .content-block .details .right-block .price {
  font-size: 24px;
  color: var(--color-dark);
  font-weight: 500;
}
@media (max-width: 991px) {
  .more-projects .project-detail .content-block .details .right-block .price {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .more-projects .project-detail .content-block .details {
    flex-direction: column;
    gap: 16px;
  }
}
.more-projects .project-detail .content-block .line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
@media (max-width: 767px) {
  .more-projects .project-detail .content-block .line {
    display: none;
  }
}
.more-projects .project-detail .content-block .more-details {
  display: flex;
  align-items: center;
}
.more-projects .project-detail .content-block .more-details li {
  position: relative;
}
.more-projects .project-detail .content-block .more-details li::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
  display: none;
}
.more-projects .project-detail .content-block .more-details li:not(:first-child) {
  padding-left: 40px;
  margin-left: 40px;
}
.more-projects .project-detail .content-block .more-details li:not(:first-child)::before {
  display: block;
}
@media (max-width: 767px) {
  .more-projects .project-detail .content-block .more-details li:not(:first-child) {
    padding: 0;
    margin: 0;
  }
  .more-projects .project-detail .content-block .more-details li:not(:first-child)::before {
    display: none;
  }
}
.more-projects .project-detail .content-block .more-details li .sub-title {
  font-size: 18px;
  color: #878B8F;
}
@media (max-width: 991px) {
  .more-projects .project-detail .content-block .more-details li .sub-title {
    font-size: 16px;
  }
}
.more-projects .project-detail .content-block .more-details li .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  color: var(--color-dark);
}
.more-projects .project-detail .content-block .more-details li .title span {
  color: #878B8F;
  font-weight: 400;
}
.more-projects .project-detail .content-block .more-details li .title img, .more-projects .project-detail .content-block .more-details li .title svg {
  width: 20px;
  height: 20px;
}
.more-projects .project-detail .content-block .more-details li .title svg path {
  fill: #585D63;
}
@media (max-width: 991px) {
  .more-projects .project-detail .content-block .more-details li .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .more-projects .project-detail .content-block .more-details {
    gap: 16px;
    align-items: flex-start;
    display: none;
  }
}
@media (max-width: 991px) {
  .more-projects .project-detail .content-block {
    padding: 16px 16px;
  }
}
.more-projects .project-detail.coming-soon .image-block .thumb-img {
  height: 381px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .more-projects .project-detail.coming-soon .image-block .thumb-img {
    height: 355px;
  }
}
@media (max-width: 767px) {
  .more-projects .project-detail.coming-soon .image-block .thumb-img {
    height: 190px;
  }
}
.more-projects .owl-nav {
  position: absolute;
  right: 0;
  top: -75px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.more-projects .owl-nav [class*=owl-] {
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: rgba(16, 24, 32, 0.12) !important;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-projects .owl-nav [class*=owl-] img {
  width: 4px;
  height: 8px;
}

.projects-details-page {
  background-color: #F3F3F3;
}
.projects-details-page .project-filter-tab {
  text-align: center;
}
.projects-details-page .project-filter-tab .nav-tabs {
  border: none;
  display: inline-flex;
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 6px;
  gap: 10px;
}
.projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  background-color: #F3F3F3;
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link img,
.projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link img,
  .projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link svg {
    width: 18px;
    height: 18px;
  }
}
.projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link svg {
  fill: var(--color-dark);
}
.projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link svg path {
  fill: var(--color-dark);
}
.projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link.active svg {
  fill: var(--color-white);
}
.projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link.active svg path {
  fill: var(--color-white);
}
@media (max-width: 767px) {
  .projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 10px 20px;
  }
  .projects-details-page .project-filter-tab .nav-tabs .nav-item .nav-link span {
    display: none;
  }
}
.projects-details-page .details-animate-tab {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab {
    margin-top: 24px;
  }
}
.projects-details-page .details-animate-tab .image-gallery {
  padding: 0px;
  display: grid;
  grid-template-areas: "item1 item1 item2" "item1 item1 item3";
  gap: 12px;
  overflow: hidden;
}
.projects-details-page .details-animate-tab .image-gallery .item1 {
  grid-area: item1;
  position: relative;
}
.projects-details-page .details-animate-tab .image-gallery .item2 {
  grid-area: item2;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .image-gallery .item2 {
    display: none;
  }
}
.projects-details-page .details-animate-tab .image-gallery .item3 {
  grid-area: item3;
}
.projects-details-page .details-animate-tab .image-gallery .item3::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .image-gallery .item3 {
    display: none;
  }
}
.projects-details-page .details-animate-tab .image-gallery .box-img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.projects-details-page .details-animate-tab .image-gallery .more-images {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 50px;
  font-weight: 700;
  color: var(--color-white);
  z-index: 9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .image-gallery {
    display: block;
  }
}
.projects-details-page .details-animate-tab .projects-title-block {
  background-color: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 24px;
}
.projects-details-page .details-animate-tab .projects-title-block .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.projects-details-page .details-animate-tab .projects-title-block .details .left-block {
  display: flex;
  align-items: center;
  gap: 40px;
}
.projects-details-page .details-animate-tab .projects-title-block .details .left-block .logo {
  width: 100px;
  height: 52px;
}
.projects-details-page .details-animate-tab .projects-title-block .details .left-block span {
  display: block;
}
.projects-details-page .details-animate-tab .projects-title-block .details .left-block .project-title {
  font-size: 28px;
  color: var(--color-dark);
  font-weight: bold;
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .projects-title-block .details .left-block .project-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .projects-details-page .details-animate-tab .projects-title-block .details .left-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.projects-details-page .details-animate-tab .projects-title-block .details .price-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.projects-details-page .details-animate-tab .projects-title-block .details .price-block .title {
  font-size: 14px;
  color: #878B8F;
  text-transform: uppercase;
}
.projects-details-page .details-animate-tab .projects-title-block .details .price-block .price {
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
  color: var(--color-dark);
}
.projects-details-page .details-animate-tab .projects-title-block .details .features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.projects-details-page .details-animate-tab .projects-title-block .details .features .title {
  display: block;
  font-size: 14px;
  color: var(--color-dark);
}
.projects-details-page .details-animate-tab .projects-title-block .details .features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.projects-details-page .details-animate-tab .projects-title-block .details .features ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.projects-details-page .details-animate-tab .projects-title-block .details .features ul li span {
  font-weight: 400;
  color: #585D63;
}
.projects-details-page .details-animate-tab .projects-title-block .details .features ul li img,
.projects-details-page .details-animate-tab .projects-title-block .details .features ul li svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .projects-title-block .details .features ul li img,
  .projects-details-page .details-animate-tab .projects-title-block .details .features ul li svg {
    width: 14px;
    height: 14px;
  }
}
.projects-details-page .details-animate-tab .projects-title-block .details .features ul li svg path {
  fill: var(--color-dark);
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .projects-title-block .details .features ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .projects-title-block .details .features ul {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .projects-title-block .details .features {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 24px 0;
    margin: 24px 0;
    width: 100%;
  }
}
.projects-details-page .details-animate-tab .projects-title-block .details .location-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.projects-details-page .details-animate-tab .projects-title-block .details .location-block .location-title {
  font-size: 16px;
  color: var(--color-dark);
}
.projects-details-page .details-animate-tab .projects-title-block .details .location-block .location-address {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #878B8F;
}
.projects-details-page .details-animate-tab .projects-title-block .details .location-block .location-address img {
  width: 10px;
  height: 14px;
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .projects-title-block .details .location-block .location-address {
    font-size: 14px;
  }
}
.projects-details-page .details-animate-tab .projects-title-block .line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.projects-details-page .details-animate-tab .content-wrapper {
  background-color: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 24px;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper {
    padding: 16px 16px;
  }
}
.projects-details-page .details-animate-tab .content-wrapper .content-block {
  position: relative;
}
.projects-details-page .details-animate-tab .content-wrapper h6 {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 24px;
}
.projects-details-page .details-animate-tab .content-wrapper h6 span {
  font-size: 18px;
  font-weight: 500;
  color: #878B8F;
}
.projects-details-page .details-animate-tab .content-wrapper p {
  font-size: 16px;
  color: #585D63;
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .content-wrapper p {
    font-size: 14px;
  }
}
.projects-details-page .details-animate-tab .content-wrapper .moreless-button {
  font-size: 14px;
  font-weight: 500;
  color: #585D63;
  position: relative;
}
.projects-details-page .details-animate-tab .content-wrapper .moreless-button::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #585D63;
}
.projects-details-page .details-animate-tab .content-wrapper .read-more-content {
  display: none;
}
.projects-details-page .details-animate-tab .content-wrapper .spc-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 40px auto;
}
.projects-details-page .details-animate-tab .content-wrapper .overview-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.projects-details-page .details-animate-tab .content-wrapper .overview-wrapper .overview-item {
  border-radius: 12px;
  border: 1px solid #D6D6D6;
  padding: 16px 16px;
  width: calc(25% - 12px);
}
.projects-details-page .details-animate-tab .content-wrapper .overview-wrapper .overview-item .icon {
  margin-bottom: 20px;
}
.projects-details-page .details-animate-tab .content-wrapper .overview-wrapper .overview-item .icon img,
.projects-details-page .details-animate-tab .content-wrapper .overview-wrapper .overview-item .icon svg {
  width: 20px;
  height: 20px;
}
.projects-details-page .details-animate-tab .content-wrapper .overview-wrapper .overview-item .icon svg path {
  fill: var(--color-dark);
}
.projects-details-page .details-animate-tab .content-wrapper .overview-wrapper .overview-item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #585D63;
}
.projects-details-page .details-animate-tab .content-wrapper .map-block {
  overflow: hidden;
}
.projects-details-page .details-animate-tab .content-wrapper .map-block iframe {
  width: 100%;
  height: 450px;
  border-radius: 16px;
}
.projects-details-page .details-animate-tab .content-wrapper .panoramic-block {
  border-radius: 16px;
  overflow: hidden;
}
.projects-details-page .details-animate-tab .content-wrapper .video-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.projects-details-page .details-animate-tab .content-wrapper .video-block span {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.projects-details-page .details-animate-tab .content-wrapper .video-block span img {
  width: 24px;
  height: 20px;
  display: block;
  transform: scale(1);
}
.projects-details-page .details-animate-tab .content-wrapper .video-block:hover span {
  background-color: var(--color-black);
}
.projects-details-page .details-animate-tab .content-wrapper .video-block:hover span img {
  transform: scale(1.2);
}
.projects-details-page .details-animate-tab .content-wrapper .attachement-block {
  border: 1px solid #D6D6D6;
  border-radius: 9px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-details-page .details-animate-tab .content-wrapper .attachement-block .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.projects-details-page .details-animate-tab .content-wrapper .attachement-block .icon {
  width: 20px;
  height: 20px;
  display: flex;
}
.projects-details-page .details-animate-tab .content-wrapper .attachement-block .icon img {
  -o-object-fit: fill;
     object-fit: fill;
}
.projects-details-page .details-animate-tab .content-wrapper .attachement-block .text {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .content-wrapper .attachement-block {
    margin-bottom: 16px;
  }
}
.projects-details-page .details-animate-tab .content-wrapper .nearby-block,
.projects-details-page .details-animate-tab .content-wrapper .ul-block {
  display: flex;
  gap: 150px;
}
.projects-details-page .details-animate-tab .content-wrapper .nearby-block ul,
.projects-details-page .details-animate-tab .content-wrapper .ul-block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.projects-details-page .details-animate-tab .content-wrapper .nearby-block ul li,
.projects-details-page .details-animate-tab .content-wrapper .ul-block ul li {
  font-size: 16px;
  line-height: normal;
  color: #878B8F;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  padding-left: 15px;
}
.projects-details-page .details-animate-tab .content-wrapper .nearby-block ul li.title,
.projects-details-page .details-animate-tab .content-wrapper .ul-block ul li.title {
  padding: 0;
  color: var(--color-dark);
  margin-bottom: 10px;
}
.projects-details-page .details-animate-tab .content-wrapper .nearby-block ul li.title::before,
.projects-details-page .details-animate-tab .content-wrapper .ul-block ul li.title::before {
  display: none;
}
.projects-details-page .details-animate-tab .content-wrapper .nearby-block ul li::before,
.projects-details-page .details-animate-tab .content-wrapper .ul-block ul li::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #878B8F;
  margin: auto;
}
.projects-details-page .details-animate-tab .content-wrapper .nearby-block ul li span,
.projects-details-page .details-animate-tab .content-wrapper .ul-block ul li span {
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper .nearby-block ul li,
  .projects-details-page .details-animate-tab .content-wrapper .ul-block ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper .nearby-block ul,
  .projects-details-page .details-animate-tab .content-wrapper .ul-block ul {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper .nearby-block,
  .projects-details-page .details-animate-tab .content-wrapper .ul-block {
    display: block;
  }
}
.projects-details-page .details-animate-tab .content-wrapper .floor-accordion .accordion-item {
  border: 5px solid #F3F3F3;
  border-radius: 16px;
  margin-bottom: 24px;
}
.projects-details-page .details-animate-tab .content-wrapper .floor-accordion .accordion-item:last-child {
  margin: 0;
}
.projects-details-page .details-animate-tab .content-wrapper .floor-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  color: #585D63;
  font-weight: 400;
  padding: 16px 16px;
  background-color: #F3F3F3;
}
.projects-details-page .details-animate-tab .content-wrapper .floor-accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.projects-details-page .details-animate-tab .content-wrapper .floor-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.projects-details-page .details-animate-tab .content-wrapper .floor-accordion .accordion-item .accordion-body {
  text-align: center;
  padding: 50px 50px;
}
.projects-details-page .details-animate-tab .content-wrapper .floor-accordion .accordion-item .accordion-body img {
  max-width: 70%;
  margin: auto;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper {
  margin-top: 40px;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail {
  display: flex;
  background: var(--color-white);
  border: 1px solid #D6D6D6;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .image-block {
  width: 100%;
  height: 100%;
  position: relative;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .image-block .singleItemSlider {
  height: 100%;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .image-block .singleItemSlider .slider-item img {
  width: 100%;
  height: 100%;
  min-height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block {
  padding: 26px 20px;
  background: var(--color-white);
  position: relative;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .favourite {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #F3F3F3;
  z-index: 9;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .favourite img, .projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .favourite svg {
  width: 14px;
  height: 19px;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .favourite img, .projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .favourite svg {
    width: 9px;
    height: 12px;
  }
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .favourite svg path {
  stroke: var(--color-dark);
  fill: transparent;
  stroke-width: 2px;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .favourite.selected svg path {
  fill: var(--color-dark);
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .favourite {
    width: 32px;
    height: 32px;
  }
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .details .lft-block span {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .details .lft-block span.category-tag {
  font-size: 14px;
  color: #878B8F;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .details .lft-block span.product-price {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .details .lft-block span.p-caption {
  font-size: 14px;
  color: #878B8F;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .details .lft-block a:hover .product-price {
  color: var(--theme-color);
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .location-block {
  font-size: 14px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .location-block img {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .fetaures ul {
  display: flex;
  gap: 30px;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .fetaures ul li {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .fetaures ul li img {
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .fetaures ul li img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .fetaures ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail .content-block .fetaures ul {
    gap: 16px;
  }
}
.projects-details-page .details-animate-tab .content-wrapper .product-v-listing-wrapper .property-detail:hover .image-block figure:after {
  top: 0;
  transition: all 400ms;
}
.projects-details-page .details-animate-tab .content-wrapper .more-link {
  position: absolute;
  right: 0;
  top: 0;
}
.projects-details-page .details-animate-tab .content-wrapper .more-link a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  position: relative;
}
.projects-details-page .details-animate-tab .content-wrapper .more-link a::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #585D63;
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .content-wrapper .more-link {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block {
  width: 100%;
  border-radius: 16px;
  background-color: var(--color-white);
  padding: 24px 24px;
  margin-bottom: 1.5rem;
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block h6 {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 24px;
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block .form-block {
  display: inline-block;
  width: 100%;
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block .form-group .form-control {
  width: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 10px 15px;
  color: #585D63;
  font-size: 14px;
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block .form-group .form-control::-moz-placeholder {
  color: #878B8F;
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block .form-group .form-control::placeholder {
  color: #878B8F;
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block .form-group textarea {
  height: 120px;
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block .button-block .btn-send {
  background-color: var(--color-dark);
  color: var(--color-white);
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 8px;
}
.projects-details-page .details-animate-tab .widget-wrapper .widget-block .button-block .btn-send:hover {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.projects-details-page .details-animate-tab .filter-group {
  background-color: var(--color-white);
  padding: 24px 24px;
  border-radius: 16px;
}
.projects-details-page .details-animate-tab .filter-group .select2-container .select2-selection--single {
  background-color: #F3F3F3;
  border: 1px solid #D6D6D6;
  color: #878B8F;
  border-radius: 50px;
}
.projects-details-page .details-animate-tab .filter-group .form-control {
  border: 1px solid var(--color-dark);
  border-radius: 50px;
  height: 48px;
  padding: 10px 24px;
}
.projects-details-page .details-animate-tab .filter-group .button-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 15px;
}
.projects-details-page .details-animate-tab .filter-group .button-group .clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  color: var(--color-dark);
  font-weight: 500;
}
.projects-details-page .details-animate-tab .filter-group .button-group .btn-link {
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .filter-group {
    display: none;
  }
}
.projects-details-page .details-animate-tab .listing-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}
.projects-details-page .details-animate-tab .listing-title h4 {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-dark);
}
.projects-details-page .details-animate-tab .listing-title h4 span {
  font-size: 14px;
  font-weight: 400;
  color: #585D63;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .listing-title h4 span {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .listing-title h4 {
    font-size: 20px;
  }
}
.projects-details-page .details-animate-tab .listing-title .sort-option {
  display: flex;
  align-items: center;
  gap: 15px;
}
.projects-details-page .details-animate-tab .listing-title .sort-option label {
  flex: none;
  font-size: 16px;
  color: #585D63;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .listing-title .sort-option label {
    display: none;
  }
}
.projects-details-page .details-animate-tab .listing-title .sort-option .form-select {
  border: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .listing-title .sort-option {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .listing-title {
    display: block;
  }
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail {
  display: flex;
  background: var(--color-white);
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .image-block {
  width: 100%;
  position: relative;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .image-block .favourite {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 9;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .image-block .favourite img {
  width: 14px;
  height: 19px;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .image-block .favourite svg {
  width: 14px;
  height: 19px;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .image-block .favourite svg path {
  stroke: var(--color-dark);
  fill: transparent;
  stroke-width: 2px;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .image-block .favourite.selected svg path {
  fill: var(--color-dark);
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block {
  padding: 26px 20px;
  background: var(--color-white);
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .details .lft-block span {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .details .lft-block span.category-tag {
  font-size: 14px;
  color: #878B8F;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .details .lft-block span.product-price {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .details .lft-block a:hover .product-price {
  color: var(--theme-color);
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .location-block {
  font-size: 14px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .location-block img {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .fetaures ul {
  display: flex;
  gap: 30px;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .fetaures ul li {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail .content-block .fetaures ul li img {
  width: 16px;
  height: 16px;
}
.projects-details-page .details-animate-tab .property-listing-wrapper .property-detail:hover .image-block figure:after {
  top: 0;
  transition: all 400ms;
}
.projects-details-page .details-animate-tab .master-plan-wrapper {
  position: relative;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-block img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.projects-details-page .details-animate-tab .master-plan-wrapper .option-block {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 10px;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .option-block span {
  background-color: var(--color-white);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 16px;
  line-height: normal;
  color: #585D63;
  display: flex;
  align-items: center;
  gap: 10px;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .option-block span i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .option-block span b {
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .option-block span {
    padding: 8px 10px;
    font-size: 12px;
    gap: 5px;
  }
  .projects-details-page .details-animate-tab .master-plan-wrapper .option-block span i {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .option-block {
    position: static;
    padding: 15px 0;
    gap: 6px;
  }
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-white);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  z-index: 9;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-thumb {
  width: 400px;
  height: 200px;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-thumb {
    width: 100%;
  }
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features {
  background-color: var(--color-white);
  padding: 24px 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block {
  border: 1px solid #D6D6D6;
  padding: 24px 24px;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  gap: 15px;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item .title {
  font-size: 16px;
  line-height: 1;
  color: #878B8F;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item .title {
    font-size: 14px;
  }
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item .content {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-dark);
  font-size: 18px;
  line-height: 1;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item .content img, .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item .content svg {
  width: 16px;
  height: 16px;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item .content svg path {
  fill: var(--color-dark);
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item .content {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item {
    gap: 10px;
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 767px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block .features-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features .features-block {
    padding: 16px 16px;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .plan-features {
    padding: 16px 16px;
  }
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .price-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .price-details .block-span {
  display: flex;
  flex-direction: column;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .price-details .block-span .ps-title {
  font-size: 16px;
  color: #878B8F;
}
.projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .price-details .block-span .price {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .price-details {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .price-details .block-btn {
    display: block;
    width: 100%;
  }
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block .price-details .block-btn .btn-link {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
  }
}
@media (max-width: 991px) {
  .projects-details-page .details-animate-tab .master-plan-wrapper .plan-details-block {
    position: static;
    max-width: 100%;
    border-radius: 16px;
  }
}

.sell-property-page-title {
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sell-property-page-title::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(16, 24, 32, 0) 0%, rgba(16, 24, 32, 0.5) 50%, rgb(16, 24, 32) 100%);
  z-index: -1;
}
.sell-property-page-title .title {
  color: var(--color-white);
  line-height: normal;
}
@media (max-width: 991px) {
  .sell-property-page-title .title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .sell-property-page .sell-property-main .sell-top {
    flex-direction: column-reverse;
  }
}
.sell-property-page .sell-property-main .content-block .title {
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .sell-property-page .sell-property-main .content-block .title {
    font-size: 28px;
  }
}
.sell-property-page .sell-property-main .content-block .ex-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sell-property-page .sell-property-main .content-block .ex-block .ex-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sell-property-page .sell-property-main .content-block .ex-block .ex-item .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sell-property-page .sell-property-main .content-block .ex-block .ex-item .icon img {
  width: 26px;
  height: 26px;
}
.sell-property-page .sell-property-main .content-block .ex-block .ex-item .text {
  flex: 1;
}
.sell-property-page .sell-property-main .content-block .ex-block .ex-item .text h6 {
  font-size: 18px;
  color: var(--color-dark);
  font-weight: 500;
}
.sell-property-page .sell-property-main .content-block .ex-block .ex-item .text p {
  font-size: 16px;
  color: #585D63;
  max-width: 70%;
  margin: 0;
}
@media (max-width: 991px) {
  .sell-property-page .sell-property-main .content-block {
    margin-top: 30px;
  }
}
.sell-property-page .sell-property-main .img-block img {
  max-width: 434px;
}
.sell-property-page .sell-block-place {
  padding-bottom: 160px;
}
.sell-property-page .sell-block-place .place-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sell-property-page .sell-block-place .place-wrapper .card {
  width: calc(25% - 20px);
  border-radius: 16px;
  border: none;
}
.sell-property-page .sell-block-place .place-wrapper .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
}
.sell-property-page .sell-block-place .place-wrapper .card .card-body .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--theme-color);
  margin-bottom: 37px;
  font-size: 20px;
  font-weight: 500;
}
.sell-property-page .sell-block-place .place-wrapper .card .card-body .card-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 24px;
  line-height: normal;
}
.sell-property-page .sell-block-place .place-wrapper .card .card-body p {
  font-size: 14px;
  color: #585D63;
  margin: 0;
}
@media (max-width: 991px) {
  .sell-property-page .sell-block-place .place-wrapper .card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .sell-property-page .sell-block-place .place-wrapper .card {
    width: 100%;
  }
}
.sell-property-page .quick-contact-section {
  margin-top: -160px;
}
.sell-property-page .quick-contact-section .contact-in {
  background-color: var(--color-dark);
  padding: 50px 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sell-property-page .quick-contact-section .contact-in .left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  max-width: 70%;
}
.sell-property-page .quick-contact-section .contact-in .left h4 {
  color: var(--color-white);
  line-height: normal;
}
.sell-property-page .quick-contact-section .contact-in .left p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 767px) {
  .sell-property-page .quick-contact-section .contact-in .left p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .sell-property-page .quick-contact-section .contact-in .left {
    max-width: 100%;
    text-align: center;
  }
}
.sell-property-page .quick-contact-section .contact-in .right .btn-fill-theme {
  border-radius: 50px;
}
.sell-property-page .quick-contact-section .contact-in .right .btn-fill-theme:hover {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .sell-property-page .quick-contact-section .contact-in .right {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .sell-property-page .quick-contact-section .contact-in {
    flex-direction: column;
    padding: 30px 30px;
  }
}
.sell-property-page .sell-property-bottom-content .main-content-block {
  display: flex;
  flex-direction: column;
}
.sell-property-page .sell-property-bottom-content .main-content-block h4 {
  color: var(--color-dark);
  line-height: normal;
  max-width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sell-property-page .sell-property-bottom-content .main-content-block h4 {
    max-width: 100%;
  }
}
.sell-property-page .sell-property-bottom-content .main-content-block p {
  font-size: 16px;
  color: #585D63;
  max-width: 70%;
  margin: 0;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .sell-property-page .sell-property-bottom-content .main-content-block p {
    max-width: 100%;
  }
  .sell-property-page .sell-property-bottom-content .main-content-block p .btn-link {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .sell-property-page .sell-property-bottom-content .main-content-block {
    text-align: center;
  }
}
.sell-property-page .sell-property-bottom-content .image-block {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sell-property-page .sell-property-bottom-content {
    padding-top: 0;
  }
}

.add-details-page {
  background-color: #F3F3F3;
}
@media (min-width: 1700px) {
  .add-details-page .custom-width {
    max-width: 928px;
  }
}
.add-details-page .details-header {
  background-color: var(--color-white);
  border-radius: 16px;
  padding: 30px 30px;
  padding-top: 50px;
}
.add-details-page .details-header .details-tabs {
  border: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.add-details-page .details-header .details-tabs .details-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #878B8F;
  position: relative;
  padding: 0;
  padding-top: 30px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575px) {
  .add-details-page .details-header .details-tabs .details-link {
    font-size: 12px;
  }
}
.add-details-page .details-header .details-tabs .details-link::after {
  top: 4px;
  left: calc(-50% + 4px);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #878B8F;
  z-index: 0;
}
.add-details-page .details-header .details-tabs .details-link:first-child::after {
  display: none;
}
.add-details-page .details-header .details-tabs .details-link span {
  position: relative;
  display: contents;
  z-index: 1;
}
.add-details-page .details-header .details-tabs .details-link span::before {
  left: 0;
  right: 0;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #878B8F;
  margin: auto;
  z-index: 2;
}
.add-details-page .details-header .details-tabs .details-link span::after {
  left: 0;
  right: 0;
  top: -12px;
  width: 32px;
  height: 32px;
  background-color: var(--theme-color);
  border-radius: 100%;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.add-details-page .details-header .details-tabs .details-link.active, .add-details-page .details-header .details-tabs .details-link.visited {
  color: var(--color-dark);
}
.add-details-page .details-header .details-tabs .details-link.active span::before, .add-details-page .details-header .details-tabs .details-link.visited span::before {
  background-color: var(--color-dark);
}
.add-details-page .details-header .details-tabs .details-link.active span::after, .add-details-page .details-header .details-tabs .details-link.visited span::after {
  opacity: 1;
}
@media (max-width: 575px) {
  .add-details-page .details-header {
    padding: 30px 16px;
    padding-top: 50px;
  }
}
.add-details-page .tab-content .card {
  border-radius: 16px;
  background-color: var(--color-white);
  overflow: hidden;
  border: none;
}
.add-details-page .tab-content .card .card-header {
  font-size: 24px;
  font-weight: 500;
  color: #878B8F;
  padding: 20px 45px;
  background-color: var(--color-white);
  border: none;
  border-bottom: 1px solid #878B8F;
}
.add-details-page .tab-content .card .card-header span {
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .add-details-page .tab-content .card .card-header {
    padding: 16px 16px;
    font-size: 20px;
  }
}
.add-details-page .tab-content .card .card-body {
  padding: 24px 45px 40px;
}
@media (max-width: 991px) {
  .add-details-page .tab-content .card .card-body {
    padding: 16px 16px;
  }
}
.add-details-page .tab-content .card .card-footer {
  padding: 20px 45px;
  background-color: var(--color-white);
  border: none;
  border-top: 1px solid #878B8F;
}
.add-details-page .tab-content .card .card-footer .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .add-details-page .tab-content .card .card-footer .btn-group {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  .add-details-page .tab-content .card .card-footer .btn-group button {
    width: 100%;
    display: block;
    height: auto;
  }
}
@media (max-width: 991px) {
  .add-details-page .tab-content .card .card-footer {
    padding: 16px 16px;
  }
}
.add-details-page .tab-content .form-group label {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .add-details-page .tab-content .form-group label {
    font-size: 16px;
  }
}
.add-details-page .tab-content .form-group input.form-control {
  border: 1px solid var(--color-dark);
  border-radius: 8px;
  height: 48px;
  padding: 10px 20px;
  color: var(--color-dark);
}
.add-details-page .tab-content .form-group input.form-control::-moz-placeholder {
  color: #878B8F;
}
.add-details-page .tab-content .form-group input.form-control::placeholder {
  color: #878B8F;
}
.add-details-page .tab-content .form-group textarea.form-control {
  border: 1px solid var(--color-dark);
  border-radius: 8px;
  height: 148px;
  padding: 10px 20px;
  color: var(--color-dark);
}
.add-details-page .tab-content .form-group textarea.form-control::-moz-placeholder {
  color: #878B8F;
}
.add-details-page .tab-content .form-group textarea.form-control::placeholder {
  color: #878B8F;
}
.add-details-page .tab-content .form-group .form-select {
  width: 100%;
  height: 48px;
  border: 1px solid #D6D6D6;
  background-color: #F3F3F3;
  border-radius: 8px;
  color: var(--color-dark);
  font-size: 16px;
  padding: 10px 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.add-details-page .tab-content .form-group .proBox-item {
  border: 1px solid #D6D6D6;
  background-color: #F3F3F3;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.add-details-page .tab-content .form-group .proBox-item .item-title {
  font-size: 16px;
  color: var(--color-dark);
}
.add-details-page .tab-content .form-group .proBox-item .btn-item {
  display: flex;
  align-items: center;
  gap: 0;
}
.add-details-page .tab-content .form-group .proBox-item .btn-item .btn-in {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  border-radius: 100%;
}
.add-details-page .tab-content .form-group .proBox-item .btn-item .btn-in img {
  width: 8px;
}
.add-details-page .tab-content .form-group .proBox-item .btn-item .btn-in:disabled {
  opacity: 0.5;
}
.add-details-page .tab-content .form-group .proBox-item .btn-item .itm-input {
  color: var(--color-dark);
  font-size: 16px;
  width: 30px;
  text-align: center;
  border: none;
  background-color: transparent;
}
.add-details-page .tab-content .form-group .check-box-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.add-details-page .tab-content .form-group .check-box-wrapper .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.add-details-page .tab-content .form-group .check-box-wrapper .form-check .form-check-input {
  margin: 0;
  border-color: #585D63;
}
.add-details-page .tab-content .form-group .check-box-wrapper .form-check .form-check-input:checked {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.add-details-page .tab-content .form-group .check-box-wrapper .form-check .form-check-label {
  margin: 0;
  font-size: 16px;
  color: #585D63;
}
.add-details-page .tab-content .form-group .check-box-wrapper .form-check .form-check-label a {
  color: #585D63;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .add-details-page .tab-content .form-group .check-box-wrapper .form-check .form-check-label a {
    display: block;
  }
}
.add-details-page .tab-content .form-group .check-box-wrapper .form-check:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .add-details-page .tab-content .form-group .check-box-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.add-details-page .tab-content .accordion {
  margin: 24px 0;
}
.add-details-page .tab-content .accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-top: 1px solid #D6D6D6;
}
.add-details-page .tab-content .accordion .accordion-item:last-child {
  border-bottom: none;
}
.add-details-page .tab-content .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  color: var(--color-dark);
  line-height: normal;
  font-weight: 400;
  padding: 24px 0;
  gap: 10px;
  background-color: transparent;
}
.add-details-page .tab-content .accordion .accordion-item .accordion-header .accordion-button span {
  color: #878B8F;
}
.add-details-page .tab-content .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.add-details-page .tab-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.add-details-page .tab-content .accordion .accordion-item .accordion-body {
  padding: 24px 0;
  border-top: 1px solid #D6D6D6;
}
.add-details-page .tab-content .accordion .accordion-item .accordion-body .form-check-wrapper {
  display: flex;
  align-items: center;
  gap: 15px 35px;
  flex-wrap: wrap;
}
.add-details-page .tab-content .accordion .accordion-item .accordion-body .form-check-wrapper .form-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 0;
  width: calc(33.3333333333% - 35px);
}
.add-details-page .tab-content .accordion .accordion-item .accordion-body .form-check-wrapper .form-check .form-check-input {
  margin: 0;
  border-color: #585D63;
}
.add-details-page .tab-content .accordion .accordion-item .accordion-body .form-check-wrapper .form-check .form-check-input:checked {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.add-details-page .tab-content .accordion .accordion-item .accordion-body .form-check-wrapper .form-check .form-check-label {
  margin: 0;
  font-size: 16px;
  color: #585D63;
}
.add-details-page .tab-content .accordion .accordion-item .accordion-body .form-check-wrapper .form-check:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .add-details-page .tab-content .accordion .accordion-item .accordion-body .form-check-wrapper .form-check {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .add-details-page .tab-content .accordion .accordion-item .accordion-body .form-check-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item {
  border: none;
  background-color: #F3F3F3;
  border-radius: 8px;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-header .accordion-button {
  padding: 15px 15px;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body {
  padding: 0;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block {
  position: relative;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block iframe {
  width: 100%;
  height: 400px;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block .search-property {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 15px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block .search-property .input-box {
  position: relative;
  width: 100%;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block .search-property .input-box::before {
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODMwOTIgMC45OTEyNjRDMTEuNjAzNSAwLjk5MTI2NCAxNC42NjE4IDQuMDQ5ODYgMTQuNjYxOCA3LjgyMjg0QzE0LjY2MTggMTEuNTk1OCAxMS42MDM1IDE0LjY1NDQgNy44MzA5MiAxNC42NTQ0QzQuMDU4MzEgMTQuNjU0NCAxIDExLjU5NTggMSA3LjgyMjg0QzEgNC4wNDk4NiA0LjA1ODMxIDAuOTkxMjY0IDcuODMwOTIgMC45OTEyNjRaIiBzdHJva2U9IiMxMDE4MjAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTMuMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMi42ODU3IDEyLjY3NDRMMTcgMTYuOTkxMiIgc3Ryb2tlPSIjMTAxODIwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEzLjMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: 100%;
  background-position: center center;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block .search-property .input-box .form-control {
  padding-left: 50px;
  height: 40px;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block .search-property .gps-icon {
  width: 40px;
  height: 40px;
  background-color: var(--color-dark);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  cursor: pointer;
}
.add-details-page .tab-content .accordion.locationOptions .accordion-item .accordion-body .google-map-block .search-property .gps-icon img {
  width: 20px;
  height: 20px;
}
.add-details-page .tab-content .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 30px auto;
}
.add-details-page .tab-content .categories-item {
  width: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 16px;
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 36px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .add-details-page .tab-content .categories-item {
    padding: 15px 15px;
  }
}
.add-details-page .tab-content .categories-item .icon-block img {
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
}
.add-details-page .tab-content .categories-item .icon-block h6 {
  font-size: 18px;
  color: var(--color-dark);
}
@media (max-width: 1399px) {
  .add-details-page .tab-content .categories-item .icon-block h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .add-details-page .tab-content .categories-item .icon-block h6 {
    font-size: 16px;
  }
}
.add-details-page .tab-content .categories-item .form-check-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}
.add-details-page .tab-content .categories-item .form-check-input:checked {
  background-image: none;
}
.add-details-page .tab-content .categories-item.selected {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.add-details-page .tab-content .upload-container {
  width: 100%;
  position: relative;
}
.add-details-page .tab-content .upload-container .title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.add-details-page .tab-content .upload-container .title-block h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark);
}
.add-details-page .tab-content .upload-container .title-block span {
  font-size: 14px;
  color: #878B8F;
}
@media (max-width: 991px) {
  .add-details-page .tab-content .upload-container .title-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.add-details-page .tab-content .upload-container .upload-wrapper {
  border: 1px dashed var(--color-dark);
  border-radius: 8px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.add-details-page .tab-content .upload-container .upload-wrapper label {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 50px 50px;
  cursor: pointer;
}
.add-details-page .tab-content .upload-container .upload-wrapper label i {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.add-details-page .tab-content .upload-container .upload-wrapper label .in-title {
  font-size: 18px;
  font-weight: 500;
}
.add-details-page .tab-content .upload-container .upload-wrapper label .sub-title {
  font-size: 14px;
  color: #585D63;
}
@media (max-width: 991px) {
  .add-details-page .tab-content .upload-container .upload-wrapper label {
    padding: 30px 30px;
  }
}
.add-details-page .tab-content .upload-container .upload-wrapper input[type=file] {
  display: none;
}
.add-details-page .tab-content .upload-container .image-preview {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.add-details-page .tab-content .upload-container .image-preview .preview-box {
  position: relative;
  width: 200px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
}
.add-details-page .tab-content .upload-container .image-preview .preview-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.add-details-page .tab-content .upload-container .image-preview .preview-box .delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--color-white);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-details-page .tab-content .upload-container .image-preview .preview-box .delete-btn img {
  width: 16px;
  height: 16px;
  display: block;
}
.add-details-page .tab-content .attachement-wrapper .attachement-block {
  border: 1px solid #F3F3F3;
  background-color: #F3F3F3;
  border-radius: 9px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-details-page .tab-content .attachement-wrapper .attachement-block .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.add-details-page .tab-content .attachement-wrapper .attachement-block .icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex: none;
}
.add-details-page .tab-content .attachement-wrapper .attachement-block .text {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .add-details-page .tab-content .attachement-wrapper .attachement-block .text {
    font-size: 14px;
  }
}
.add-details-page .tab-content .attachement-wrapper input[type=file] {
  display: none;
}
@media (max-width: 991px) {
  .add-details-page .tab-content .attachement-wrapper {
    margin-bottom: 16px;
  }
}
.add-details-page .thanks-card {
  border-radius: 16px;
  background-color: var(--color-white);
  overflow: hidden;
  border: none;
}
.add-details-page .thanks-card .card-header {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 20px 45px;
  background-color: var(--color-white);
  border: none;
  border-bottom: 1px solid #878B8F;
}
.add-details-page .thanks-card .card-body {
  padding: 24px 45px 40px;
}
.add-details-page .thanks-card .card-body .thanks-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.add-details-page .thanks-card .card-body .thanks-content .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
}
.add-details-page .thanks-card .card-body .thanks-content h5 {
  line-height: normal;
}
.add-details-page .thanks-card .card-body .thanks-content p {
  color: #585D63;
}
.add-details-page .thanks-card .card-footer {
  padding: 20px 45px;
  background-color: var(--color-white);
  border: none;
  border-top: 1px solid #878B8F;
}
.add-details-page .thanks-card .card-footer .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myAccount-page {
  background-color: #F3F3F3;
}
@media (min-width: 992px) {
  .myAccount-page {
    padding-top: 0;
  }
}
.myAccount-page .page-title-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myAccount-page .page-title-header .title h4 {
  color: var(--color-dark);
  font-weight: 700;
}
.myAccount-page .page-title-header .logout-btn a {
  background-color: #FF0000;
  color: var(--color-white);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
}
.myAccount-page .page-title-header .logout-btn a i {
  width: 16px;
  height: 16px;
  display: flex;
}
.myAccount-page .page-title-header .logout-btn a:hover {
  background-color: var(--color-dark);
}
@media (max-width: 575px) {
  .myAccount-page .page-title-header .logout-btn a {
    font-size: 14px;
    padding: 8px 15px;
    height: auto;
  }
}
.myAccount-page .card {
  border: none;
  border-radius: 12px;
  padding: 30px 30px;
  position: relative;
}
.myAccount-page .card .card-body {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding: 0;
}
.myAccount-page .card .card-body .icon {
  width: 32px;
  height: 32px;
  display: flex;
}
.myAccount-page .card .card-body .icon img {
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 575px) {
  .myAccount-page .card .card-body .icon {
    width: 24px;
    height: 24px;
  }
}
.myAccount-page .card .card-body .card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myAccount-page .card .card-body .card-content .title {
  font-size: 24px;
  color: var(--color-dark);
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.myAccount-page .card .card-body .card-content .title .count {
  width: 18px;
  height: 18px;
  background-color: #FF0000;
  color: var(--color-white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 575px) {
  .myAccount-page .card .card-body .card-content .title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .myAccount-page .card .card-body {
    flex-direction: row;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.myAccount-page .card .link-mb {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}
@media (min-width: 576px) {
  .myAccount-page .card .link-mb {
    display: none;
  }
}
.myAccount-page .card .link-mb img {
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
.myAccount-page .card .link-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 575px) {
  .myAccount-page .card {
    padding: 18px 18px;
  }
}

.accounts-flow {
  background-color: #F3F3F3;
}
.accounts-flow .flow-header {
  background-color: var(--color-white);
  padding: 15px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accounts-flow .flow-header .title h4 {
  font-weight: 700;
  color: var(--color-dark);
  line-height: normal;
}
.accounts-flow .flow-header .tab-links-otions ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.accounts-flow .flow-header .tab-links-otions ul li a {
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 16px;
  line-height: normal;
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  color: #585D63;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.accounts-flow .flow-header .tab-links-otions ul li a i {
  font-style: normal;
}
.accounts-flow .flow-header .tab-links-otions ul li.active a {
  border-color: #34C759;
  color: #008000;
  background-color: rgba(0, 128, 0, 0.08);
}
@media (max-width: 1279px) {
  .accounts-flow .flow-header .tab-links-otions {
    display: none;
  }
}
@media (min-width: 1280px) {
  .accounts-flow .flow-header .dropdown {
    display: none;
  }
}
.accounts-flow .flow-header .dropdown .btn {
  background-color: var(--color-dark);
  color: var(--color-white);
  border-radius: 50px;
  padding: 10px 24px;
  border: none;
}
.accounts-flow .flow-header .dropdown .dropdown-menu .dropdown-item.active, .accounts-flow .flow-header .dropdown .dropdown-menu .dropdown-item:active {
  background-color: var(--theme-color) !important;
  color: var(--color-dark) !important;
}

@media (min-width: 992px) {
  .savedProperties-page {
    padding-top: 0;
  }
}
.savedProperties-page .property-detail {
  display: flex;
  background: var(--color-white);
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.savedProperties-page .property-detail .image-block {
  width: 100%;
  position: relative;
  height: 210px;
  overflow: hidden;
}
.savedProperties-page .property-detail .image-block .links {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
}
.savedProperties-page .property-detail .image-block .links .links-a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.savedProperties-page .property-detail .image-block .links .links-a .ico {
  width: 15px;
  height: 4px;
}
.savedProperties-page .property-detail .image-block .links .links-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  width: 168px;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 15px 15px;
  right: 0;
  display: none;
  opacity: 0;
}
.savedProperties-page .property-detail .image-block .links .links-dropdown ul li a {
  font-size: 16px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 8px 0;
}
.savedProperties-page .property-detail .image-block .links .links-dropdown ul li a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.savedProperties-page .property-detail .image-block .links .links-dropdown ul li a i img {
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
.savedProperties-page .property-detail .image-block .links .links-dropdown.show {
  display: block;
  opacity: 1;
}
.savedProperties-page .property-detail .content-block {
  padding: 26px 20px;
  background: var(--color-white);
}
.savedProperties-page .property-detail .content-block .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.savedProperties-page .property-detail .content-block .details .lft-block span {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.savedProperties-page .property-detail .content-block .details .lft-block span.category-tag {
  font-size: 14px;
  color: #878B8F;
}
.savedProperties-page .property-detail .content-block .details .lft-block span.product-price {
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 500;
}
.savedProperties-page .property-detail .content-block .details .lft-block a:hover .product-price {
  color: var(--theme-color);
}
.savedProperties-page .property-detail .content-block .location-block {
  font-size: 14px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
}
.savedProperties-page .property-detail .content-block .location-block img {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
.savedProperties-page .property-detail .content-block .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.savedProperties-page .property-detail .content-block .fetaures ul {
  display: flex;
  gap: 30px;
}
.savedProperties-page .property-detail .content-block .fetaures ul li {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.savedProperties-page .property-detail .content-block .fetaures ul li img {
  width: 16px;
  height: 16px;
}
.savedProperties-page .property-detail:hover .image-block figure:after {
  top: 0;
  transition: all 400ms;
}

@media (min-width: 992px) {
  .personal-information-page {
    padding-top: 0;
  }
}
.personal-information-page .card {
  border-radius: 16px;
  background-color: var(--color-white);
  overflow: hidden;
  border: none;
}
.personal-information-page .card .card-header {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 20px 45px;
  background-color: var(--color-white);
  border: none;
  border-bottom: 1px solid #878B8F;
}
@media (max-width: 991px) {
  .personal-information-page .card .card-header {
    padding: 16px 16px;
    font-size: 20px;
  }
}
.personal-information-page .card .card-body {
  padding: 24px 45px 40px;
}
@media (max-width: 991px) {
  .personal-information-page .card .card-body {
    padding: 16px 16px;
  }
}
.personal-information-page .card .card-body .details-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal-information-page .card .card-body .details-block .text-block {
  display: flex;
  flex-direction: column;
}
.personal-information-page .card .card-body .details-block .text-block .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
}
.personal-information-page .card .card-body .details-block .text-block .result {
  font-size: 16px;
  color: #585D63;
  padding-right: 100px;
}
.personal-information-page .card .card-body .details-block .text-block .result .green {
  color: #008000;
}
@media (max-width: 767px) {
  .personal-information-page .card .card-body .details-block .text-block .result {
    padding-right: 30px;
  }
}
.personal-information-page .card .card-body .details-block .field-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.personal-information-page .card .card-body .details-block .field-block .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 10px;
}
.personal-information-page .card .card-body .details-block .field-block .field-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.personal-information-page .card .card-body .details-block .field-block .field-input .form-control {
  border: 1px solid var(--color-dark);
  border-radius: 10px;
  color: #878B8F;
  font-size: 16px;
  padding: 11px 24px;
}
.personal-information-page .card .card-body .details-block .field-block .field-input .form-control::-moz-placeholder {
  color: #878B8F;
}
.personal-information-page .card .card-body .details-block .field-block .field-input .form-control::placeholder {
  color: #878B8F;
}
.personal-information-page .card .card-body .details-block .field-block .field-input .form-control:-internal-autofill-selected {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .personal-information-page .card .card-body .details-block .field-block .field-input .form-control {
    padding: 0;
    border: none;
  }
}
.personal-information-page .card .card-body .details-block .field-block .field-input .remove-btn, .personal-information-page .card .card-body .details-block .field-block .field-input .save-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  text-decoration: underline;
  width: 100px;
  text-align: right;
}
.personal-information-page .card .card-body .details-block .field-block .field-input .save-btn {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .personal-information-page .card .card-body .details-block .field-block .field-input {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.personal-information-page .card .card-body .details-block .profile-upload {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.personal-information-page .card .card-body .details-block .profile-upload .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.personal-information-page .card .card-body .details-block .edit-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .personal-information-page .card .card-body .details-block .edit-btn span {
    display: none;
  }
}
.personal-information-page .card .card-body .details-block .deactive-btn {
  background-color: #FF0000;
  border: none;
  color: var(--color-white);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
}
.personal-information-page .card .card-body .details-block .deactive-btn.cancel-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  text-decoration: underline;
  width: auto;
}
.personal-information-page .card .card-body .details-block .sign-out-btn {
  background-color: transparent;
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  width: 300px;
}
@media (max-width: 767px) {
  .personal-information-page .card .card-body .details-block.manage-account-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .personal-information-page .card .card-body .details-block.manage-account-block .text-block .result {
    padding: 0;
  }
  .personal-information-page .card .card-body .details-block.manage-account-block .sign-out-btn, .personal-information-page .card .card-body .details-block.manage-account-block .deactive-btn {
    width: auto;
    margin-top: 15px;
    padding: 10px 16px;
    line-height: normal;
  }
  .personal-information-page .card .card-body .details-block.manage-account-block .cancel-btn {
    padding: 0;
    display: none;
  }
}
.personal-information-page .card .card-body .form-block {
  margin-top: 15px;
  display: none;
}
.personal-information-page .card .card-body .form-block.show {
  display: block;
}
.personal-information-page .card .card-body .form-block .form-control, .personal-information-page .card .card-body .form-block .form-select {
  border: 1px solid var(--color-dark);
  border-radius: 10px;
  color: #878B8F;
  font-size: 16px;
  padding: 11px 24px;
}
.personal-information-page .card .card-body .form-block .form-control::-moz-placeholder, .personal-information-page .card .card-body .form-block .form-select::-moz-placeholder {
  color: #878B8F;
}
.personal-information-page .card .card-body .form-block .form-control::placeholder, .personal-information-page .card .card-body .form-block .form-select::placeholder {
  color: #878B8F;
}
.personal-information-page .card .card-body .form-block .verification-btn {
  background-color: var(--theme-color);
  border: none;
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 8px;
}
.personal-information-page .card .card-body .form-block .save-btn {
  line-height: normal;
  margin-top: 15px;
}
.personal-information-page .card .card-body .form-block .save-btn.deactive-btn {
  background-color: #FF0000;
}
.personal-information-page .card .card-body .line-sp {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.personal-information-page .card.profile-label-info .card-body {
  padding: 40px 40px;
}
@media (max-width: 1279px) {
  .personal-information-page .card.profile-label-info {
    display: none;
  }
}
.personal-information-page .card .card-item .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-bottom: 24px;
}
.personal-information-page .card .card-item h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.personal-information-page .card .card-item p {
  margin: 0;
  color: #585D63;
}

@media (min-width: 992px) {
  .savedSearches-page {
    padding-top: 0;
  }
}
.savedSearches-page .card {
  border-radius: 8px;
  background-color: var(--color-white);
  border: none;
}
.savedSearches-page .card .card-body {
  padding: 10px 10px;
}
.savedSearches-page .card .card-body .table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 8px;
}
.savedSearches-page .card .card-body .table-container .table-header, .savedSearches-page .card .card-body .table-container .table-body {
  display: flex;
  flex-direction: column;
}
.savedSearches-page .card .card-body .table-container .table-row {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
.savedSearches-page .card .card-body .table-container .table-row .table-cell {
  flex: 1;
  text-align: center;
  padding: 15px 15px;
}
.savedSearches-page .card .card-body .table-container .table-row .table-cell button {
  background: none;
  border: none;
  cursor: pointer;
}
.savedSearches-page .card .card-body .table-container .table-row .table-cell button img {
  width: 15px;
  height: 4px;
}
.savedSearches-page .card .card-body .table-container .table-row .table-cell:nth-child(1) {
  text-align: left;
}
@media (min-width: 992px) {
  .savedSearches-page .card .card-body .table-container .table-row .table-cell:nth-child(1) {
    padding-left: 50px;
  }
}
.savedSearches-page .card .card-body .table-container .table-header .table-row {
  background-color: #F3F3F3;
  border-radius: 8px;
  overflow: hidden;
}
.savedSearches-page .card .card-body .table-container .table-header .table-row .table-cell {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .savedSearches-page .card .card-body .table-container .table-header .table-row .table-cell span {
    display: none;
  }
}
@media (max-width: 991px) {
  .savedSearches-page .card .card-body .table-container .table-header .table-row .table-cell {
    font-size: 16px;
  }
}
.savedSearches-page .card .card-body .table-container .table-body .table-row {
  border-bottom: 1px solid #D6D6D6;
}
.savedSearches-page .card .card-body .table-container .table-body .table-row .table-cell {
  font-size: 16px;
  color: #585D63;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .savedSearches-page .card .card-body .table-container .table-body .table-row .table-cell:nth-child(1) {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .savedSearches-page .card .card-body .table-container .table-body .table-row .table-cell {
    font-size: 14px;
  }
}
.savedSearches-page .card .card-body .table-container .action-menu {
  position: relative;
}
.savedSearches-page .card .card-body .table-container .action-menu .drop-menu {
  position: absolute;
  top: calc(100% + 10px);
  width: 168px;
  background-color: var(--color-white);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 15px 15px;
  z-index: 99;
  right: 0;
  display: none;
  opacity: 0;
}
.savedSearches-page .card .card-body .table-container .action-menu .drop-menu ul li a {
  font-size: 16px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 8px 0;
}
.savedSearches-page .card .card-body .table-container .action-menu .drop-menu ul li a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.savedSearches-page .card .card-body .table-container .action-menu .drop-menu ul li a i img {
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
.savedSearches-page .card .card-body .table-container .action-menu .drop-menu.show {
  display: block;
  opacity: 1;
}

@media (min-width: 992px) {
  .myListing-page {
    padding-top: 0;
  }
}
.myListing-page .card {
  border-radius: 8px;
  background-color: var(--color-white);
  border: none;
}
.myListing-page .card .card-body {
  padding: 10px 10px;
}
.myListing-page .card .card-body .table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 8px;
}
.myListing-page .card .card-body .table-container .table-header, .myListing-page .card .card-body .table-container .table-body {
  display: flex;
  flex-direction: column;
}
.myListing-page .card .card-body .table-container .table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
.myListing-page .card .card-body .table-container .table-row .table-cell {
  flex: 1;
  text-align: center;
  padding: 15px 15px;
}
.myListing-page .card .card-body .table-container .table-row .table-cell button {
  background: none;
  border: none;
  cursor: pointer;
}
.myListing-page .card .card-body .table-container .table-row .table-cell button img {
  width: 15px;
  height: 4px;
}
.myListing-page .card .card-body .table-container .table-row .table-cell:nth-child(1) {
  text-align: left;
}
@media (min-width: 992px) {
  .myListing-page .card .card-body .table-container .table-row .table-cell:nth-child(1) {
    width: 450px;
    flex: none;
  }
}
.myListing-page .card .card-body .table-container .table-header .table-row {
  background-color: #F3F3F3;
  border-radius: 8px;
  overflow: hidden;
}
.myListing-page .card .card-body .table-container .table-header .table-row .table-cell {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .myListing-page .card .card-body .table-container .table-header .table-row .table-cell span {
    display: none;
  }
}
@media (max-width: 991px) {
  .myListing-page .card .card-body .table-container .table-header .table-row .table-cell {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .myListing-page .card .card-body .table-container .table-header {
    display: none;
  }
}
.myListing-page .card .card-body .table-container .table-body .table-row {
  border-bottom: 1px solid #D6D6D6;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell {
  font-size: 16px;
  color: #585D63;
  padding: 30px 15px;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item .img-box {
  width: 189px;
  height: 129px;
  border-radius: 8px;
  flex: none;
  overflow: hidden;
}
@media (max-width: 575px) {
  .myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item .img-box {
    width: 140px;
  }
  .myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item .text-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item .text-block .sub-title {
  font-size: 16px;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item .text-block .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-dark);
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item .text-block .location {
  font-size: 14px;
  margin-top: 5px;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .listing-item .text-block .date {
  font-size: 14px;
  margin-top: 15px;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .tag {
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 50px;
  background-color: rgba(88, 93, 99, 0.08);
  color: #585D63;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .tag.pending-tag {
  background-color: rgba(255, 122, 0, 0.08);
  color: #FF7A00;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .tag.rejected-tag {
  background-color: rgba(255, 0, 0, 0.08);
  color: #FF0000;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .tag.approved-tag {
  background-color: rgba(0, 128, 0, 0.08);
  color: #008000;
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .tag.booked-tag {
  background-color: rgba(78, 5, 114, 0.08);
  color: #4E0572;
}
@media (max-width: 991px) {
  .myListing-page .card .card-body .table-container .table-body .table-row .table-cell .tag {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .myListing-page .card .card-body .table-container .table-body .table-row .table-cell {
    font-size: 14px;
  }
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell.listing-cell {
  position: relative;
}
@media (max-width: 991px) {
  .myListing-page .card .card-body .table-container .table-body .table-row .table-cell.listing-cell {
    width: 100%;
    flex: none;
    display: block;
  }
}
@media (min-width: 992px) {
  .myListing-page .card .card-body .table-container .table-body .table-row .table-cell.listing-cell .action-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .myListing-page .card .card-body .table-container .table-body .table-row .table-cell {
    display: none;
  }
}
.myListing-page .card .card-body .table-container .table-body .table-row .table-cell .features {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .myListing-page .card .card-body .table-container .table-body .table-row .table-cell {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .myListing-page .card .card-body .table-container .table-body .table-row {
    border: none;
    background-color: var(--color-white);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
  }
}
.myListing-page .card .card-body .table-container .action-menu {
  position: relative;
}
.myListing-page .card .card-body .table-container .action-menu .drop-menu {
  position: absolute;
  top: calc(100% + 10px);
  width: 168px;
  background-color: var(--color-white);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 15px 15px;
  z-index: 99;
  right: 0;
  display: none;
  opacity: 0;
}
.myListing-page .card .card-body .table-container .action-menu .drop-menu ul li a {
  font-size: 16px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 8px 0;
}
.myListing-page .card .card-body .table-container .action-menu .drop-menu ul li a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.myListing-page .card .card-body .table-container .action-menu .drop-menu ul li a i img {
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
.myListing-page .card .card-body .table-container .action-menu .drop-menu.show {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .myListing-page .card .card-body .table-container .action-menu {
    position: absolute;
    top: 0px;
    right: 5px;
  }
}
@media (max-width: 991px) {
  .myListing-page .card .card-body {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .myListing-page .card {
    background-color: transparent;
  }
}

.filter-sidebar {
  position: relative;
}
.filter-sidebar .filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.filter-sidebar .filter-option .form-group {
  width: calc(100% - 60px);
}
.filter-sidebar .filter-option a {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-sidebar .filter-option a img {
  width: 16px;
  height: 14px;
}
.filter-sidebar .filter-option .select2-container {
  min-width: 100%;
}
.filter-sidebar .filter-option .select2-container .select2-results__option {
  padding: 10px 15px;
  vertical-align: middle;
  color: var(--color-gray);
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}
.filter-sidebar .filter-option .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  line-height: normal;
  height: 20px;
}
.filter-sidebar .filter-option .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  background: url(../images/search-icon-select.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 22px;
}
.filter-sidebar .filter-option .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  background: url(../images/search-icon-select.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 22px;
}
.filter-sidebar .filter-option .select2-container--default .select2-selection--multiple {
  background: var(--color-white);
  border: 1px solid var(--color-dark);
  border-radius: 50px;
  padding: 10px 15px;
  color: #D6D6D6;
}
.filter-sidebar .filter-option .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.filter-sidebar .filter-option .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: none;
  background: var(--theme-color);
  font-size: 14px;
  padding: 5px 15px;
  color: var(--color-dark);
  margin: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-sidebar .filter-option .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--color-dark);
  top: 0;
  bottom: 0;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  line-height: normal;
}
.filter-sidebar .filter-option .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover, .filter-sidebar .filter-option .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: var(--color-dark);
}
.filter-sidebar .filter-option .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  padding: 0;
  line-height: normal;
}
@media (min-width: 992px) {
  .filter-sidebar .filter-option {
    display: none;
  }
}
.filter-sidebar .filter-menu-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  word-wrap: break-word;
  background-color: var(--color-white);
  background-clip: border-box;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.filter-sidebar .filter-menu-card .filter-menu-header {
  padding: 20px 20px;
  margin-bottom: 0;
  background-color: var(--color-white);
  border-bottom: 1px solid #878B8F;
  position: relative;
}
.filter-sidebar .filter-menu-card .filter-menu-header .title {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: var(--color-dark);
}
.filter-sidebar .filter-menu-card .filter-menu-header .btn-reset {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  background-color: transparent;
  border: none;
}
.filter-sidebar .filter-menu-card .filter-menu-content {
  flex: 1 1 auto;
  padding: 20px 20px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .form-title {
  font-size: 18px;
  color: var(--color-dark);
  margin-bottom: 20px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .form-select {
  background-color: #F3F3F3;
  border-radius: 50px;
  padding: 12px 20px;
  border: none;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .check-box-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .check-box-wrapper .check-box-item label {
  display: inline-block;
  background-color: #F3F3F3;
  border: none;
  color: #585D63;
  border-radius: 50px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  padding: 8px 20px;
  cursor: pointer;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .check-box-wrapper .check-box-item input[type=radio]:checked + label {
  background-color: var(--theme-color);
  color: var(--color-dark);
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .check-box-wrapper .check-box-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .price-range {
  position: relative;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .price-range .result {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -40px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .price-range .slide-range {
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  height: 4px;
  border: none;
  background-color: #F3F3F3;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .price-range .slide-range .ui-slider-range {
  background-color: #FCEE1F;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .price-range .slide-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #FCEE1F;
  border: 2px solid var(--color-white);
  top: 0;
  bottom: 0;
  margin: auto;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .form-control {
  border: 1px solid var(--color-dark);
  padding: 12px 15px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--color-dark);
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .form-control::-moz-placeholder {
  color: #878B8F;
}
.filter-sidebar .filter-menu-card .filter-menu-content .form-group .form-control::placeholder {
  color: #878B8F;
}
.filter-sidebar .filter-menu-card .filter-menu-content .sp-line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container {
  min-width: 100%;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container .select2-results__option {
  padding: 10px 15px;
  vertical-align: middle;
  color: var(--color-gray);
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  line-height: normal;
  height: 20px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  background: url(../images/search-icon-select.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 22px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  background: url(../images/search-icon-select.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 22px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-selection--multiple {
  background: var(--color-white);
  border: 1px solid var(--color-dark);
  border-radius: 50px;
  padding: 10px 15px;
  color: #D6D6D6;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: none;
  background: var(--theme-color);
  font-size: 14px;
  padding: 5px 15px;
  color: var(--color-dark);
  margin: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--color-dark);
  top: 0;
  bottom: 0;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  line-height: normal;
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover, .filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: var(--color-dark);
}
.filter-sidebar .filter-menu-card .filter-menu-content .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  padding: 0;
  line-height: normal;
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion {
  margin: 24px 0;
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-top: 1px solid #D6D6D6;
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  color: var(--color-dark);
  line-height: normal;
  font-weight: 400;
  padding: 24px 0;
  background-color: transparent;
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIxNjQzIDYuMjIyOTNDMy41MDc1MiA1LjkyODI1IDMuOTgyMzggNS45MjUzNCA0LjI3NzA3IDYuMjE2NDNMOS44MTc1MSAxMS42ODkzTDE1LjIxNjQgNi4yMjI5N0MxNS41MDc1IDUuOTI4MjcgMTUuOTgyMyA1LjkyNTMyIDE2LjI3NyA2LjIxNjM5QzE2LjU3MTcgNi41MDc0NiAxNi41NzQ3IDYuOTgyMzIgMTYuMjgzNiA3LjI3NzAzTDkuODMwNiAxMy44MTA3TDMuMjIyOTMgNy4yODM1N0MyLjkyODI1IDYuOTkyNDggMi45MjUzNCA2LjUxNzYyIDMuMjE2NDMgNi4yMjI5M1oiIGZpbGw9IiMxMDE4MjAiLz4KPC9zdmc+Cg==");
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item .accordion-body {
  padding: 24px 0;
  border-top: 1px solid #D6D6D6;
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item .accordion-body .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 0;
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item .accordion-body .form-check .form-check-input {
  margin: 0;
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item .accordion-body .form-check .form-check-input:checked {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.filter-sidebar .filter-menu-card .filter-menu-content .accordion .accordion-item .accordion-body .form-check:last-child {
  margin: 0;
}
.filter-sidebar .filter-menu-card .filter-menu-content .morelink-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}
.filter-sidebar .filter-menu-card .filter-menu-content .morelink-title .icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.filter-sidebar .filter-menu-card .filter-menu-content .morelink-title .icon img {
  width: auto;
}
.filter-sidebar .filter-menu-card .filter-menu-content .morelink-title .title {
  font-size: 18px;
  color: var(--color-dark);
  font-weight: 500;
}
.filter-sidebar .filter-menu-card .filter-menu-content .morelink-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-sidebar .filter-menu-card .filter-menu-content .morelink-wrapper a {
  display: flex;
  padding: 12px 15px;
  background-color: #F3F3F3;
  color: #585D63;
  font-size: 13px;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  line-height: normal;
}
.filter-sidebar .filter-menu-card .filter-menu-footer {
  padding: 20px 20px;
  background-color: var(--color-white);
  border-top: 1px solid #878B8F;
}
.filter-sidebar .filter-menu-card .filter-menu-footer .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.filter-sidebar .filter-menu-card .filter-menu-footer .btn-group .btn-save {
  background-color: transparent;
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  font-size: 13px;
  font-weight: 500;
  padding: 12px 15px;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.filter-sidebar .filter-menu-card .filter-menu-footer .btn-group .btn-save img {
  width: 16px;
  height: 14px;
  display: flex;
}
.filter-sidebar .filter-menu-card .filter-menu-footer .btn-group .btn-save:hover {
  background-color: var(--theme-color);
  color: var(--color-dark);
  border-color: var(--theme-color);
}
.filter-sidebar .filter-menu-card .filter-menu-footer .btn-group .btn-show {
  background-color: var(--color-dark);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 500;
  padding: 12px 15px;
  line-height: normal;
  text-decoration: none;
  border-radius: 50px;
  border: none;
}
.filter-sidebar .filter-menu-card .filter-menu-footer .btn-group .btn-show:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
@media (max-width: 991px) {
  .filter-sidebar .filter-menu-card.more-search {
    display: none;
  }
}
@media (max-width: 991px) {
  .filter-sidebar .filter-menu-card.filter-option-ex {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 550px;
    z-index: 99;
    overflow-y: scroll;
    display: none;
  }
  .filter-sidebar .filter-menu-card.filter-option-ex::-webkit-scrollbar {
    display: none;
  }
}

.filter-modal {
  z-index: 9999;
}
.filter-modal .modal-dialog {
  max-width: 800px;
}
.filter-modal .modal-dialog .modal-content {
  background-color: var(--color-white);
  border-radius: 16px;
  border: none;
}
.filter-modal .modal-dialog .modal-content .modal-header {
  padding: 16px 40px;
}
.filter-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-dark);
}
.filter-modal .modal-dialog .modal-content .modal-body {
  padding: 24px 40px 40px;
}
.filter-modal .modal-dialog .modal-content .modal-body .form-control {
  border: 1px solid var(--color-dark);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 16px;
  color: var(--color-dark);
}
.filter-modal .modal-dialog .modal-content .modal-body .form-control::-moz-placeholder {
  color: #878B8F;
}
.filter-modal .modal-dialog .modal-content .modal-body .form-control::placeholder {
  color: #878B8F;
}
.filter-modal .modal-dialog .modal-content .modal-body .form-check-group .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-bottom: 16px;
}
.filter-modal .modal-dialog .modal-content .modal-body .form-check-group .form-check .form-check-input {
  margin: 0;
}
.filter-modal .modal-dialog .modal-content .modal-body .form-check-group .form-check .form-check-input:checked {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.filter-modal .modal-dialog .modal-content .modal-body .form-check-group .form-check:last-child {
  margin: 0;
}

.saveFilter-modal {
  z-index: 9999;
}
.saveFilter-modal .modal-dialog {
  max-width: 650px;
}
.saveFilter-modal .modal-dialog .modal-content {
  background-color: var(--color-white);
  border-radius: 16px;
  border: none;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body {
  padding: 24px 40px 40px;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .form-group {
  position: relative;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .btn-back {
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-dark);
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .btn-back img {
  width: 8px;
  height: 13px;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .modal-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-dark);
  text-align: center;
  display: block;
  margin-bottom: 24px;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body label {
  text-align: center;
  font-size: 16px;
  color: #878B8F;
  margin-bottom: 20px;
  display: block;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .form-control {
  border: 1px solid var(--color-dark);
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: normal;
  color: var(--color-dark);
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .form-control::-moz-placeholder {
  color: #878B8F;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .form-control::placeholder {
  color: #878B8F;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .save-btn {
  margin-top: 20px;
  background-color: var(--color-dark);
  color: var(--color-white);
  font-size: 16px;
  padding: 12px 30px;
  line-height: normal;
  text-decoration: none;
  display: block;
  align-items: center;
  border-radius: 10px;
  border: none;
  width: 100%;
}
.saveFilter-modal .modal-dialog .modal-content .modal-body .save-btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.loginModal {
  --bs-modal-width: 910px;
  padding: 0;
}
.loginModal .modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.loginModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.loginModal .modal-dialog .modal-content .modal-body .login-bg {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.loginModal .modal-dialog .modal-content .modal-body .login-bg .btn-close {
  position: absolute;
  left: 30px;
  top: 50px;
  background-image: none;
  width: 28px;
  height: 28px;
  opacity: 1;
}
.loginModal .modal-dialog .modal-content .modal-body .login-bg .btn-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .loginModal .modal-dialog .modal-content .modal-body .login-bg .btn-close {
    left: 16px;
    top: 30px;
  }
}
@media (max-width: 991px) {
  .loginModal .modal-dialog .modal-content .modal-body .login-bg {
    display: none;
  }
}
.loginModal .modal-dialog .modal-content .modal-body .login-form {
  padding: 50px 40px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .title {
  color: var(--color-dark);
  font-weight: bold;
  margin-bottom: 30px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .form-group .group-content {
  border: 1px solid var(--color-dark);
  border-radius: 8px;
  overflow: hidden;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .form-group .form-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #D6D6D6;
  height: 48px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .form-group .form-control {
  border-radius: 0;
  border: none;
  height: 48px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .form-group .btn-link {
  width: 100%;
  display: block;
  border-radius: 8px;
  height: 48px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .form-group .btn-login-link {
  border: 1px solid #D6D6D6;
  background-color: var(--color-white);
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  position: relative;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .form-group .btn-login-link i {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .form-group .btn-login-link i img {
  width: auto;
  height: auto;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-detls {
  margin-bottom: 15px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-detls h6 {
  font-size: 24px;
  line-height: normal;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 15px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-detls p {
  font-size: 16px;
  color: #585D63;
  margin: 0;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-input-group {
  margin-bottom: 24px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-input-group .form-control {
  border: 1px solid var(--color-dark);
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  color: var(--color-dark);
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-input-group .form-control::-moz-placeholder {
  color: #878B8F;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-input-group .form-control::placeholder {
  color: #878B8F;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .forgot {
  margin-top: 15px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .forgot a {
  font-size: 16px;
  color: var(--color-dark);
  font-weight: 500;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-agree p {
  font-size: 16px;
  color: #585D63;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-agree p a {
  color: #0774F7;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-agree .btn-link {
  width: 100%;
  display: block;
  border-radius: 8px;
  height: 48px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-agree .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 0;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-agree .form-check .form-check-input {
  margin: 0;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-agree .form-check .form-check-input:checked {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .signup-agree .form-check:last-child {
  margin: 0;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  margin: 24px auto;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .extra-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 24px;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .extra-block .txt {
  font-size: 14px;
  color: #585D63;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .extra-block .email-login-link {
  font-size: 14px;
  color: var(--color-dark);
  text-decoration: underline;
}
@media (max-width: 767px) {
  .loginModal .modal-dialog .modal-content .modal-body .login-form .extra-block {
    flex-direction: column;
  }
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .or-block {
  margin: 40px auto;
  position: relative;
  text-align: center;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .or-block::before {
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #878B8F;
}
.loginModal .modal-dialog .modal-content .modal-body .login-form .or-block span {
  position: relative;
  text-transform: uppercase;
  color: var(--color-dark);
  font-size: 16px;
  margin: 0 auto;
  background-color: var(--color-white);
  padding: 15px 15px;
  z-index: 9;
}
@media (max-width: 991px) {
  .loginModal .modal-dialog .modal-content .modal-body .login-form {
    padding: 30px 16px;
  }
}
@media (max-width: 991px) {
  .loginModal .modal-dialog .modal-content {
    border-radius: 8px;
  }
}

.welcomeModal {
  --bs-modal-width: 910px;
  padding: 0;
}
.welcomeModal .modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.welcomeModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.welcomeModal .modal-dialog .modal-content .modal-body .welcome-bg {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcomeModal .modal-dialog .modal-content .modal-body .welcome-bg .btn-close {
  position: absolute;
  left: 30px;
  top: 50px;
  background-image: none;
  width: 28px;
  height: 28px;
  opacity: 1;
}
.welcomeModal .modal-dialog .modal-content .modal-body .welcome-bg .btn-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .welcomeModal .modal-dialog .modal-content .modal-body .welcome-bg .btn-close {
    left: 16px;
    top: 30px;
  }
}
@media (max-width: 991px) {
  .welcomeModal .modal-dialog .modal-content .modal-body .welcome-bg {
    display: none;
  }
}
.welcomeModal .modal-dialog .modal-content .modal-body .welcome-massage {
  padding: 50px 40px;
}
.welcomeModal .modal-dialog .modal-content .modal-body .welcome-massage img {
  width: 220px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  margin-bottom: 35px;
}
.welcomeModal .modal-dialog .modal-content .modal-body .welcome-massage .title {
  color: var(--color-dark);
  font-weight: bold;
  line-height: normal;
  margin-bottom: 24px;
}
.welcomeModal .modal-dialog .modal-content .modal-body .welcome-massage p {
  font-size: 16px;
  color: #585D63;
  margin: 0;
}
.welcomeModal .modal-dialog .modal-content .modal-body .welcome-massage .btn-link {
  width: 100%;
  display: block;
  border-radius: 8px;
  height: 48px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .welcomeModal .modal-dialog .modal-content .modal-body .welcome-massage {
    padding: 30px 16px;
  }
}
@media (max-width: 991px) {
  .welcomeModal .modal-dialog .modal-content {
    border-radius: 8px;
  }
}

.OtpModal {
  --bs-modal-width: 660px;
  padding: 0;
}
.OtpModal .modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.OtpModal .modal-dialog .modal-content .modal-body {
  padding: 50px 80px;
}
.OtpModal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  left: 30px;
  top: 50px;
  background-image: none;
  width: 28px;
  height: 28px;
  opacity: 1;
}
.OtpModal .modal-dialog .modal-content .modal-body .btn-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .OtpModal .modal-dialog .modal-content .modal-body .btn-close {
    left: 16px;
    top: 30px;
  }
}
.OtpModal .modal-dialog .modal-content .modal-body .otp-title {
  margin-bottom: 50px;
}
.OtpModal .modal-dialog .modal-content .modal-body .otp-title h4 {
  color: var(--color-dark);
  font-weight: bold;
}
.OtpModal .modal-dialog .modal-content .modal-body .otp-block {
  margin-bottom: 30px;
}
.OtpModal .modal-dialog .modal-content .modal-body .otp-block h6 {
  font-size: 24px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 15px;
}
.OtpModal .modal-dialog .modal-content .modal-body .otp-block p {
  font-size: 16px;
  color: #585D63;
  margin: 0;
}
.OtpModal .modal-dialog .modal-content .modal-body .verification-block p {
  font-size: 16px;
  color: var(--color-dark);
}
.OtpModal .modal-dialog .modal-content .modal-body .verification-block .otp-inputs {
  display: flex;
  gap: 10px;
}
.OtpModal .modal-dialog .modal-content .modal-body .verification-block .form-control {
  height: 48px;
  border-color: var(--color-dark);
}
.OtpModal .modal-dialog .modal-content .modal-body .verification-block .more-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.OtpModal .modal-dialog .modal-content .modal-body .verification-block .more-details p {
  font-size: 16px;
  color: #585D63;
  margin: 0;
}
.OtpModal .modal-dialog .modal-content .modal-body .verification-block .more-details p a {
  color: var(--color-dark);
  text-decoration: underline;
}
.OtpModal .modal-dialog .modal-content .modal-body .verification-block .more-details .more-option {
  color: var(--color-dark);
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .OtpModal .modal-dialog .modal-content .modal-body .verification-block .more-details {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .OtpModal .modal-dialog .modal-content .modal-body {
    padding: 30px 16px;
  }
}
@media (max-width: 991px) {
  .OtpModal .modal-dialog .modal-content {
    border-radius: 8px;
  }
}

.MoreModal {
  --bs-modal-width: 660px;
  padding: 0;
}
.MoreModal .modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.MoreModal .modal-dialog .modal-content .modal-body {
  padding: 50px 80px;
}
.MoreModal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  left: 30px;
  top: 50px;
  background-image: none;
  width: 28px;
  height: 28px;
  opacity: 1;
}
.MoreModal .modal-dialog .modal-content .modal-body .btn-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .MoreModal .modal-dialog .modal-content .modal-body .btn-close {
    left: 16px;
    top: 30px;
  }
}
.MoreModal .modal-dialog .modal-content .modal-body .more-title {
  margin-bottom: 50px;
}
.MoreModal .modal-dialog .modal-content .modal-body .more-title h4 {
  color: var(--color-dark);
  font-weight: bold;
}
.MoreModal .modal-dialog .modal-content .modal-body .more-title p {
  font-size: 16px;
  color: #585D63;
  margin: 0;
}
.MoreModal .modal-dialog .modal-content .modal-body .options-block .form-check {
  border-bottom: 1px solid #D6D6D6;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.MoreModal .modal-dialog .modal-content .modal-body .options-block .form-check .form-check-input {
  margin: 0;
}
.MoreModal .modal-dialog .modal-content .modal-body .options-block .form-check .form-check-input:checked {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.MoreModal .modal-dialog .modal-content .modal-body .options-block .form-button {
  margin-top: 15px;
}
.MoreModal .modal-dialog .modal-content .modal-body .options-block .form-button .btn-link {
  width: 100%;
  display: block;
  border-radius: 8px;
  height: 48px;
}
.MoreModal .modal-dialog .modal-content .modal-body .form-group .form-control {
  border: 1px solid var(--color-dark);
  border-radius: 8px;
  height: 48px;
  color: var(--color-dark);
  font-size: 16px;
}
.MoreModal .modal-dialog .modal-content .modal-body .form-group .form-control::-moz-placeholder {
  color: #878B8F;
}
.MoreModal .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder {
  color: #878B8F;
}
.MoreModal .modal-dialog .modal-content .modal-body .btn-link {
  width: 100%;
  display: block;
  border-radius: 8px;
  height: 48px;
}
@media (max-width: 991px) {
  .MoreModal .modal-dialog .modal-content .modal-body {
    padding: 30px 16px;
  }
}
@media (max-width: 991px) {
  .MoreModal .modal-dialog .modal-content {
    border-radius: 8px;
  }
}/*# sourceMappingURL=theme-style.css.map */