@font-face {
  font-family: "Amazon Ember";
  src: url(../fonts/LSiOEsjzv3B$kYA.woff2) format("woff2"),
    url(../fonts/cxfb27oOF1wiWu0.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Amazon Ember";
  font-weight: 500;
  src: url(../fonts/tFuoyNgHINGzO2q.woff2) format("woff2"),
    url(../fonts/dxZ7KcnSHs4Xu8u.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Amazon Ember";
  font-weight: 700;
  src: url(../fonts/YIjnvP6zh3cdI3P.woff2) format("woff2"),
    url(../fonts/v0L0uHakvkkbimI.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Dubai";
  src: url(../fonts/DubaiW23-Regular.woff2) format("woff2"),
    url(../fonts/DubaiW23-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Dubai";
  font-weight: 500;
  src: url(../fonts/DubaiW23-Medium.woff2) format("woff2"),
    url(../fonts/DubaiW23-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Dubai";
  font-weight: 700;
  src: url(../fonts/DubaiW23-Bold.woff2) format("woff2"),
    url(../fonts/DubaiW23-Bold.woff) format("woff");
  font-display: swap;
}

:root {
  --px-small: 1.8rem;
  --px-meduim: 10rem;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font), "Amazon Ember";
  overflow: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  direction: rtl;
  text-align: right;
}
html * {
  direction: rtl;
  text-align: right;
}
input,
textarea,
option,
select {
  text-align-last: right;
}
html[lang="en"],
html[lang="en"] * {
  direction: ltr;
  text-align: left;
}
html[lang="en"] input,
html[lang="en"] textarea,
html[lang="en"] option,
html[lang="en"] select {
  text-align-last: left;
}

::-webkit-scrollbar {
  width: 0;
  height: 5px;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  background-color: var(--main-color-two);
  color: var(--paragraph-color);
  font-family: var(--body-font), "Amazon Ember";
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  caret-color: var(--main-color-one);
}

h1 {
  font-size: 70px;
  line-height: 1.2333333333333333;
}

h2 {
  font-size: 45px;
  line-height: 1.3380952380952381;
}

h3 {
  font-size: 32px;
  line-height: 1.3833333333333333;
}

h4 {
  font-size: 24px;
  line-height: 1.3380952380952381;
}

h5 {
  font-size: 20px;
  line-height: 1.3380952380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--body-font), "Amazon Ember";
}

span,
p {
  font-family: var(--body-font), "Amazon Ember";
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  font-family: var(--body-font), "Amazon Ember";
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--main-color-one);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\f105";
  color: var(--main-color);
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/

.bg-gray {
  background: #f6f7fb;
  overflow-y: hidden;
}

.pd-15 {
  padding: 15px;
}

.pd-top-30 {
  padding-top: 30px;
}

.pd-top-60 {
  padding-top: 60px;
}

.pd-top-70 {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .pd-top-70-mw767 {
    padding-top: 70px;
  }
  .room-wrapper {
    border-left: 0 !important;
  }
  .custom-span {
    display: block;
  }
}

.pd-top-80 {
  padding-top: 80px;
}

.pd-top-85 {
  padding-top: 85px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-92 {
  padding-top: 92px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-65 {
  padding-bottom: 65px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-85 {
  padding-bottom: 85px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-92 {
  padding-bottom: 92px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.mg-top-100 {
  margin-top: 100px;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}

.sticky {
  display: block;
}
embed,
iframe,
object {
  max-width: 100%;
}

/* html[lang="ar"] dl,
html[lang="ar"] ol,
html[lang="ar"] ul {
  padding-left: 15px;
} */

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

@media only screen and (max-width: 1100px) {
  h4 {
    font-size: 22px;
  }
  .search-content {
    margin-top: 140px !important;
  }
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
  .broker-flex {
    align-items: center !important;
  }
  .broker-flex .sec-desc {
    text-align: center !important;
    text-align-last: center !important;
  }
  .search-content {
    margin-top: 0px !important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1360px;
  }
}

/*---------------------------------------
    ## Button
---------------------------------------*/

.btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 0.5;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 600;
}

.btn:focus,
.btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn .right {
  font-size: 20px;
}

.btn .left {
  padding-right: 10px;
}

.right {
  padding-left: 12px;
}

.btn-yellow {
  background: var(--main-color-one);
  color: var(--btn-color);
}
.btn-yellow:hover {
  opacity: 0.9;
}

.searchBox {
  padding: 15px 39px 0 0 !important;
  left: 50%;
  position: fixed;
  background: var(--main-color-two);
  top: 70px;
  width: calc(50% - 15px);
  z-index: 995;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
html[lang="en"] .searchBox {
  left: 15px;
}

.btn-yellow:hover,
.btn-yellow:focus {
  color: var(--btn-color);
}

.btn-white {
  background: var(--main-color-two);
  color: var(--main-color-one);
}

.btn-white:hover,
.btn-white:focus {
  color: var(--main-color-one);
}

.leftalign {
  text-align: left;
}

.centeralign {
  text-align: center;
  padding: 0;
  text-align-last: center !important;
}

.rightalign {
  padding: 0;
  display: flex;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/

.section-title {
  text-align: right;
  margin-bottom: 45px;
  position: relative;
}

.section-title h1 img,
.section-title h2 img,
.section-title h3 img,
.section-title h4 img,
.section-title h5 img {
  margin-right: 15px;
  margin-top: -5px;
}

.section-title .sub-title {
  font-weight: 600;
  font-family: var(--body-font), "Amazon Ember";
  margin-bottom: 20px;
  color: var(--main-color-one);
}

.section-title p {
  padding-top: 8px;
}

.section-title .btn {
  margin-top: 22px;
}

.section-title.pd-left {
  padding-left: 100px;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/

.back-to-top,
.cs-btn {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: var(--font-color);
  background-color: var(--main-color-one);
  text-align: center !important;
  text-align-last: center !important;
  line-height: 48px;
  border-radius: 50%;
  z-index: 99;
  font-size: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
  animation: backto-top-bounce 4s infinite ease-in-out;
  display: none;
}

html[lang="en"] .back-to-top,
html[lang="en"] .cs-btn {
  left: unset;
  right: 30px;
}

.cs-btn {
  bottom: 95px;
  animation: none;
}
.back-to-top.active,
.cs-btn.active {
  display: block;
}

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}

@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}

.social-icon {
  margin-bottom: 0;
  padding-left: 0;
}

.social-icon li {
  display: inline-block;
  margin: 0 20px;
}

.social-icon li:last-child {
  margin: 0 0 0 20px;
}
html[lang="en"] .social-icon li:first-child {
  margin: 0 20px 0 0;
}

.social-icon li a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-icon li a:hover {
  opacity: 0.8;
}

.social-icon li .facebook {
  color: #3b5999;
}

.social-icon li .twitter {
  color: #55acee;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/

.breadcrumb-area {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 135rem;
  /* 2048px; */
  margin: auto;
  height: 280px;
  margin-top: 70px;
}

.breadcrumb-area.more-height {
  height: 400px;
  background-size: cover !important;
}

.breadcrumb-cover {
  width: 60%;
  position: absolute;
  bottom: -7px;
}
@media screen and (max-width: 2400px) {
  .breadcrumb-area {
    height: 300px;
  }
}
@media screen and (max-width: 1700px) {
  .breadcrumb-area {
    height: 280px;
  }
  .breadcrumb-cover {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .breadcrumb-area {
    height: 280px;
  }
  .breadcrumb-area .page-title {
    font-size: 40px !important;
  }
  .breadcrumb-cover {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 240px;
  }
  .breadcrumb-area .page-title {
    font-size: 28px !important;
  }
  .breadcrumb-cover {
    width: 93%;
  }
}

.breadcrumb-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 100, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 100, 0)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 100, 0)
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 100, 0)
  );
  height: 65%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 0;
  opacity: 0.5;
}

.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
}

.breadcrumb-area .page-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
  text-shadow: black 3px 3px 8px;
  text-align: center;
  text-align-last: center !important;
}

.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  color: var(--font-color);
}

.breadcrumb-area .page-list li {
  font-size: 16px;
  font-weight: 200;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 8px;
}

.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "/";
  font-family: "fontawesome";
}

.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}

.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

.text-align-last-center {
  text-align: -webkit-center;
  text-align-last: center;
}

.text-align-last-left {
  text-align-last: left;
  text-align: -webkit-left;
}
.text-align-last-right {
  text-align: -webkit-right;
  text-align-last: right;
}

.image-item {
  margin-top: 20px;
  /* border: 0.5px solid #666; */
  height: 200px !important;
  position: relative;
}
.image-item .custom-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 2px 8px;
  gap: 6px;
}

.image-item .custom-btn.selected {
  color: var(--main-color-one);
  background-color: #fff;
}

.image-item .del-icon {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 8px;
  top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 38px;
  transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.image-item .del-icon:hover {
  background: #d00404;
}
.image-item .del-icon:hover svg path {
  fill: #fff;
}
.image-item img {
  border-radius: 8px;
  width: 100%;
  height: calc(100% - 35px);
  object-fit: cover;
}
.image-item img.radius2 {
  border-radius: 8px 8px 0 0;
}

.section-add-property {
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: right;
  justify-content: right;
  transition: all 0.3s ease-in;
  margin: auto;
  width: 100%;
}

/*-----------------------------------------
    ## shape-image-list
------------------------------------------*/

.shape-image-list-wrap img {
  border-radius: 8px;
}

.shape-image-list {
  position: relative;
  display: inline-block;
}

.shape-image-list:after {
  content: "";
  position: absolute;
  height: 205px;
  width: 230px;
  background: var(--main-color-one);
  z-index: -1;
  border-radius: 8px;
}

.shape-image-list.left-top {
  padding: 35px 0 0 35px;
}

.shape-image-list.left-top:after {
  left: 0;
  top: 0;
}

.shape-image-list img {
  border-radius: 8px;
}

.shape-image-list .shadow-img {
  -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	## Widgets
--------------------------------------------------------------*/

.sitebar .widget {
  margin-bottom: 50px;
}

.widget {
  border: 1px solid rgba(197, 197, 197, 0.5);
  border-radius: 8px;
}

.widget-title {
  font-weight: 400;
  margin-bottom: 30px;
  color: #ddd;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 14px;
}

.widget_nav_menu ul li a {
  color: #ddd;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget_nav_menu ul li a:hover {
  color: #fff;
}

/********* widget-owner-info ********/

.widget-owner-info {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 45px 25px;
}

.widget-owner-info .owner-info {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.widget-owner-info .owner-info .thumb {
  border: 1px solid rgba(197, 197, 197, 0.5);
  border-radius: 100%;
  max-width: 75px;
}

.widget-owner-info .owner-info .thumb img {
  /* border-radius: 6px; */
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.widget-owner-info .owner-info .details {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.widget-owner-info .owner-info .details h5 {
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: 500;
  max-width: 300px;
}
.widget-owner-info .owner-info .details h5 img {
  margin: 0 3px;
}

.widget-owner-info .owner-info h6 {
  margin-bottom: 0;
}

.widget-owner-info .owner-info .details .designation {
  font-size: 12px !important;
  font-weight: 500;
}

.widget-owner-info .owner-info p {
  margin-bottom: 0;
  color: var(--main-color-one);
}

.widget-owner-info .owner-info p span {
  color: var(--heading-color);
  margin: 0 6px;
}

.widget-owner-info .contact {
  border-bottom: 1px solid rgba(197, 197, 197, 0.5);
  padding-bottom: 20px;
}

.widget-owner-info .contact .btn-yellow {
  width: 100%;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 36px;
  font-size: 14px;
  font-weight: 500;
}

.widget-owner-info .contact .rld-single-input {
  margin-bottom: 20px;
}

.widget-owner-info .contact .rld-single-input input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(197, 197, 197, 0.5);
  padding: 3px 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #f6f7fb;
}
.widget-owner-info .contact-info {
  padding: 25px 0 0;
}
.widget-owner-info .contact-info h6 {
  font-size: 20px;
  font-weight: 500;
}

.widget-owner-info .contact-info .media {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 18px 0;
}
.widget-owner-info .contact-info .media:last-of-type {
  border: none;
  padding-bottom: 0;
}
.widget-owner-info .contact-info .media .media-left svg {
  position: relative;
  top: 5px;
}
.widget-owner-info .contact-info .media .media-body p {
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color-one);
  margin-bottom: 0;
}

.widget-owner-info .contact-info .media .media-body span,
.widget-owner-info .contact-info .media .media-body a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.widget-owner-info .contact-info .media .media-body a:hover {
  color: var(--main-color-one);
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/

.navbar-area {
  padding: 0 calc(var(--px-meduim) / 2);
  position: fixed;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}

.navbar-area .nav-container {
  background-color: transparent;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-area .nav-container .logo {
  max-width: 200px;
  height: 75%;
}
.navbar-area .nav-container .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.navbar-area .nav-container .logo a img {
  min-height: 52px;
  max-height: 100%;
  max-width: 100%;
  width: 92%;
  height: 92%;
  object-fit: contain;
}

.navbar-area-fixed {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06) !important;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06) !important;
}

.btn-rounded {
  border-radius: 35px !important;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

.nav-right-part svg path {
  fill: #737373;
}
.nav-right-part a:hover svg path {
  fill: var(--main-color-one);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    padding: 0px;
  }
  .navbar-area .nav-container .logo {
    position: relative;
  }
  .navbar-area .nav-container .logo.wl {
    padding-left: 20px;
  }
  .navbar-area .nav-container .logo a {
    justify-content: center;
  }
  .navbar-area .nav-container .logo.amakkn a img {
    width: 80%;
    height: 80%;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-area-fixed .nav-container {
    /* padding: 10px 0px; */
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-area-fixed-opacity .nav-container {
    /* padding: 10px 0px; */
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
}

.nav-right-part-mobile {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container .logo {
    height: 100%;
  }
  .navbar-area .nav-container .logo.wl {
    height: 90%;
  }
  .searchBox .row {
    justify-content: space-between !important;
  }
  .searchBox {
    padding: 20px 0 0 0 !important;
    position: relative !important;
    background: var(--main-color-two);
    top: 52px;
    width: 100%;
    left: 0 !important;
    padding-top: 30px;
    z-index: 995;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
  .navbar-area {
    padding-bottom: 0px;
  }
  .bar1,
  .bar2,
  .bar3 {
    background: var(--main-color-two);
  }
  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .nav-right-part-mobile {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .nav-right-part-desktop {
    display: none;
  }
}

/* Tablet Layout wide: 767px. */

@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }
  .responsive-mobile-menu {
    display: block;
    position: relative;
  }
  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }
  .btn-custom-default,
  .btn-custom-white {
    font-size: 14px;
    line-height: 33px;
    padding: 6px 20px;
  }
  .navbar-area .nav-container {
    max-width: 100%;
  }
  .navbar-area .logo {
    padding-top: 0px !important;
  }
}

/* medium tablet layout 599px */

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }
  .navbar-area .logo {
    padding-top: 10px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }
  .search-popup .search-form {
    min-width: 350px;
  }
  .add-new-property-area,
  .favorite-area,
  .footer-area {
    padding-bottom: 115px !important;
  }
}

@media only screen and (max-width: 375px) {
  .btn-custom-default,
  .btn-custom-white {
    padding: 5px 18px;
  }
  .search-popup .search-form .form-group .form-control,
  .search-popup .search-form .submit-btn {
    height: 45px;
  }
  .search-popup .search-form {
    min-width: 300px;
  }
}

@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}

/*----------------------------------------------
    ## Banner
----------------------------------------------*/

.banner-inner-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  place-content: center;
  border-radius: 16px !important;
  width: 100%;
}
.banner-inner-wrap .row {
  align-items: center;
  justify-content: center;
  gap: 0;
}

.banner-inner-area {
  position: relative;
}

.banner-inner .sub-title {
  color: white;
  /* text-shadow: black 2px 2px; */
  margin-bottom: 22px;
}

.banner-inner .title {
  color: white;
  /* text-shadow: black 3px 3px; */
  font-weight: 600;
}

.banner-inner .content {
  margin-top: 20px;
  margin-bottom: 0;
}
.readeal-top .circular-btn {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.banner-inner .banner-btn-wrap {
  margin-top: 19px;
}

.store-icon {
  width: 30px;
}

.banner-inner .btn {
  height: 55px;
  line-height: 55px;
}

.thumb-wrap {
  position: absolute;
  bottom: 0;
}

/******* banner tab style *****/

.banner-area {
  /* top: 70px; */
  /* height: calc(80vh - 75px);
  max-height: calc(100vh - 75px); */
  height: 80vh;
  max-height: 100vh;
  width: calc(100vw - var(--px-small));
  margin: 70px auto;
  position: relative;
  border-radius: 16px;
  overflow: visible;
  z-index: 1;
  /* margin-bottom: 70px; */
}
@media only screen and (max-width: 767px) {
  .banner-area {
    width: 100vw;
    border-radius: 0px;
  }
}
.banner-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .banner-area {
    width: 100vw;
    border-radius: 0px;
  }
  .banner-area::after {
    border-radius: 0px;
  }
}
/* @media only screen and (max-width: 767px) {
  .banner-area .banner-search-wrap {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 767px) {
  .banner-area .banner-search-wrap {
    margin-top: 200px;
  }
} */

.rld-banner-tab {
  border-bottom: 0;
  margin: 20px auto 10px;
  padding: 0;
  justify-content: center;
  width: fit-content;
  background: #eee;
  padding: 5px;
  border-radius: 6px;
}
.rld-banner-tab2 {
  border-bottom: 0;
  padding: 0;
  justify-content: center;
  width: fit-content;
  background: var(--main-color-two);
}
.rld-banner-tab2.no-bg {
  background-color: transparent;
  margin-top: 50px !important;
}
.rld-banner-tab2 .nav-link {
  height: 49px;
}
.rld-banner-tab2 .nav-link:hover,
.rld-banner-tab2 .nav-link:focus,
.rld-banner-tab2 .nav-link.active {
  color: #fff !important;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  background-color: var(--main-color-one) !important;
}
html[lang="en"] .rld-banner-tab2 {
  direction: rtl !important;
}
html[lang="ar"] .rld-banner-tab2 {
  direction: ltr !important;
}
.rld-banner-tab2 .nav-item:last-child .nav-link,
html[lang="ar"] .rld-banner-tab2 .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
}

.rld-banner-tab2 .nav-item:first-child .nav-link,
html[lang="ar"] .rld-banner-tab2 .nav-item:last-child .nav-link {
  border-radius: 0 10px 10px 0;
}
.rld-banner-tab .nav-item {
  margin-bottom: 0;
}

.rld-banner-tab .nav-item a {
  border: 0;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  /* margin-right: 8px; */
  position: relative;
  display: block;
  letter-spacing: 0.4px;
  background: #eee;
  color: var(--heading-color);
  font-family: var(--body-font), "Amazon Ember";
  font-weight: 600;
  /* -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; */
}
/* .rld-banner-tab .nav-item:nth-child(2) a{
  border-radius: 5px 0 0;
} */
.rld-banner-tab .nav-item a:hover,
.rld-banner-tab .nav-item a:focus,
.rld-banner-tab .nav-item a.active {
  /* background: var(--main-color-one);
  color: var(--btn-color); */
  /* border-bottom: 3px solid var(--main-color-one); */
  color: #fff;
  background-color: var(--main-color-one);
}

.rld-banner-tab .nav-item:last-child {
  margin-bottom: 0;
}

.navbar-area-3 {
  background: var(--main-color-two);
}

.banner-search {
  margin-top: 80px;
}
.advanced-search-btn {
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  color: var(--paragraph-color);
  padding-inline: 12px;
  justify-content: center;
}
.advanced-search-btn:hover,
.advanced-search-btn:active,
.advanced-search-btn.active {
  border: 1px solid var(--main-color-one);
  background-color: #eee;
  color: var(--main-color-one);
}

/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/

.footer-area {
  background: #000;
  padding-top: 35px;
  z-index: 10;
  position: relative;
}
.footer-area .footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-area .widget {
  border: 0;
}

.footer-area .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
  color: #ddd;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}
.footer-area .footer-top p,
.footer-area .footer-top a {
  font-size: 14px;
  color: #ddd;
}

.footer-area .footer-logo img {
  max-width: 140px;
  max-height: 66px;
  margin-bottom: 10px;
}
.footer-a {
  color: #ddd;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* text-decoration: underline; */
}
.footer-a:hover {
  color: #fff !important;
}
.footer-area .footer-social span {
  margin-right: 20px;
  color: var(--heading-color);
}

.footer-area .footer-social .social-icon {
  display: inline-block;
}

.footer-area .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -15px;
}
.footer-area .btns-wrapper .google-btn {
  width: 172px;
  height: 78px;
}

html[lang="en"] .footer-area .btns-wrapper .google-btn {
  margin-left: -10px;
}

.footer-area .btns-wrapper .apple-btn {
  width: 140px;
  height: 64px;
}
.footer-area .btns-wrapper .huawei-btn {
  width: 150px;
  height: 64px;
  margin-inline-start: 10px;
}
.footer-area .footer-bottom {
  padding: 50px 0;
  color: #ddd;
}

.footer-area .footer-center {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .banner-inner .title {
    max-width: 310px;
    margin: 0px auto 10px;
  }
  /* .details-boxes .details-box {
    width: 94% !important;
  } */
  .map-input {
    max-width: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner .title {
    max-width: 400px;
    margin: 0px auto 10px;
  }
  .c-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .social-icon li {
    display: inline-block;
    margin: 0 10px;
  }

  .social-icon li:last-child {
    margin: 0 0 0 10px;
  }
  html[lang="en"] .social-icon li:first-child {
    margin: 0 10px 0 0;
  }
  .d-sm-none {
    display: none;
  }
  .footer-area .footer-top p,
  .footer-area .footer-top a {
    text-align: center;
    text-align-last: center !important;
  }
}
/* .footer-area .copy-right a {
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-area .copy-right a:hover {
  color: var(--main-color-one);
} */

.footer-area .widget {
  margin-bottom: 15px;
}

/*----------------------------------------------
    ## search page 
----------------------------------------------*/

.search-page-area {
  overflow: hidden;
  position: relative;
  width: calc(100% - var(--px-meduim));
  margin: 0 auto;
}

.search-content {
  margin-top: 140px;
}

.search-page-search-wrap {
  width: calc(50% - 15px);
  /* float: left; */
  /* padding-right: 30px; */
  position: fixed;
  z-index: 0;
  bottom: 0;
  left: 0;
}
html[lang="en"] .search-page-search-wrap {
  left: unset;
  right: 0;
}

.search-page-search-wrap #gmap {
  height: calc(100vh - 90px);
  /* padding-top: 15px; */
}

.search-page-search-wrap #gmap > div > div {
  border-radius: 10px !important;
  width: 96% !important;
  margin: auto !important;
  height: 98% !important;
}

.search-page-right-wrap {
  background: var(--main-color-two);
  width: 50%;
  bottom: 0;
  padding-top: 17px;
  min-height: calc(100vh - 143px);
}
.search-page-right-wrap.witout-map {
  width: 100%;
}

.rld-search-page-tab {
  border-bottom: 0;
}

.rld-search-page-tab .nav-item {
  margin-bottom: 0;
}

.rld-search-page-tab .nav-item a {
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  text-align-last: center !important;
  height: 50px;
  width: 100px;
  line-height: 52px;
  margin-right: 8px;
  position: relative;
  display: block;
  background: var(--main-color-one);
  color: var(--main-color-one);
  font-family: var(--body-font), "Amazon Ember";
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
}

.rld-search-page-tab .nav-item a:hover,
.rld-search-page-tab .nav-item a:focus,
.rld-search-page-tab .nav-item a.active {
  background: var(--main-color-one);
  color: var(--font-color);
}

.rld-search-page-tab .nav-item:last-child {
  margin-bottom: 0;
}

.searchRes {
  padding-bottom: 5px;
  padding-top: 5px;
  direction: rtl;
  /* padding-right: 15px; */
}

.search-page-right-side {
  min-height: 1000px;
  /* margin-right: 15px; */
  /* padding-top: 90px; */
}

.search-page-right-side .section-title .title {
  font-size: 24px;
}

.search-page-right-side .single-feature .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-page-right-side .rld-main-search {
  padding: 10px 25px 4px 10px;
  margin-bottom: 3px;
  border-radius: 6px;
}

.sort {
  padding-left: 7px;
  font-size: 15px;
  margin-top: 6px;
}

.sortDDL {
  /* width: 70%; */
  padding-right: 3px;
  border: none;
  background-color: transparent;
  color: var(--paragraph-color);
}
.sortDDL.withBg {
  top: 5px;
  height: 43px;
  width: 100%;
  background: white;
}
.sortDDL.h-35 {
  height: 35px;
}

/* .sortDDL svg {
  right: unset;
  left: 7px;
} */

.sortDDL legend {
  display: none;
}
.sortDDL .MuiSelect-select {
  border: 0;
}

.search-page-right-side .rld-main-search .colx {
  padding: 0 10px;
  display: inline-block;
}

.search-page-right-side .rld-main-search .col1 {
  width: 30%;
}

.search-page-right-side .rld-main-search .col2 {
  width: 19%;
}

.search-page-right-side .rld-main-search .col3 {
  width: 17%;
}

.search-page-map .single-feature {
  margin-bottom: 0;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-style-iw-c {
  padding-left: 16px !important;
  padding-bottom: 16px !important;
  padding: 16px;
  text-align: right;
}

.gm-ui-hover-effect {
  /* background: var(--main-color-one) !important; */
  display: none;
  top: 0 !important;
  /* left: 0 !important;
  width: 30px !important;
  height: 30px !important; */
  z-index: 9999 !important;
  /* border-radius: 0 5px 0 5px !important; */
  opacity: 1 !important;
}

.css-26l3qy-menu {
  text-align: right;
}

.contact-form-wrap {
  min-width: 310px;
  justify-content: flex-end;
}
.contact-form-wrap .rld-single-input {
  margin-top: 10px;
}

.contact-form-wrap button[type="submit"] {
  margin-top: 23px;
  padding: 0 45px;
  letter-spacing: 0.5px;
}

.contact-form-wrap .social-icon {
  margin-top: 20px;
}

.register-page-area {
  margin-top: -50px;
}

.property-details-slider .thumb img {
  border-radius: 6px;
}

.property-details-slider-info h3 {
  font-weight: 600;
}

.property-details-slider-info h3 span {
  color: var(--main-color-one);
  font-weight: 700;
}

.property-details-slider-info del {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font), "Amazon Ember";
}

.property-details-slider-info .property-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 8px;
  background: rgba(98, 57, 127, 0.04);
  border-radius: 8px;
}

.property-details-slider-info .property-header .btns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.fav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--main-color-one);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  color: var(--main-color-one);
  gap: 8px;
  min-width: 110px;
  transition: 0.3 all ease-in-out;
}
.fav-btn:hover,
.fav-btn.clicked {
  background-color: var(--main-color-one);
  color: #fff;
}

.property-details-slider-info .property-sub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 40px;
  padding: 0;
}
.property-details-slider-info .property-sub-header h3 {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
}
.property-details-slider-info .property-sub-header p,
.property-details-slider-info .publishing-date {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
}
.property-details-area.admin
  .property-details-slider-info
  .property-sub-header
  p,
.property-details-area.admin .property-details-slider-info .publishing-date,
.property-details-area.admin
  .property-details-slider-info
  .property-inner-details
  > div
  p,
.property-details-area.admin .property-details-slider-info .second-row > div h4,
.property-details-area.admin
  .property-details-slider-info
  .property-inner-details
  > div
  h4,
.property-details-area.admin
  .property-details-slider-info
  .property-inner-details
  .additional-info
  .info
  .question
  h5,
.property-details-area.admin
  .property-details-slider-info
  .property-inner-details
  .additional-info
  .info
  .question
  p,
.property-details-area.admin
  .property-details-slider-info
  .property-inner-details
  .additional-info-v2
  .info
  span:last-child,
.property-details-area.admin
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .info
  h5,
.property-details-area.admin
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .info
  span {
  color: rgba(0, 0, 0, 0.8) !important;
}

.property-details-slider-info .property-inner-details {
  margin: 0;
  width: 100%;
}

.property-details-slider-info .property-inner-details > div {
  padding: 0;
}

.property-details-slider-info .property-inner-details > div p {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 400;
}

.property-details-slider-info .property-inner-details .property-amenities {
  gap: 30px;
}
.property-details-slider-info
  .property-inner-details
  .property-amenities
  .property-amenity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 30px;
  color: var(--main-color-one);
  font-size: 15px;
  font-weight: 500;
}

.property-details-slider-info
  .property-inner-details
  .property-amenities
  .property-amenity
  .icon {
  width: 36px;
  height: 36px;
  background: rgba(98, 57, 127, 0.04);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-details-slider-info .property-inner-details .property-rent-options {
  gap: 24px;
}

.property-details-slider-info
  .property-inner-details
  .property-rent-options
  > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  background: rgba(98, 57, 127, 0.04);
  border-radius: 8px;
}
.property-details-slider-info
  .property-inner-details
  .property-rent-options
  > div
  p {
  font-weight: 600;
  font-size: 20px;
  text-align: right;
  color: var(--main-color-one);
}

.property-details-slider-info .property-inner-details .additional-info .info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.property-details-slider-info
  .property-inner-details
  .additional-info
  .info
  .question
  h5 {
  font-weight: 500;
  font-size: 16px;
  color: var(--font-color);
}
.property-details-slider-info
  .property-inner-details
  .additional-info
  .info
  .question
  p {
  color: var(--font-color);
  font-weight: 400;
  font-size: 16px;
}
.property-details-slider-info .property-inner-details .additional-info-v2 {
  justify-content: flex-start;
}
.property-details-slider-info
  .property-inner-details
  .additional-info-v2
  .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.property-details-slider-info
  .property-inner-details
  .additional-info-v2
  .info
  span:last-child {
  position: relative;
  top: -3px;
  font-size: 16px;
  font-weight: 500;
  color: var(--font-color);
}

.property-details-slider-info .property-inner-details .property-info .box {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  gap: 8px;
  padding: 0;
}
.property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon {
  background: rgba(98, 57, 127, 0.08);
  border-radius: 8px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon
  svg {
  width: 25px;
  height: 25px;
  fill: var(--main-color-one);
}
.property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon
  svg
  .p {
  stroke: var(--main-color-one);
}
.property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  justify-content: center;
  width: calc(100% - 50px);
}
.property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .info
  h5 {
  margin: 0;
  color: var(--font-color);
  font-size: 14px;
  font-weight: 500;
}
.property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .info
  span {
  color: var(--paragraph-color);
}
.text-more {
  transition: 0.3 all ease-in-out;
}
.text-more button {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  display: inline;
  color: var(--main-color-one);
  font-weight: 500;
  cursor: pointer;
}

.property-details-slider-info .second-row > div,
.property-details-slider-info
  .property-inner-details
  > div:not(.MuiAlert-root) {
  margin-top: 40px;
  padding-top: 40px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.23);
}

.property-details-slider-info .second-row > div h4,
.property-details-slider-info .property-inner-details > div h4 {
  font-weight: 600;
  font-size: 24px;
  color: var(--heading-color);
  margin-bottom: 30px;
}
.property-details-slider-info .second-row > div p {
  color: #000;
  margin-bottom: 30px;
}
.property-details-slider-info
  .second-row
  > div
  .single-feature
  .details
  .info-list {
  /* direction: ltr; */
  padding: 0;
}
.property-details-slider-info .second-row > div .single-feature .left {
  left: 12px;
}

.single-feature .left {
  left: 0;
}
html[lang="en"] .single-feature .left {
  left: unset;
  right: 0;
}
.property-details-slider-info .second-row .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 18px 0;
  flex-wrap: wrap;
}

.property-details-slider-info .second-row .btns-wrapper .btn {
  font-weight: 500;
  font-size: 15px;
}

.property-details-slider-info .second-row .btns-wrapper .btn-yellow,
.property-details-slider-info
  .second-row
  .btns-wrapper
  .btn-outline-primary:hover {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 44px;
  background-color: var(--main-color-one);
  color: #fff;
}

.property-details-slider-info .second-row .btns-wrapper .btn-outline-primary {
  border-radius: 44px;
  color: var(--main-color-one);
  background: rgba(98, 57, 127, 0.08);
  border-color: rgba(98, 57, 127, 0.08);
}

.rounded-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 44px;
  width: fit-content;
  padding: 8px 22px;
  gap: 8px;
  font-weight: 500;
  font-size: 15px;
}

/*----------------------------------------------
    ## error page
----------------------------------------------*/

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.error-page h2 {
  font-size: 144px;
  font-weight: 500;
  color: #a0a3b3;
  z-index: 2;
}

.error-page p {
  font-weight: 600;
  font-size: 20px;
  color: #6d6e81;
  margin-top: -20px;
  z-index: 4;
}
.error-page.version2 p {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
  text-align-last: center !important;
}
.error-page a {
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 15px;
  font-weight: 600;
  border-radius: 35px;
  padding: 10px 20px;
  z-index: 4;
}

.error-page a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.error-page .cloud {
  position: absolute;
  z-index: 1;
}
.error-page .cloud-1 {
  top: 40%;
  right: -2%;
  animation: cloud-1 10s alternate-reverse infinite;
}
.error-page .cloud-2 {
  top: 50%;
  left: -3%;
  animation: cloud-2 10s alternate-reverse infinite;
}
.error-page .cloud-3 {
  top: 20%;
  left: 10%;
  transform: scale(0.8);
  animation: cloud-3 10s alternate-reverse infinite;
}
.error-page .cloud-4 {
  top: 10%;
  right: 15%;
  transform: scale(0.6);
  animation: cloud-4 10s alternate-reverse infinite;
}

.error-page .image-404 {
  margin-top: 50px;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .error-page {
    height: 100vh;
  }
  .error-page.version2 {
    height: 100vh;
  }
  .error-page .image-404 {
    margin-top: 10px;
  }
  .error-page .cloud-1,
  .error-page .cloud-2,
  .error-page .cloud-3 {
    transform: scale(0.6);
    animation-duration: 3s;
  }
  .error-page .cloud-1 {
    display: none;
  }

  .error-page h2 {
    font-size: 100px;
  }

  .error-page:not(.version2) p {
    font-size: 17px;
    margin-top: -20px;
  }

  .error-page a {
    font-size: 14px;
    font-weight: 600;
    border-radius: 35px;
    padding: 8px 15px;
  }
}

@keyframes cloud-1 {
  from {
    right: -2%;
  }
  to {
    right: 10%;
  }
}

@keyframes cloud-2 {
  from {
    left: -3%;
  }
  to {
    left: -10%;
  }
}
@keyframes cloud-3 {
  from {
    left: 10%;
  }
  to {
    left: 30%;
  }
}
@keyframes cloud-4 {
  from {
    right: 15%;
  }
  to {
    right: 50%;
  }
}

/*----------------------------------------------
    ## add-new-property-area
----------------------------------------------*/
.add-new-property-area {
  width: 100%;
  max-width: 1360px;
  display: block;
  margin: 75px auto 0;
}
.add-new-property-area .rld-single-select .single-select {
  padding: 0 35px 0 10px;
  border: 0 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  border-radius: 0;
}

.add-new-property-area .rld-single-input textarea {
  padding: 10px;
  border: 0 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  border-radius: 0;
}

.add-property-btn-wrap .btn {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}

/*----------------------------------------------
    ## main search
----------------------------------------------*/

.main-search-area {
  margin-top: -50px;
}

.searchBox .row {
  /* flex-direction: row-reverse; */
  justify-content: flex-start;
  gap: 10px;
}

.banner-search-wrap {
  max-width: 80%;
  margin: auto;
}
.rld-main-search {
  padding: 50px 30px 35px;
  background: var(--main-color-two);
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 6px 6px 6px;
}
.banner-search-wrap .rld-main-search {
  padding: 0;
  padding-inline-start: 20px;
  background: #fff;
  border-radius: 36px;
  width: 70%;
  margin: 0 auto;
}

.rld-main-search .row {
  display: flex;
  align-items: center;
}

.rld-main-search .btn {
  width: 100%;
}
.banner-search-wrap {
  padding: 0;
  padding-inline-start: 30px;
}

@media only screen and (max-width: 767px) {
  .rld-main-search .row {
    width: 100%;
    gap: 0;
    margin: 0 -5px 0 0;
  }
  .banner-search-wrap .col-search {
    margin-left: 0 !important;
  }
  .banner-search-wrap .rld-main-search {
    width: 100% !important ;
  }
}

.banner-search-wrap .col-input {
  flex: 1;
  padding: 0;
}
.banner-search-wrap .col-search {
  display: flex;
  margin-inline-end: 22px;
}

.rld-single-input {
  position: relative;
}

.rld-single-input input {
  height: 48px;
  line-height: 48px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #d4d4d4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  /* font-size: revert; */
}

.rld-main-search .rld-single-input input {
  height: 60px;
  line-height: 48px;
  width: 100%;
  /* padding: 0; */
  border: none;
  font-size: 14px;
  border-radius: 50px;
}
.rld-main-search .rld-single-input input:hover,
.rld-main-search .rld-single-input input:focus,
.rld-main-search .rld-single-input input:active {
  border: none;
}

.popup-content {
  width: auto !important;
  background: var(--main-color-two) !important;
  padding: 0 !important;
  border-radius: 10px !important;
  border: 0 !important;
}

.rld-single-input select {
  background: #f3f3f3;
  height: 48px !important;
  line-height: 48px;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  font-size: 15px;
}

.rld-single-input input:hover,
.rld-single-input input:active,
.rld-single-input input:focus {
  border: 1px solid var(--main-color-one);
}

.rld-single-input.left-icon:before {
  content: "";
  background-image: url("../../assets/img/icons/1.png");
  position: absolute;
  top: 17px;
  background-size: auto;
  height: 17px;
  width: 12px;
  left: 19px;
  background-repeat: no-repeat;
}

.rld-single-input.left-icon input {
  padding-left: 40px;
}

.rld-single-input textarea {
  height: 120px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #d4d4d4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  font-size: 15px;
}

.rld-single-input textarea:hover,
.rld-single-input textarea:active,
.rld-single-input textarea:focus {
  border: 1px solid var(--main-color-one);
}

.rld-single-select .single-select {
  height: 48px;
  line-height: 47px;
  width: 100%;
  padding: 0 34px 0 20px;
  border: 1px solid #d4d4d4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 4px;
}

.rld-single-select .single-select:hover,
.rld-single-select .single-select:active,
.rld-single-select .single-select:focus {
  border: 1px solid var(--main-color-one);
}

.rld-single-select .single-select:after {
  border: 0;
}

.rld-single-select .single-select:before {
  content: "";
  background-image: url("../../assets/img/icons/2.png");
  position: absolute;
  top: 19px;
  background-size: auto;
  height: 10px;
  width: 11px;
  right: 14px;
  left: auto;
  background-repeat: no-repeat;
}

.rld-single-select .single-select .list {
  width: 100%;
}

/*---------------------------------------------
    ## Feature
---------------------------------------------*/

.single-feature {
  border-radius: 10px;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  /* overflow: hidden; */
  margin-bottom: 25px;
  border: 1px solid #eee;
  position: relative;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.single-feature .thumb {
  position: relative;
  height: 210px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

.single-feature .thumb a {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  color: var(--main-color-one);
}

.single-feature .thumb img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-type {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(14.5px);
  border-radius: 8px;
  color: var(--main-color-one);
  padding: 4px 8px;
  font-weight: 400;
  font-size: 14px;
  z-index: 10;
}
.property-type.left {
  right: unset;
  left: 10px;
  top: 15px;
}
html[lang="en"] .property-type.left {
  right: 10px;
  left: unset;
}
html[lang="en"] .MuiCardHeader-action {
  margin-right: 0 !important;
}
.property-type *:not(.MuiCheckbox-root) {
  margin: 0 !important;
  padding: 0 !important;
}
.property-type .MuiCheckbox-root {
  padding: 0 2px !important;
  font-size: 12px !important;
}
.property-type .MuiTypography-root {
  font-size: 12px !important;
}

.single-feature .details {
  text-align: -webkit-right;
  /* background: #f9f9f9; */
  padding: 8px;
}
.single-feature:hover .details {
  background-color: #fbfbfb;
}

.feature-logo {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  text-align-last: center !important;
  position: absolute;
  left: 25px;
  top: 125px;
  z-index: 10;
  background: var(--main-color-two);
  border-radius: 50%;
  -webkit-box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
}

.feature-logo img {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: inline-block;
}

.single-feature .details .author {
  font-size: 12px;
}

.single-feature .details .title {
  padding-left: 1px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-feature .property-name {
  color: var(--main-color-one);
  font-weight: 500;
  font-size: 18px;
}

.single-feature .details .price {
  display: inline-block;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  border-top: 1px solid #eee;
  padding: 5px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: var(--body-font), "Amazon Ember";
  direction: rtl;
}

.single-feature .details del {
  color: #c3cfe1;
  font-size: 14px;
}

.details .info-list,
.info-list.map {
  margin: 0 0 5px !important;
  font-size: 14px !important;
  display: flex;
  font-weight: 400;
  align-items: center;
  /* justify-content: flex-end; */
  flex-wrap: wrap;
  padding: 0;
  gap: 11px;
  min-height: 27px;
}

/* html[lang="en"] .details .info-list,
html[lang="en"] .info-list.map {
  justify-content: flex-start;
} */

.details .info-list li,
.info-list.map li {
  display: inline-flex;
  margin-top: 5px;
  list-style: none;
  align-items: center;
  gap: 3px;
  direction: ltr;
}

html[lang="en"] .details .info-list li,
html[lang="en"] .info-list.map li {
  direction: rtl !important;
}
/* .info-list.map li {
  margin-left: 8px;
} */
/* .single-feature .details .info-list li:last-child,
.info-list.map li:last-child {
    margin-left: 0;
} */
.details .info-list li svg {
  width: 22px;
  height: 22px;
  fill: var(--main-color-one);
  opacity: 0.8;
}
.info-list.map li svg {
  width: 15px;
  height: 15px;
  fill: var(--main-color-one);
  opacity: 0.8;
}
.details .amenities-list {
  margin: 0 0 5px !important;
  font-size: 14px !important;
  display: flex;
  font-weight: 400;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.details .amenities-list li {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
.single-feature .property-date {
  font-weight: 400;
  font-size: 12px;
  color: var(--paragraph-color);
  margin-top: 10px;
}
.single-feature:hover .property-date {
  color: #666;
}

.feature-value {
  direction: rtl;
  color: var(--font-color);
}
.single-feature:hover .feature-value {
  color: black;
}
.single-feature.admin .feature-value {
  color: black;
}
.single-feature.admin .property-date {
  color: #666;
}

.single-feature .details .info-list li .readeal-top {
  font-size: 14px;
  margin-top: 8px;
}

.single-feature .details .info-list li img,
.single-feature .details .info-list li i {
  /* margin-right: 4px; */
  color: var(--main-color-one);
  width: auto;
  display: inline-block;
}

/* .single-feature .details .info-list li:last-child {
  margin-right: 0;
} */
.single-feature .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -5px;
}
.single-feature .btns-wrapper .btn-myListing {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  border-left: 1px solid #fff;
}
.single-feature .btns-wrapper .btn-myListing.btn-danger {
  /* flex: 0.5 !important; */
  border-left: none;
}
.single-feature .details .contact-list {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -50px;
  padding: 10px 20px 14px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f6f6f6;
  width: 100%;
  visibility: hidden;
  opacity: 1;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
}

.single-feature .details .contact-list li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.single-feature .details .contact-list li i {
  color: var(--main-color-one);
}

.single-feature .details .contact-list li .phone,
.single-feature .details .contact-list li .message {
  background: #ffff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  text-align-last: center !important;
  border-radius: 4px;
  display: inline-block;
}

.single-feature .details .contact-list li .phone img,
.single-feature .details .contact-list li .message img {
  width: auto;
  display: inline-block;
}

.single-feature .details .contact-list li .btn {
  height: 36px;
  border-radius: 4px;
  line-height: 36px;
  margin-top: -4px;
  padding: 0 20px;
}

.single-feature .details .contact-list li:last-child {
  margin-right: 0;
}

.single-feature:hover .thumb a {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
.single-feature:hover .thumb {
  overflow: hidden;
}
/* .single-feature:hover .thumb img {
  transform: scale(1.2);
} */

.single-feature:hover .contact-list {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}

.single-leading-feature {
  position: relative;
  box-shadow: 0 0 10px 4px #e9e9e9;
  border-radius: 10px;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  overflow: hidden;
  margin-bottom: 25px;
  height: 250px;
}

.single-leading-feature .slf-overlay {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(52%, rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 100, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6) 52%,
    rgba(0, 0, 100, 0)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6) 52%,
    rgba(0, 0, 100, 0)
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 52%,
    rgba(0, 0, 100, 0)
  );
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.single-leading-feature .thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.single-leading-feature .thumb img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-leading-feature .details {
  padding: 12px 20px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.single-leading-feature .details2 {
  position: relative;
  bottom: unset;
}

.single-leading-feature .details .title {
  font-weight: 600;
  margin-bottom: 13px;
  color: #fff;
  font-size: 18px;
  text-align-last: right;
}

.single-leading-feature .details .price {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align-last: right;
}
html[lang="en"] .single-leading-feature .details .price,
html[lang="en"] .single-leading-feature .details .title {
  text-align-last: left;
}

.single-leading-feature .details span {
  color: #fff;
  font-size: 15px;
}

/* .single-leading-feature:hover .thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
} */

/* for sign-in popup */

.modal2 {
  font-size: 12px;
  border-radius: 10px;
  background-color: var(--main-color-two);
  max-width: 100vw;
  overflow: hidden;
}

.modal2 .bottom-image {
  position: relative;
  bottom: -8px;
}
.modal2 > .header {
  width: 100%;
  border-bottom: 1px solid gray;
  font-size: 18px;
  text-align: center;
  text-align-last: center !important;
  padding: 5px;
}

.modal2 > .content {
  width: 100%;
  padding: 10px 5px;
}

.modal2 > .actions {
  width: 100%;
  padding: 10px 5px;
  margin: auto;
  text-align: center;
  text-align-last: center !important;
}

.modal2 > .close {
  cursor: pointer;
  position: absolute;
  display: block;
  /* padding: 2px 5px; */
  line-height: 20px;
  /* right: -10px; */
  top: 15px;
  left: 15px;
  font-size: 24px;
  z-index: 4;
  /* background: #ffffff;
  border-radius: 18px;
  border: 1px solid #cfcece; */
}
.modal2 > .close:hover {
  color: #d00404;
}

.react-confirm-alert {
  width: 500px;
}
.custom-ui-width .react-confirm-alert {
  width: 90%;
  height: 95%;
}
.custom-ui-width .react-confirm-alert .custom-ui {
  height: 100% !important;
}

.custom-ui {
  text-align: right;
  width: 100%;
  padding: 32px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.23);
  color: var(--font-color);
  background-color: #fff;
  border-radius: 12px;
}

.custom-ui h3 {
  font-weight: 500;
  font-size: 24px;
}
.custom-ui h5 {
  font-weight: 400;
  font-size: 16px;
}
.custom-ui .MuiAlert-root {
  direction: rtl;
}
.custom-ui .MuiAlert-icon {
  margin: 0;
}
.custom-ui .MuiAlert-message {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.custom-ui .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-top: 40px;
}
html[lang="en"] .custom-ui .btns-wrapper {
  justify-content: flex-end;
}

.pxp-map-side {
  position: fixed;
  top: 69px;
  bottom: 0px;
  width: 50%;
  z-index: 3;
}

.pxp-map-side.pxp-half {
  width: 50%;
}

.pxp-map-side.pxp-max {
  width: 100%;
}

.pxp-map-right {
  right: 0;
}

.pxp-map-left {
  left: 0;
}

.pxp-content-side.pxp-min {
  width: 0;
  position: fixed;
}

.pxp-content-side-wrapper {
  padding: 30px;
}

.pxp-content-left {
  padding-right: 50%;
}

.pxp-map-side #results-map {
  height: 100%;
  width: 100%;
}

.pxp-content-side-h2 {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 46px;
}

.gm-style .gm-style-iw-c {
  padding: 0px !important;
  box-sizing: border-box;
  overflow: hidden;
  transform: translate(-50%, -100%);
  border-radius: 10px;
  width: 240px !important;
  max-width: 240px !important;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  /* width: 100% !important;
   max-width: 100% !important;
   transform: translate(-247px,23px);
   position: fixed !important; */
}

.pxp-marker-details-fig {
  width: 100%;
  height: 130px;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
  /* float: right; */
  background-color: #d8d8d8;
}
.pxp-marker-details-fig.default img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.pxp-marker-details-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pxp-marker-details-info {
  /* float: right; */
  font-size: 14px;
}

.pxp-marker-details-info-title {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}

.pxp-marker-details-info-price {
  font-size: 14px;
  color: #333;
}

.pxp-marker-details-info-feat {
  font-weight: normal;
  padding: 0 10px;
  color: #333;
  font-size: 11px;
  opacity: 0.7;
}

.pxp-marker-details-info-feat > span {
  display: inline-block;
  margin: 0 7px;
}

.property-details-area {
  direction: rtl;
  text-align: right;
  padding-top: 70px;
  max-width: 1360px;
  display: block;
  margin: 0 auto;
}
.property-details-area.no-padding {
  padding-top: 0;
}
.property-details-area .property-details-slider .image-gallery-slides {
  height: 500px;
  border-radius: 10px;
}
.image-gallery-slide {
  width: 100%;
  height: 100% !important;
}

.image-gallery-content.fullscreen .image-gallery-slides {
  height: 80vh !important;
}
.image-gallery-content.fullscreen .image-gallery-slide .image-gallery-image {
  object-fit: contain !important;
}
.image-gallery-slide .image-gallery-image {
  object-fit: contain !important;
  height: 100%;
  max-height: 100%;
}
.image-gallery-slide {
  background-color: #000;
}

.property-details-area .property-details-slider .image-gallery-thumbnails {
  margin: 20px auto 35px;
}
.property-details-area
  .property-details-slider
  .image-gallery-thumbnails
  .image-gallery-thumbnail {
  width: 10rem;
  height: 7rem;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 10px;
  cursor: pointer;
}
.property-details-area
  .property-details-slider
  .image-gallery-thumbnails
  .image-gallery-thumbnail:first-of-type {
  margin-left: 0;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  height: 100%;
  border-radius: 8px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-image {
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-image[src*="mp4-icon.png"] {
  object-fit: contain;
  height: 100%;
  border-radius: 8px;
}
.image-gallery-thumbnail:hover .image-gallery-thumbnail-image,
.image-gallery-thumbnail.active .image-gallery-thumbnail-image {
  border-radius: 0px;
}

.image-gallery-icon.image-gallery-left-nav,
.image-gallery-icon.image-gallery-right-nav {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 48px;
  height: 48px;
  background: var(--main-color-one);
  border-radius: 100%;
  top: calc(100% + 88.5px);
}
.image-gallery-icon.image-gallery-left-nav:hover,
.image-gallery-icon.image-gallery-right-nav:hover {
  background: #fff;
}

.image-gallery-icon.image-gallery-left-nav svg,
.image-gallery-icon.image-gallery-right-nav svg {
  width: 24px;
  height: 24px;
}

.image-gallery-icon.image-gallery-left-nav {
  left: -0.5rem;
}
.image-gallery-icon.image-gallery-right-nav {
  right: -0.5rem;
}

.property-details-area .property-details-slider-info {
  width: calc(100% - 12rem);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .property-details-area .property-details-slider-info,
  .property-details-area .property-details-slider .image-gallery-thumbnails {
    width: calc(100% - 6rem);
  }
}
.property-details-area {
  padding-top: 90px;
}

.property-details-area .property-details-slider-info .fixed-scroll {
  position: relative;
}

.property-details-area
  .property-details-slider-info
  .fixed-scroll
  .widget-owner-info {
  position: sticky;
  height: fit-content;
  top: 86px;
}
.property-details-area
  .property-details-slider-info
  .fixed-scroll
  .widget-owner-info.no-sticky {
  top: 0;
}

.widget-owner-info.mobile {
  border: 0;
  border-radius: 0;
  padding: 0;
  position: static !important;
  top: 0px;
}
.widget-owner-info .btns-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .search-page-right-wrap {
    padding-top: 40px;
  }
  .search-page-search-wrap #gmap > div > div {
    border-radius: 10px !important;
    width: 100% !important;
    margin: auto !important;
    height: 100% !important;
  }
  .footer-area:not(.whitelabel) .footer-center {
    text-align: center;
    text-align-last: center !important;
  }
  .footer-area .btns-wrapper {
    flex-direction: column;
  }
  .footer-area .btns-wrapper .google-btn {
    width: 197px;
    height: 85px;
  }
  .footer-area .btns-wrapper .apple-btn {
    width: 172px;
    height: 70px;
  }
  .footer-area .btns-wrapper .huawei-btn {
    width: 173px;
    height: 100px;
    margin-left: 0px;
  }
  .property-details-area .property-details-slider .image-gallery-slides {
    height: 280px;
  }
  .property-details-area .property-details-slider .image-gallery-thumbnails {
    width: 100%;
  }
  .property-details-area
    .property-details-slider
    .image-gallery-thumbnails
    .image-gallery-thumbnail {
    width: 120px;
    height: 100px;
    margin-left: 0px;
  }
  .image-gallery-icon.image-gallery-left-nav {
    left: -0.7rem;
  }
  .image-gallery-icon.image-gallery-right-nav {
    right: -0.7rem;
  }
  .image-gallery-icon.image-gallery-left-nav,
  .image-gallery-icon.image-gallery-right-nav {
    top: calc(100% + 72px);
  }
}
.property-details-area2 .property-details-slider-info {
  padding: 0 10px;
  width: calc(100% - 20px) !important;
}
/* .property-details-area2 {
  width: calc(100vw - (72px * 2));
  position: absolute;
  border: none;
  margin-bottom: 0;
  min-height: 100%;
  max-width: calc(768px + 480px);
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  right: 0;
  background: var(--main-color-two);
  z-index: 10010;
  overflow-y: scroll;
  margin: 0 auto;
}
.property-details-area2 > .row,
.property-details-area2 > .row > .col-12{
padding: 0;
margin: 0;
}
.property-details-area2 .property-details-slider{
  width: 100%;
} */
.property-details-area-details {
  position: relative;
  overflow-y: scroll;
  height: 100%;
}
.property-details-area-popup {
  z-index: 10008;
  background-color: rgba(2, 48, 71, 0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.property-results-onClick {
  /* overflow: visible; */
  position: fixed;
  height: 100%;
  width: 100%;
}
.closeBtn {
  position: fixed;
  top: 16px;
  right: 2rem;
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  z-index: 10020;
}

.mrgTop20 {
  margin-top: 20px;
}

.pd-0 {
  padding: 0px;
}

.Rectangle1427 {
  /* Color/White/100% */
  /* margin: 20px; */
  margin-bottom: 1px;
  padding-top: 16px;
  padding-left: 16px;
  /* height: 5.5rem; */
  background: #ffffff;
  max-height: 125px;
  text-align: right;
  /* 1dp shadow */
  /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px; */
}

.addPropPin {
  width: 20px;
  position: absolute;
  z-index: 99;
  top: 35%;
}

.addPropPinAdmin {
  width: 20px;
  position: absolute;
  z-index: 99;
  top: 34%;
  right: 49%;
}

.companylocationPin {
  width: 20px;
  position: absolute;
  z-index: 99;
  top: 35%;
}
/* .MuiInputLabel-formControl { */
/* left: auto !important; */
/* transform-origin: top right !important; */
/* } */

.MuiMenu-list {
  direction: rtl;
}

.alignCenter {
  align-self: center;
}

.pxp-page-header {
  font-size: 24px;
  text-align-last: center;
}

.MuiMenuItem-root {
  min-height: 48px !important;
  direction: ltr;
}

.padding-zero {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.col img {
  height: 380px;
  width: 100%;
  cursor: pointer;
  transition: transform 1s;
  object-fit: cover;
}
.col label {
  overflow: hidden;
  position: relative;
}
.imgbgchk:checked + label > .tick_container {
  opacity: 1;
}
.imgbgchk:checked + label > img {
  opacity: 0.3;
}
.custom-label.checked > .tick_container {
  opacity: 1;
}
.custom-label.checked > img {
  opacity: 0.3;
}
.tick_container {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  text-align-last: center !important;
}

.tick {
  background-color: var(--main-color-one);
  color: white;
  font-size: 16px;
  padding: 6px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jss46 {
  padding-left: 0px !important;
}

.jss1 {
  padding-left: 0px !important;
}

.directionLTR {
  direction: ltr !important;
}
.MuiBox-root {
  direction: rtl;
}
.MuiAppBar-root {
  margin-left: 0px !important;
  margin-right: 240px !important;
  right: auto !important;
  left: 0 !important;
}
html[lang="en"] .MuiAppBar-root {
  margin-left: 240px !important;
  margin-right: 0px !important;
  right: 0 !important;
  left: auto !important;
}

.MuiIconButton-root {
  margin-right: 0px !important;
}

/* .MuiButton-startIcon {
  margin-right: -4px !important;
  margin-left: 8px !important;
} */

.opacityFull {
  opacity: 1 !important;
}

.companysearchtitle1 {
  color: var(--paragraph-color);
}
.companysearchtitle2 {
  color: var(--heading-color) !important;
}

.editSection {
  padding: 24px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 17%);
}

.addNewBlockB {
  width: 100%;
  height: 25rem;
  text-align-last: center;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='33' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 15px;
  margin-bottom: 25px;
}

.addNewBlockA {
  width: 100%;
  height: 320px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='12%2c' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  text-align: center;
  text-align-last: center !important;
}

/* .fa-angle-left {
  padding: 8px;
}
.fa-angle-right {
  padding: 8px;
} */

.section-add-project {
  background: var(--main-color-two);
  box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 17%);
  margin-top: 22px;
  margin-bottom: 22px;
  border-radius: 10px;
}

.whatsappBtn {
  bottom: 14px;
  right: 16px;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  direction: ltr;
  text-align: right;
  position: fixed !important;
  z-index: 16000160 !important;
}

.whatsappBtneiGYSu {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  box-sizing: border-box !important;

  display: flex;
  margin: 7px;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  max-height: 50px;
}

.whatsappBtnjWcIXO {
  /* flex-shrink: 0; */
  top: -5px;
  right: 2px;
  position: relative;
  /* order: 2; */
  /* padding: 5px; */
  /* box-sizing: border-box; */
  /* border-radius: 50%; */
  /* cursor: pointer; */
  /* overflow: hidden; */
  /* box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px; */
  /* transition: all 0.5s ease 0s; */
  /* position: relative; */
  /* z-index: 200; */
  /* display: block; */
  /* border: 0px; */
  /* background-color: rgb(77, 194, 71) !important; */
}

.whatsappBtnjWcIXO svg {
  fill: #4dc247 !important;
  width: 40px;
  height: 40px;
}

/* Download App Banner */
.download-banner {
  height: 400px;
  margin: 4vh auto;
  background-color: #eaf2fc;
  width: calc(100% - var(--px-meduim));
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1360px;
}
@media only screen and (min-width: 1440px) {
  .download-banner .arrow {
    position: absolute;
    top: 30%;
    left: 40%;
    right: 40%;
  }
}
.download-banner .arrow {
  position: absolute;
  top: 30%;
  left: 44%;
}
html[lang="en"] .download-banner .arrow {
  transform: rotateY(180deg);
}

.download-banner .right-section {
  display: flex;
  height: 100%;
  width: 40%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-inline-start: 80px;
}
.download-banner .right-section h3 {
  font-weight: 600;
  font-size: 48px;
  margin: 20px 0 40px;
  max-width: 320px;
}

.download-banner .right-section .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-inline-start: -18px;
}

.google-btn:hover,
.apple-btn:hover,
.huawei-btn:hover {
  cursor: pointer;
  opacity: 0.85;
}

.download-banner .right-section .btns-wrapper .google-btn {
  width: 170px;
  height: 95px;
}
.download-banner .right-section .btns-wrapper .huawei-btn {
  width: 155px;
  height: 80px;
  margin-right: 10px;
}
.download-banner .right-section .btns-wrapper .apple-btn {
  width: 140px;
  height: 55px;
}

.download-banner .left-section {
  display: flex;
  height: 100%;
  width: 40%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.download-banner .left-section img:first-child {
  top: -10%;
  position: absolute;
}
.download-banner .left-section img {
  position: absolute;
}
.download-banner .left-section img:first-child {
  top: 0;
}
.download-banner .left-section img:last-child {
  bottom: 0;
  right: 48%;
}
html[lang="en"] .download-banner .left-section img:last-child {
  left: 48%;
  right: unset;
}

@media only screen and (max-width: 1280px) {
  .download-banner .left-section img:first-child {
    width: 52%;
  }
  .download-banner .left-section img:last-child {
    width: 48%;
  }
  .download-banner .right-section h3 {
    margin-bottom: 10px;
  }
  .download-banner .right-section .btns-wrapper .google-btn {
    width: 170px;
    height: 95px;
  }
  .download-banner .right-section .btns-wrapper .huawei-btn {
    width: 155px;
    height: 80px;
    margin-right: 10px;
  }
  .download-banner .right-section .btns-wrapper .apple-btn {
    width: 140px;
    height: 55px;
  }
  .download-banner .arrow {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  /* .download-banner {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0px;
  } */
  .download-banner .left-section,
  .download-banner .arrow {
    display: none;
  }
  .download-banner .right-section {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
  }
  .download-banner .right-section h3 {
    font-weight: 600;
    font-size: 28px;
    margin: 20px auto 40px;
    text-align: right;
    max-width: 100%;
  }

  .download-banner .right-section .btns-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .download-banner .right-section .btns-wrapper .google-btn {
    width: 200px;
    height: 95px;
  }
  .download-banner .right-section .btns-wrapper .huawei-btn {
    width: 175px;
    height: 100px;
    margin-right: 0;
  }
  .download-banner .right-section .btns-wrapper .apple-btn {
    width: 210px;
    height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .download-banner .right-section h3 {
    font-size: 22px;
  }
}

.ic_rega {
  width: 194px;
  margin-inline-start: 0;
  margin-top: 10px;
  height: 85px;
}
.ic_rega img:first-of-type {
  width: 100%;
  background-color: transparent;
  display: block;
  border-radius: 8px;
}

.container-v2 {
  width: calc(100% - var(--px-meduim));
  margin: auto;
  max-width: 1360px;
}

@media only screen and (max-width: 767px) {
  .container-v2 {
    width: calc(100% - 6rem);
  }
}
.featured-area .title {
  font-weight: 600;
}

.menu-item.btn {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0 5px !important;
  gap: 8px;
  margin-right: 5px !important;
  color: #737373 !important;
  width: 100%;
  height: 100%;
}
.menu-item.btn.v2 {
  padding: 0 15px !important;
}

@media only screen and (max-width: 991px) {
  .menu-item.btn {
    justify-content: flex-start;
  }
}
.menu-item .right {
  padding: 0;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item .right svg {
  width: 24px !important;
  height: 24px !important;
}
.menu-item:not(.default-color).right svg {
  fill: #737373 !important;
  stroke: #737373 !important;
}
.menu-item .right .fa {
  color: #737373 !important;
  font-size: 20px !important;
}
.menu-item:hover .right .fa,
.menu-item.active .right .fa {
  color: var(--main-color-one) !important;
}
.menu-item:hover:not(.default-color) .right svg,
.menu-item.active:not(.default-color) .right svg {
  fill: var(--main-color-one) !important;
}
.menu-item:hover:not(.default-color, .without-stroke) .right svg,
.menu-item.active:not(.default-color, .without-stroke) .right svg {
  stroke: var(--main-color-one) !important;
}

.menu-item:not(.default-color) .right svg path {
  fill: #737373 !important;
}

.menu-item:hover:not(.default-color) .right svg path,
.menu-item.active:not(.default-color) .right svg path {
  fill: var(--main-color-one) !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.icon-width {
  width: 24px !important;
  height: 24px !important;
}

.white-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 12px;
  background: var(--main-color-one);
  color: var(--btn-color);
  border-radius: 4px 4px 0px 0px;
  font-weight: 600;
  font-size: 14px;
}

.white-btn svg,
.white-btn svg path {
  fill: var(--btn-color);
}

.white-btn:hover svg,
.white-btn:hover svg path {
  fill: var(--main-color-one);
}

.white-btn:hover {
  color: var(--main-color-one);
  background: var(--btn-color);
}

.textwidget a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.textwidget a span {
  position: relative;
  top: 0px;
}

.contact-area,
.projects-area {
  max-width: 1524px;
  margin: auto;
}

.primary-btn,
.swal2-confirm,
.swal2-cancel,
.outlined-btn {
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 6px 20px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: 44px !important;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.primary-btn svg,
.primary-btn svg path {
  fill: var(--btn-color);
}
.outlined-btn svg,
.outlined-btn svg path {
  fill: var(--main-color-one);
}

.primary-btn,
.swal2-confirm {
  background: var(--main-color-one) !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  color: var(--btn-color) !important;
  border: 1px solid var(--main-color-one) !important;
}
.primary-btn[disabled] {
  color: rgba(0, 0, 0, 0.26) !important;
  cursor: no-drop;
  background: rgba(0, 0, 0, 0.12) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.primary-btn:hover,
.swal2-confirm:hover {
  opacity: 0.85;
}
.primary-btn.no-opacity:hover {
  opacity: 1;
}

.outlined-btn,
.swal2-cancel {
  background: transparent !important;
  border-radius: 44px !important;
  color: var(--main-color-one) !important;
  border: 1px solid var(--main-color-one) !important;
}

.outlined-btn:hover,
.swal2-cancel:hover {
  /* opacity: 0.75; */
  background: var(--main-color-one) !important;
  color: var(--btn-color) !important;
}
.outlined-btn:hover svg,
.outlined-btn:hover svg path {
  fill: var(--btn-color);
}
.custom-card {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  margin-bottom: 24px;
  min-height: 350px;
}

.custom-card .card-header {
  padding: 15px 20px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px 16px 0 0;
}
.custom-card .card-header h4 {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  text-transform: capitalize;
}
.custom-card .card-header h6 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 14px;
}
.custom-card .card-body {
  width: 100%;
  padding: 20px !important;
}
.custom-card .card-footer {
  padding: 15px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0 0 16px 16px;
  gap: 10px;
}
.uploaded-images-wrapper {
  direction: rtl;
  text-align: right;
  padding: 24px 0;
  position: relative;
}
.uploaded-images-wrapper .swiper-scrollbar {
  cursor: pointer;
}
.uploaded-images-wrapper h4 {
  font-weight: 500;
  font-size: 14px;
}
.fields-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.fields-wrapper.fields-wrapper-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.fields-wrapper.fields-wrapper-row .col {
  width: 120px !important;
  max-width: 120px !important;
  min-width: 120px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 128px;
}
.fields-wrapper.fields-wrapper-row .col span {
  font-size: 14px;
  font-weight: 400;
}
.cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cards-wrapper .custom-card {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .cards-wrapper.features,
  .model .cards-wrapper,
  .cards-wrapper.details-wrapper {
    flex-direction: column;
  }
}

.cards-wrapper .custom-card.section .img-wrapper {
  position: relative;
  height: 250px;
  width: 100%;
}

.cards-wrapper .custom-card.section .img-wrapper img:not(.uploadIcon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-wrapper .custom-card.section .img-wrapper label {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  background: var(--main-color-one);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 44px;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 22px;
}
.cards-wrapper .custom-card.section .img-wrapper label:hover {
  opacity: 0.8;
  cursor: pointer;
}

.location-search {
  direction: rtl;
  min-width: 350px;
  max-width: 400px;
  position: absolute;
  z-index: 50;
  top: 20px;
  right: 30px;
}

fieldset.MuiOutlinedInput-notchedOutline {
  text-align: right !important;
}
label.MuiInputLabel-root.MuiInputLabel-formControl {
  transform: translate(-14px, -9px) scale(0.75) !important;
  -o-transform: translate(-14px, -9px) scale(0.75) !important;
  -moz-transform: translate(-14px, -9px) scale(0.75) !important;
  -webkit-transform: translate(-14px, -9px) scale(0.75) !important;
  transform-origin: top right !important;
  right: 0 !important;
  left: unset !important;
}
html[lang="en"] label.MuiInputLabel-root.MuiInputLabel-formControl {
  transform: translate(14px, -9px) scale(0.75) !important;
  -o-transform: translate(14px, -9px) scale(0.75) !important;
  -moz-transform: translate(14px, -9px) scale(0.75) !important;
  -webkit-transform: translate(14px, -9px) scale(0.75) !important;
  transform-origin: top left !important;
  right: unset !important;
  left: 0 !important;
}

.custom-card .card-body .fileUploader .fileContainer {
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-shadow: none;
}

.custom-card .fields-wrapper .logo-section,
.custom-card .fields-wrapper .brochure-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}
.custom-card .fields-wrapper .logo-section img,
.custom-card .fields-wrapper .logo-section span,
.custom-card .fields-wrapper .brochure-section img {
  max-width: 64px;
  height: 64px;
  width: 64px;
  object-fit: contain;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 2px;
  margin-bottom: 10px;
}
.custom-card .fields-wrapper .brochure-section img {
  padding: 7px;
}

.custom-btn {
  background: var(--main-color-one);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 44px;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 22px;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.custom-btn:hover {
  opacity: 0.85;
  cursor: pointer;
}
.custom-btn2 {
  padding: 4px;
  width: 32px;
  height: 32px;
}
.custom-btn2 a {
  display: flex;
  padding: 5px;
}
.custom-btn2 svg {
  width: 23px;
  height: 23px;
}

.custom-btn2 path {
  fill: #fff;
}
.delete-btn {
  background: #d00404 !important;
  border-color: #d00404 !important;
}
.custom-card .fields-wrapper .logo-section .custom-btn,
.custom-card .fields-wrapper .brochure-section .custom-btn {
  min-width: 160px;
}

.actions-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.right-section .actions-wrapper {
  flex-direction: column;
}
.right-section .actions-wrapper .primary-btn {
  justify-content: center;
  width: 100%;
}
.custom-dialog {
  z-index: 999999 !important;
}
.iframe-dialog {
  z-index: 99999999999 !important;
}
.custom-dialog > .MuiPaper-root {
  background: #f2f5f5;
  border-radius: 16px;
  padding: 0.6rem 1.5rem;
}
.custom-dialog.no-padding .MuiPaper-root {
  padding: 0;
  overflow: hidden;
  background-color: var(--main-color-two);
  min-width: 400px;
}

.custom-dialog .dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-dialog .dialog-head h2 {
  font-size: 24px;
}
.custom-dialog .dialog-head p {
  font-size: 14px;
  color: #333;
}
.custom-dialog .dialog-head .dialog-actions {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

@media only screen and (max-width: 575px) {
  .custom-dialog.no-padding.full-screen2 .MuiPaper-root {
    min-width: 98vw;
  }
  /* .custom-dialog .dialog-head, */
  .custom-dialog .dialog-head .dialog-actions {
    flex-direction: column;
  }
  .custom-dialog .dialog-head.close-only {
    text-align: right;
  }
  .custom-dialog .dialog-head.close-only {
    flex-direction: column;
  }
  .custom-dialog .dialog-head.close-only .dialog-actions {
    flex-direction: row;
  }

  .custom-dialog > .MuiPaper-root {
    padding: 0.6rem 0rem;
  }
  .react-confirm-alert,
  .custom-ui-width .react-confirm-alert {
    width: 92%;
    height: 98%;
  }
  .property-details-slider-info .property-header {
    flex-direction: column !important;
  }
  .property-details-slider-info .property-header .btns-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .location-search {
    width: 160px !important;
    min-width: 160px !important;
  }
}

.custom-select .MuiInputBase-input {
  padding: 0.54rem 32px !important;
}
.model .custom-card.section .model-img {
  width: 100%;
  height: 115px;
  object-fit: contain;
}
.model .custom-card.section {
  max-height: 300px;
  min-height: 300px;
}

.model .custom-card.section .loading-img {
  position: absolute;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}

.custom-card .fileUploader .chooseFileButton {
  text-decoration: underline;
  color: var(--main-color-one);
  padding: 0 !important;
  background: transparent !important;
}
.custom-card .fileUploader .chooseFileButton:hover {
  color: #000;
}

.banner-search-wrap {
  padding: 0;
}

.login-modal {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-align-last: center !important;
  padding-top: 40px;
}

.login-modal h4 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  text-align-last: center !important;
}

.login-modal p {
  font-size: 16px;
  font-weight: 400;
  /* text-align: center;
  text-align-last:center !important; */
}
.login-modal .login-modal-footer {
  margin-top: 25px;
}
.login-modal .login-modal-footer .prefix {
  height: 1px;
  border-bottom: 1px solid #cdd0d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.login-modal .login-modal-footer .prefix span {
  background-color: var(--main-color-two);
  display: inline-block;
  padding: 0 10px;
}

.login-modal .login-modal-footer h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.login-modal .alert {
  text-align: right;
  padding: 0;
  margin-bottom: 0;
  border: 0 !important;
  border-radius: 0;
  position: absolute;
  right: 0;
  font-size: 11px;
}
.login-modal .alert-danger {
  background: none !important;
}

.about-page-wrapper {
  align-items: flex-start;
}

.about-page-wrapper .custom-card:first-child {
  width: 60%;
}
.about-page-wrapper .custom-card:last-child,
.about-page-wrapper > .row {
  width: 40%;
}

@media only screen and (max-width: 991px) {
  .about-page-wrapper {
    flex-direction: column;
  }
  .about-page-wrapper .custom-card:first-child,
  .about-page-wrapper .custom-card:last-child,
  .about-page-wrapper > .row {
    width: 100%;
  }
}

.properties-list-wrapper {
  border-radius: 4px;
  margin-top: 20px !important;
  position: relative;
}
.properties-list-wrapper .heading {
  text-align: right;
  position: sticky;
  height: fit-content;
  top: 80px;
  background-color: #fff;
  z-index: 15;
  width: 100%;
  padding: 10px 15px !important;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 12%);
}
.properties-list-wrapper .heading .top-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.properties-list-wrapper .heading .top-btns span {
  display: block;
}
.properties-list-wrapper .heading .top-btns .btn {
  padding: 0 8px;
  font-size: 13px;
  height: 38px;
  display: flex;
  align-items: center;
  font-weight: 500;
  border-radius: 6px;
}

.properties-list-wrapper h3 {
  color: var(--heading-color);
  font-size: 30px;
}
.properties-list-wrapper .properties-list {
  margin-top: 20px;
}
.properties-list .single-feature .details {
  direction: ltr;
}

.chat-info {
  /* left:attr(data-left px) !important; */
  /* top: attr(data-top px)  !important; */
  bottom: unset !important;
  width: 350px !important;
  transform: none !important;
  overflow-y: scroll;
  height: 77% !important;
  position: fixed !important;
  transition: none !important;
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 40%) !important;
  z-index: 999999999999999 !important;
}
.chat-info .scrollbar {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 991px) {
  .chat-info {
    left: 2% !important;
  }
}
@media only screen and (max-width: 767px) {
  .chat-info {
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 70px !important;
  }
  .save-search-btn {
    bottom: 70px !important;
  }

  .rld-banner-tab2 .nav-link,
  .rld-banner-tab2 {
    min-height: 40px;
  }

  .save-search-btn button {
    height: 38px;
  }
}
@media only screen and (min-width: 767px) {
  .chat-info .close-btn {
    display: none !important;
  }
}

.chat-info ::-webkit-scrollbar,
.filters-box::-webkit-scrollbar {
  width: 10px !important;
  display: block !important;
}

.chat-info ::-webkit-scrollbar-track,
.filters-box::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

.chat-info ::-webkit-scrollbar-thumb,
.filters-box::-webkit-scrollbar-thumb {
  background: #dcdcdc !important;
}

.chat-info ::-webkit-scrollbar-thumb:hover,
.seriousness::-webkit-scrollbar-thumb:hover {
  background: #aaa !important;
}

.chat-info .close-btn {
  position: absolute;
  z-index: 8;
  left: 0;
  padding: 5px 5px 0;
  background: white;
  top: 0;
}

.search-group {
  direction: rtl;
  margin: 15px 0 0;
}
.search-group .search-group-header {
  text-align: right;
}
.search-group .search-group-header h4 {
  font-size: 16px;
  font-weight: 600;
}
.search-group .search-group-body select {
  border: 1px solid #ddd;
  width: 100%;
}

.search-group .search-group-body .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  direction: rtl !important;
}
.search-group .search-group-body .btns-wrapper .btn-search {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #ddd;
  background-color: #fff;
}
.search-group .search-group-body .btns-wrapper.rooms {
  flex-wrap: nowrap;
}

.search-group .search-group-body .btns-wrapper .btn-search.selected {
  background-color: var(--main-color-one);
  color: #fff;
}
.search-group .search-group-body .btns-wrapper .btn-search:first-child {
  border-radius: 0px 10px 10px 0px;
}
.search-group .search-group-body .btns-wrapper .btn-search:last-child {
  border-radius: 10px 0px 0px 10px;
}
.searchBox .map-switcher {
  display: none;
}
.chat-info .close-btn {
  display: flex;
}
@media only screen and (min-width: 991px) {
  .searchBox {
    padding: 15px 0 0 !important;
  }
  .searchBox .map-switcher {
    display: flex;
  }
}

.save-search-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px;
  width: 100%;
  background-color: #fff;
}

.searchBox-input {
  flex: 1;
}
@media only screen and (max-width: 576px) {
  .searchBox-input {
    flex: 100% !important;
    order: 2;
  }
}

.custom-dialog.add-property .MuiPaper-root {
  max-width: 800px;
}

.custom-dialog .close-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

.property-types-boxes {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.property-types-boxes .property-type-box {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 60px;
  cursor: pointer;
  height: 60px;
}
.property-types-boxes .property-type-box span {
  position: relative;
  top: 4px;
  text-align: center;
  font-size: 11px;
  text-align-last: center !important;
}
html[lang="en"] .property-types-boxes .property-type-box span {
  font-size: 11px;
}
/* .property-type-box svg{
  padding: 0 35%;
}
.property-type-box svg path{
  transform: scale(.7);
}
.property-type-box svg.scale2 path{
  transform: scale(.4);
} */
.property-type-box:hover svg path,
.property-type-box.selected svg path {
  fill: #fff;
}
.property-types-boxes .property-type-box:hover,
.property-types-boxes .property-type-box.selected {
  background-color: var(--main-color-one);
  color: #fff;
}

.ad-constraints ul {
  direction: rtl;
  text-align: right;
}
.ad-constraints ul li {
  margin-bottom: 16px;
}
.ad-constraints p {
  padding-right: 10px;
  text-align: right;
}

.custom-card .card-body .room {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
.custom-card .card-body .room .row {
  justify-content: space-between;
  align-items: center;
}
.custom-card .card-body .room input {
  width: 100%;
}
.custom-card .card-body .room .val {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6;
  width: 60px !important;
  max-width: 60px !important;
  min-width: 60px !important;
  font-weight: 600;
  height: 50px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.custom-card .card-body .room .val input {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  text-align-last: center !important;
}

.custom-card.additional .fixed-additional {
  gap: 20px;
}
.custom-card.additional .fixed-additional .field {
  flex: 1;
}
.custom-card.additional .field {
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 16px;
}
.custom-card .model-details {
  text-align: right;
}

.custom-alert {
  margin-top: 5px;
  border-radius: 8px !important;
  width: fit-content;
  padding: 3px 0 3px 12px !important;
}
.custom-alert:not(.custom-alert2) {
  background-color: rgb(253, 237, 237) !important;
}
.custom-alert .MuiAlert-message {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}
.custom-alert .MuiAlert-icon {
  margin-left: 6px;
}

.MuiStepLabel-labelContainer {
  padding-right: 4px;
}

.MuiStepConnector-horizontal {
  max-width: 50px;
}

.details-wrapper .custom-card {
  min-height: 100%;
}
.custom-card.price {
  min-height: auto;
}

.fixed-result {
  width: calc(50% - (var(--px-meduim) / 2));
  position: fixed;
  z-index: 888;
  margin-top: -105px;
  padding-top: 30px;
  padding-bottom: 5px;
  background-color: var(--main-color-two);
  left: 65px;
}
html[lang="en"] .fixed-result {
  left: unset;
  right: 65px;
}
.searchBox.full-width {
  width: calc(50% - (var(--px-meduim) / 1.8));
}
@media only screen and (max-width: 1200px) {
  .fixed-result {
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 0;
  }
  .searchBox.full-width {
    width: 100%;
    left: 0;
    margin: 0;
    position: relative;
  }
}
.mobile-log-btn {
  display: flex;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  position: relative;
  color: var(--main-color-one);
  left: -5px;
}

.mobile-log-btn svg {
  width: 1.25em;
  height: 1.25em;
}
.card-body.pb-0 {
  padding-bottom: 0 !important;
}

.custom-card.section .card-body .fileUploader {
  height: 95%;
}

.custom-card.section .card-body .fileUploader .fileContainer {
  height: 100%;
}

.search-group-body.features .MuiFormControl-root {
  width: 100% !important;
}
.search-group-body.features .MuiFormGroup-root {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
.search-group-body.features .MuiFormGroup-root .MuiTypography-root {
  font-size: 14px !important;
}
.popup-overlay {
  z-index: 99999999 !important;
}
.sub-menu.active {
  display: block !important;
}

.social-modal {
  padding: 20px 50px;
}
.social-modal .social-items-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.social-modal .social-items-wrapper .social-item {
  padding: 7px;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  gap: 4px;
  border: 1px solid var(--main-color-one) !important;
  transition: 0.3 all ease-in;
  cursor: pointer;
}
.social-modal .social-items-wrapper .social-item span {
  font-size: 14px;
  font-weight: 500;
  color: var(--paragraph-color);
}
.social-modal .social-items-wrapper .social-item:hover span {
  color: #fff;
}
.social-modal .social-items-wrapper .social-item svg {
  width: 30px;
  height: 30px;
  fill: var(--main-color-one);
}
.social-modal .social-items-wrapper .social-item:hover {
  background-color: var(--main-color-one) !important;
  color: #fff !important;
}
.social-modal .social-items-wrapper .social-item:hover svg {
  fill: #fff;
}

.card-body.no-padding {
  padding: 0 !important;
  border-radius: 10px !important;
}

.custom-card.without-header {
  min-height: auto;
  text-align: right;
}

.custom-card.without-header h5 {
  font-size: 15px;
  font-weight: 700;
}
.custom-card.without-header .flex-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.custom-card.without-header.call-us .flex-wrapper > div:first-child {
  max-width: 70%;
}
.custom-card.without-header.call-us {
  max-height: 95px;
}
.custom-card.without-header.call-us .flex-wrapper > div:last-child {
  max-width: 30%;
}
@media only screen and (max-width: 600px) {
  .custom-card.without-header .flex-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .custom-card.without-header.call-us .flex-wrapper > div:first-child,
  .custom-card.without-header.call-us .flex-wrapper > div:last-child {
    max-width: 100%;
  }
  .custom-card.without-header.call-us {
    max-height: 175px;
  }
  .padding-bottom {
    padding-bottom: 110px;
  }
}

.custom-card.with-switcher {
  text-align: right;
  direction: rtl;
}
.custom-card.with-switcher > .card-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.custom-card.with-switcher.hide-info {
  border: 0;
}
.custom-card.with-switcher.hide-info > .card-header {
  justify-content: center;
}
.custom-card.with-switcher.hide-info > .card-header h6 {
  display: none;
}

#scroll-title {
  display: block;
  color: var(--main-color-one);
  font-size: 14px;
  font-weight: bold;
}
#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0px;
  margin-left: -0.05em;
  left: 50%;
  width: 2px;
  height: 30px;
  background: var(--main-color-one);
  content: " ";
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
.custom-card.logo {
  min-height: auto;
}
.custom-card.logo .card-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.modal-heading {
  margin-bottom: 8px;
  text-align: center;
  text-align-last: center !important;
  font-size: 32px;
  font-weight: 600;
  color: var(--heading-color);
}
.modal-desc {
  text-align: center;
  text-align-last: center !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraph-color);
  margin-bottom: 60px;
}

.preview-logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.preview-logo > div {
  display: flex;
  border: 1px solid #cdd0d9;
  border-radius: 12px;
  padding: 16px;
  height: 286px;
  width: 90%;
  align-items: center;
  justify-content: center;
}
.preview-logo > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-dialog.logo .MuiDialogContent-root {
  padding: 0 60px 50px;
}

.custom-dialog.logo .MuiDialogContent-root,
.custom-dialog.logo .MuiTypography-root {
  background-color: #fff;
}

.custom-btn-outlined {
  background: transparent;
  border-radius: 44px;
  font-size: 15px;
  color: var(--main-color-one);
  padding: 6px 20px;
  border: 0;
  outline: 0;
  display: flex;
  font-weight: 600;
  align-items: center;
  border: 1px solid var(--main-color-one);
  justify-content: center;
  gap: 10px;
  width: fit-content;
}
.custom-btn-outlined:hover {
  cursor: pointer;
  background: var(--main-color-one);
  color: white;
}

.MuiAutocomplete-endAdornment {
  right: unset;
  left: 9px;
}

.page-wrapper {
  top: 70px;
  direction: rtl;
}
.page-wrapper.admin {
  top: 0;
}
.page-wrapper-without-top,
.page-wrapper {
  min-height: calc(100vh - 70px) !important;
  height: 100%;
  position: relative;
}
.page-wrapper-without-top.full-height,
.page-wrapper.full-height {
  min-height: 100vh !important;
}
.page-wrapper {
  min-height: 100vh !important;
}
.admin .page-wrapper-without-top,
.page-wrapper.admin {
  min-height: calc(100vh - 150px) !important;
  height: 100%;
  position: relative;
}
.page-wrapper-column {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
}

.page-wrapper .bg-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
.page-wrapper.company-profile .bg-cover,
.page-wrapper.company-profile .details-wrapper {
  justify-content: flex-start;
}

.page-wrapper .bg-cover .img-container {
  background: #eeeff2;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 420px;
  width: 88%;
  max-width: 617px;
  position: relative;
}
.page-wrapper .bg-cover .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-position: top;
  object-fit: cover;
}
.page-wrapper .bg-cover .img-container .onboarding-tabs {
  position: absolute;
  top: -36px;
  width: 200px;
  height: 40px;
  background: transparent;
}
.page-wrapper .bg-cover .img-container .onboarding-tabs li {
  height: 40px;
}
.page-wrapper .bg-cover .img-container .primary-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
}
.page-wrapper .bg-cover .link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 8px;
  background: #e8f0ff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  color: var(--main-color-one);
}

.page-wrapper .details-wrapper {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
}
.page-wrapper .details-wrapper.scrolled {
  padding: 0;
}
.page-wrapper .details-wrapper p {
  font-size: var(--body-font-size);
  max-width: 525px;
}
.page-wrapper .details-wrapper h2 {
  font-weight: 700;
  font-size: 32px;
  max-width: 370px;
  margin-bottom: 20px;
}
.page-wrapper .details-wrapper .option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 16px;
  font-weight: 500;
}
.page-wrapper .details-wrapper .option:first-of-type {
  margin-top: 32px;
}
.page-wrapper .details-wrapper .option:last-of-type {
  margin-bottom: 60px;
}
.page-wrapper .details-wrapper .option svg {
  width: 25px;
}
.page-wrapper .details-wrapper .option svg path {
  fill: var(--main-color-one);
}
.page-wrapper .details-wrapper .btns-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.page-wrapper .details-wrapper .btns-wrapper .same-width {
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper .details-wrapper .term-paragraph {
  margin-top: 48px;
}
.page-wrapper .details-wrapper .term-paragraph a {
  color: var(--main-color-one);
  text-decoration: underline;
}

.next-back-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.next-back-btns button {
  min-width: 124px;
  padding: 0px 30px;
}

.final-step {
  text-align: center;
  text-align-last: center !important;
}
.final-step p {
  font-size: 20px;
  max-width: 560px;
  margin: 24px auto 64px;
}

.centerText {
  text-align: center;
  text-align-last: center !important;
}
.centerText h5 {
  font-weight: 600;
}
.centerText p {
  margin-bottom: 40px;
}

.onboarding-steps.MuiStepper-root {
  justify-content: center;
}
.amakkn-steps.MuiStepper-root {
  justify-content: flex-start;
}

.page-header-suffix {
  height: 114px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color-one);
  color: var(--body-font), "Amazon Ember";
  gap: 20px;
}
.page-header-suffix img {
  height: 70%;
  object-fit: contain;
}
.page-header-suffix h2 {
  font-weight: 600;
  font-size: 48px;
  color: var(--body-font), "Amazon Ember";
}

.footer-area.whitelabel .footer-wrapper,
.footer-area .footer-wrapper,
.services-area,
.callus,
.location-area,
.whyus-section:not(.admin),
.features-row,
.contact-area,
.featured-props,
.company-boxes,
.favorite-area,
.comparison-area,
.agents-wrapper {
  width: calc(100% - var(--px-meduim));
  margin: auto;
  max-width: 1536px;
}

.services-area {
  margin-top: 40px;
}
.whyus-section:not(.admin) {
  padding: 50px 0;
}
.location-area .map {
  height: 100%;
  width: 100%;
}
.location-area {
  padding: 50px 0 0;
}
.location-area .map > div {
  position: relative !important;
  margin: 50px auto !important;
  height: 100%;
}

.services-area .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.services-area .service-wrapper {
  border: 0;
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  :root {
    --px-meduim: 4rem;
  }
  .custom-card.with-switcher > .card-header:not(.flex-row) {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .custom-card.with-switcher > .card-header .custom-btn {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 374px) {
  :root {
    --px-meduim: 2rem;
  }
  .contact-form-wrap {
    min-width: unset;
  }
}

button.gm-ui-hover-effect {
  visibility: hidden;
}
.banner-area2 {
  width: 100% !important;
  margin: 0 !important;
  height: calc(100vh - 70px) !important;
  max-height: calc(100vh - 70px) !important;
  padding: 0;
  display: flex;
  border-radius: 0;
  position: relative;
  margin-top: 70px !important;
}

.banner-area2::after {
  border-radius: 0;
}
.banner-area2 .custom-btn {
  position: absolute;
  top: 17px;
  left: 15px;
  box-shadow: none;
  z-index: 9;
}
.banner-area2.admin {
  margin: 0 !important;
}
.banner-area2.admin .banner-inner {
  width: 350px;
}
@media only screen and (max-width: 600px) {
  .banner-area2.admin .banner-inner {
    max-width: 350px;
    width: unset;
  }
  .custom-dialog.logo .MuiDialogContent-root {
    padding: 0 25px 50px;
  }
}
.banner-area2:not(.admin) .banner-inner .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (min-width: 1440px) {
  .banner-area2 .banner-inner .title {
    font-size: 28px;
  }
  .banner-area2 .banner-inner .sub-title {
    font-size: 60px !important;
  }

  .banner-area3 .banner-inner .title {
    font-size: 22px;
    max-width: 490px;
  }
  .banner-area3 .banner-inner .sub-title {
    font-size: 48px !important;
  }
  .process-area .inner-desc {
    max-width: 72% !important;
  }
}
.banner-area2 .banner-inner .title {
  font-size: 24px;
  font-weight: 500;
}
.banner-area2 .banner-inner .sub-title {
  font-size: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 19px;
}
.banner-area3 .banner-inner .title {
  font-size: 20px;
  font-weight: 500;
  max-width: 490px;
}
.banner-area3 .banner-inner .sub-title {
  font-size: 48px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 19px;
}
.banner-area2 .banner-inner .sub-title img {
  max-height: 65px;
}
.mobile-logo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .banner-area2 .banner-inner .title {
    font-size: 20px;
  }
  .banner-area2 .banner-inner .sub-title {
    font-size: 35px;
  }
  .banner-area2 .banner-inner .sub-title img {
    display: none;
  }
  .mobile-logo {
    display: block;
    max-height: 65px;
    max-width: 120px;
    margin: auto;
  }
}

@media only screen and (max-width: 475px) {
  .banner-area2 .banner-inner .title {
    font-size: 17px;
  }
  .banner-area2 .banner-inner .sub-title {
    font-size: 27px;
  }
  /* .banner-area2 .banner-inner .sub-title img{
    max-height: 55px;
  } */
}
.whyus-section .icon {
  width: 77px;
  height: 78px;
  margin: auto;
  background: rgba(43, 9, 78, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.whyus-section .icon svg {
  width: 38px !important;
  height: 38px !important;
}
.process-area:not(.admin) {
  padding: 120px 0 40px;
  width: calc(100% - var(--px-meduim));
  margin: 0 auto;
}
.section-prefix {
  font-size: 20px;
  font-weight: 700;
  color: var(--font-color);
}
.process-area .broker-img {
  border-radius: 15px;
}
.sec-title {
  font-weight: 600;
  font-size: 34px;
  margin-top: 4px;
  text-align: center;
  text-align-last: center !important;
}
.sec-desc {
  font-weight: 400;
  font-size: var(--body-font-size);
  text-align: center;
  text-align-last: center !important;
  margin-top: 12px;
  line-height: 1.8;
}

.broker-flex {
  align-items: flex-end;
}
.broker-flex .sec-desc {
  text-align: right;
}

.callus-area {
  padding: 60px 0;
  background: rgba(43, 9, 78, 0.05);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.callus-area.disabled::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 22;
}

.circle {
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  background-color: var(--main-color-one);
}
.circle-1 {
  width: 109px;
  height: 109px;
  top: -20px;
  left: -40px;
}
.circle-2 {
  width: 148px;
  height: 148px;
  opacity: 0.1;
  top: -5px;
  left: -40px;
}
.circle-3 {
  width: 194px;
  height: 194px;
  opacity: 0.1;
  bottom: -125px;
  right: 20px;
}
.circle-4 {
  width: 194px;
  height: 194px;
  bottom: -110px;
  right: -50px;
}

.custom-card.no-padding .card-body {
  padding: 0 !important;
}

.features-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.features-row .feature {
  border-radius: 10px;
  padding: 40px 20px;
  background: var(--main-color-two);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  min-height: 403px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  direction: rtl;
  position: relative;
  margin-bottom: 20px;
  /* animation:border-shadow 5s infinite alternate-reverse ease-in-out ; */
}
.features-row .feature:before {
  height: 200%;
  width: 200%;
  background: conic-gradient(var(--main-color-one) 20deg, transparent 120deg);
  transform-origin: center;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: spin 4s linear infinite;
}

.features-row .feature:after {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  background-color: var(--main-color-two);
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(0);
  }
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* @keyframes border-shadow{
  from{
    box-shadow: var(--main-color-one) 0px 0px 10px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

  }
  to{
    box-shadow: var(--main-color-one) 0px 0px 50px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

  }
} */
/* .features-row .feature:hover,
.features-row .feature:nth-child(2){
  /* box-shadow: var(--main-color-one) 0px 1px 4px; 
  box-shadow: var(--main-color-one) 0px 0px 50px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
} */
.features-row .feature .feature-icon {
  font-family: "Monoton";
  font-size: 28px;
  color: var(--btn-color);
  background-color: var(--main-color-one);
  border-radius: 5px;
  padding: 10px 25px;
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
}
.features-row .feature .feature-title {
  color: var(--main-color-one);
  font-size: 20px;
  margin-bottom: 15px;
  z-index: 3;
  text-align-last: center !important;
  text-align: center;
}
.features-row .feature .feature-desc {
  font-size: var(--body-font-size);
  text-align: justify;
  z-index: 3;
  color: var(--font-color);
}

.single-project {
  position: relative;
}

.selected-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 4;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.selected-wrapper svg {
  fill: white;
  width: 50px !important;
  height: 50px !important;
  background: var(--main-color-one);
  border-radius: 100%;
}

.Toastify__toast-body {
  text-align: right;
  font-family: var(--body-font), "Amazon Ember";
  font-size: 15px;
}
.Toastify__toast-body .Toastify__toast-icon {
  width: 25px;
}
.Toastify__toast--success {
  background-color: rgb(237, 247, 237) !important;
  border: 2px solid rgb(166, 236, 166);
  color: rgb(30, 70, 32) !important;
}
.Toastify__toast--error {
  background-color: rgb(253, 237, 237) !important;
  border: 2px solid rgb(251, 172, 172);
  color: rgb(95, 33, 32) !important;
}

@media only screen and (max-width: 991px) {
  .preview-logo > div {
    width: 180px;
    height: 180px;
  }
}

.custom-card.no-height {
  min-height: auto !important;
  max-height: fit-content !important;
}

.tel-widget a span {
  color: #737373;
}
.tel-widget:hover a span {
  color: var(--main-color-one);
}
.tel-widget svg {
  position: relative;
  top: 0px;
  transform: rotate(270deg);
}

.danger-btn {
  background-color: #d00404 !important;
  border-color: #d00404 !important;
}

.domain-list {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
}
.info-section {
  display: flex;
  align-items: center;
  width: 63%;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .info-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
}

.page-title {
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

.onboarding-mobile-steps {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .onboarding-steps,
  .amakkn-steps {
    display: none !important;
  }
  .onboarding-mobile-steps {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .page-title {
    font-size: 20px;
  }
}

.banner-area3 {
  height: calc(100vh - 70px) !important;
  max-height: calc(100vh - 70px) !important;
}

.custom-label svg {
  width: 100%;
  height: 100%;
}

.custom-label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.rld-single-input .MuiAutocomplete-root .MuiFilledInput-root input {
  padding: 2px 20px !important;
}
.rld-single-input .MuiFilledInput-root {
  padding: 0 !important;
}
.MuiFilledInput-root {
  background: #fff !important;
}

.contact-area .contact-info {
  background-color: var(--main-color-one);
  color: #fff;
  padding: 34px 24px;
  margin-top: 80px;
  text-align: center;
  text-align-last: center !important;
  overflow: hidden;
  z-index: 3;
}
.contact-area .contact-top {
  text-align: center;
  text-align-last: center !important;
}
.contact-area .contact-top h4 {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 34px;
  text-align-last: center !important;
  text-align: center;
}
.contact-area .contact-top p {
  color: var(--font-color);
  font-size: var(--body-font-size);
  text-align: center;
  text-align-last: center !important;
}
.contact-area .contact-info h4 {
  font-weight: 600;
  color: #fff;
  font-size: 34px;
}
.contact-area .contact-info p {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--body-font-size);
}
.single-contact-info {
  margin-bottom: 30px;
  text-align: center;
  text-align-last: center !important;
  overflow: hidden;
}

.single-contact-info p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 3;
}
.single-contact-info p svg {
  width: 24px;
  z-index: 3;
  fill: rgba(255, 255, 255, 0.75);
}
.single-contact-info p path {
  fill: rgba(255, 255, 255, 0.75);
}

.single-contact-info h6 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  z-index: 3;
}

.contact-area .circle-1 {
  height: 260px;
  width: 260px;
  opacity: 0.14;
  z-index: 0;
  background-color: white;
  left: unset;
  right: -80px;
  bottom: -90px;
  top: unset;
}

.contact-area .circle-2 {
  width: 160px;
  height: 162px;
  z-index: 0;
  opacity: 1;
  top: unset;
  background-color: rgba(113, 87, 141, 0.07);
  left: unset;
  right: 100px;
  bottom: 50px;
}

.pricing-card {
  border-radius: 16px !important;
  background: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  margin-bottom: 15px;
}
.pricing-card-header {
  font-size: 20px;
  color: var(--main-color-one);
}
.pricing-card:hover,
.pricing-card.selected-card2,
.pricing-card.selected-card {
  background: var(--main-color-one);
  color: #fff;
}
.pricing-card.current {
  pointer-events: none;
  background-color: #ececec !important;
  cursor: no-drop;
}
.pricing-card:hover .sar path,
.pricing-card.selected-card .sar path {
  fill: #fff;
}
.pricing-card:hover *,
.pricing-card.selected-card2 *,
.pricing-card.selected-card * {
  color: #fff;
}
.pricing-card .primary-btn {
  background-color: var(--main-color-one) !important;
  color: #fff !important;
  border-color: var(--main-color-one) !important;
  opacity: 1 !important;
}
.pricing-card:hover .primary-btn {
  background: #fff !important;
  color: var(--main-color-one) !important;
  transition: 0.2s all !important;
}
.pricing-card .primary-btn.selected {
  background-color: var(--main-color-one) !important;
  color: white !important;
  border-color: var(--main-color-one) !important;
}

/* .pricing-card:hover .primary-btn {
  background-color: white !important;
  color: var(--main-color-one) !important;
  opacity: 1 !important;
} */
.pricing-card.selected-card .primary-btn {
  background-color: white !important;
  color: var(--main-color-one) !important;
  border-color: var(--main-color-one) !important;
}

.pricing-card:hover .primary-btn span,
.pricing-card.selected-card .primary-btn span {
  color: var(--main-color-one) !important;
}
.pricing-card .circle-1 {
  height: 120px;
  width: 120px;
  opacity: 0.14;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  background-color: var(--main-color-one);
  left: -45px;
  top: -60px;
}

.pricing-card .circle-2 {
  width: 100px;
  height: 100px;
  z-index: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0.2;
  top: -2px;
  background-color: var(--main-color-one);
  left: -50px;
}

.pricing-card:hover .circle-1,
.pricing-card:hover .circle-2,
.pricing-card.selected-card .circle-1,
.pricing-card.selected-card .circle-2,
.pricing-card.selected-card2 .circle-1,
.pricing-card.selected-card2 .circle-2 {
  background-color: #fff;
}

.custom-dialog.full-screen .MuiPaper-root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
  max-height: 100%;
}
.btns-wrapper.map-btns {
  /* background: white; */
  padding: 15px 0;
  gap: 10px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  align-items: center;
  justify-content: flex-start;
}
.btns-wrapper.map-btns .primary-btn,
.btns-wrapper.map-btns .outlined-btn {
  white-space: nowrap;
}
.custom-map > div > div {
  height: 100% !important;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-container .primary-btn {
  position: absolute;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff !important;
  color: var(--main-color-one) !important;
  border-color: #fff !important;
}

.featured-property .single-feature .details .info-list {
  /* direction: ltr; */
  padding: 0;
  margin: 0 0 5px !important;
}

.MuiInputLabel-asterisk {
  color: #d00404 !important;
  font-size: 18px !important;
  font-weight: bold;
}

.MuiFormHelperText-root {
  margin: 4px 0 0 !important;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  text-align: right;
}

html[lang="en"] ::placeholder,
html[lang="en"] :-ms-input-placeholder,
html[lang="en"] ::-ms-input-placeholder {
  text-align: left;
}

.MuiInputLabel-root {
  direction: rtl !important;
}
.MuiInputLabel-root.Mui-focused {
  color: var(--main-color-one) !important;
}

.back-btn {
  width: fit-content;
  margin-bottom: 20px;
}

.page-top-wrapper {
  background-color: var(--main-color-two);
  overflow: hidden;
}

.btn-myListing.btn-blue {
  color: white !important;
}

.custom-card.footer {
  flex-direction: column;
}

.page-width {
  max-width: 135rem;
  /* 2048px; */
  margin: auto;
}
.page-width2 {
  max-width: 1360px;
  margin: auto;
}

.page-heading {
  font-size: 28px;
  text-align: right;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.btn-danger svg path {
  fill: #fff;
}

.link {
  color: var(--main-color-one) !important;
  text-decoration: underline;
}

.company-box {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  text-align-last: center !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 225px;
  height: 100%;
  background-color: #fff;
  transition: 0.3s background-color ease-in-out;
  cursor: pointer;
  position: relative;
}
.company-box:hover {
  background-color: #ededed;
}
.company-box .company-logo {
  margin: auto;
  padding: 15px 0;
}
.company-box .company-logo .MuiAvatar-root {
  width: 64px;
  height: 64px;
  margin: auto;
  background-color: var(--main-color-one);
}
.company-box:hover .company-logo .MuiAvatar-root {
  background-color: #fff;
  color: var(--main-color-one);
}

.company-box .company-name {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
  text-align-last: center !important;
}

.company-box .company-statistics {
  width: 100%;
  display: flex;
  padding: 15px;
  direction: rtl;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}

.company-box .company-statistics p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.company-box .company-statistics svg path {
  fill: var(--main-color-one);
}

.company-box .block-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  background-color: var(--main-color-one);
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 8px 4px;
}
.company-box:hover .block-btn {
  color: var(--main-color-one);
  background-color: #fff;
}
.company-box .block-btn svg path {
  fill: #fff;
}
.company-box:hover .block-btn svg path {
  fill: var(--main-color-one);
}
.company-profile .company-img {
  margin: 15px auto;
  border-radius: 100%;
  object-fit: cover;
  width: 200px;
  height: 200px;
}
.company-profile .pxp-page-header {
  max-width: 90%;
  margin: auto;
}

.company-profile .widget-owner-info {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.company-profile .widget-owner-info .contact-info {
  padding: 0 50px;
}
.company-profile .widget-owner-info .contact-info .media {
  gap: 12px;
}

.company-profile .widget-owner-info .contact-info .media .media-left svg {
  top: 2px;
}
.company-profile .widget-owner-info .contact-info .media .media-left svg path {
  fill: var(--main-color-one);
}
.company-profile .bg-cover {
  padding-bottom: 100px !important;
  height: 90vh;
  overflow: auto;
}
.admin.company-profile .bg-cover {
  padding-bottom: 100px !important;
  min-height: calc(100vh - 150px) !important;
}

.custom-radio {
  border-radius: 10px;
  border: 2px solid #cdd0d9;
  height: 90px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.2s all ease-in;
}
.custom-radio:hover,
.custom-radio:active,
.custom-radio.active {
  border-color: var(--main-color-one);
}
.custom-radio .icon-width {
  width: 30px !important;
  height: 30px !important;
}

.custom-radio:hover svg path,
.custom-radio:active svg path,
.custom-radio.active svg path {
  fill: var(--main-color-one);
}

.MuiTablePagination-displayedRows {
  margin: 0 !important;
}

.registeration .rld-banner-tab2 .nav-item {
  flex: 1;
}
.registeration .rld-banner-tab2 .nav-link {
  background-color: #fff;
  border: 1px solid #cdd0d9;
  min-width: 130px;
  width: 100%;
  height: 50px !important;
}
@media only screen and (max-width: 767px) {
  .registeration .rld-banner-tab2 .nav-link {
    min-width: 130px;
  }
}

.otpContainer {
  margin: 5% 0;
  direction: ltr;
}

.otpInput {
  width: 2.5rem !important;
  height: 2.5rem;
  margin: 0 0.7rem;
  font-size: 1.7rem;
  text-align: center !important;
  text-align-last: center !important;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.otpInput:last-of-type {
  margin: 0 0 0 0.7rem;
}
.otpInput:first-of-type {
  margin: 0 0.7rem 0 0;
}
@media only screen and (max-width: 500px) {
  .otpInput {
    width: 1.5rem !important;
    height: 1.5rem;
    font-size: 1rem;
    padding: 8px 0;
    margin: 0 0.55rem;
  }

  .otpInput:first-of-type {
    margin: 0 0.55rem 0 0;
  }
  .otpInput:last-of-type {
    margin: 0 0 0 0.55rem;
  }
}

.custom-tooltip {
  border-radius: 8px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
}

.table-container {
  overflow-x: auto;
  margin-right: auto;
  margin-left: auto;
}

.table-container::-webkit-scrollbar {
  width: 100% !important;
  height: 10px !important;
  display: block !important;
  cursor: pointer;
}

.table-container::-webkit-scrollbar-track {
  background: #eee !important;
}

.table-container::-webkit-scrollbar-thumb {
  background: #aaa !important;
  cursor: pointer;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #ccc !important;
}
.table-container th {
  min-width: 145px;
}

.profile-menu-item {
  display: flex;
  justify-content: flex-end !important;
  align-items: center;
  padding: 0px 10px;
  font-size: 14px !important;
  gap: 10px;
}
html[lang="en"] .list .profile-menu-item:not(.sidebar-item) {
  flex-direction: row-reverse;
}
.profile-menu-item:hover {
  color: var(--main-color-one);
}
.profile-menu-item.dark {
  background-color: #121212;
  color: #fff;
  text-align: right !important;
  justify-content: flex-start !important;
}
.profile-menu-item.dark .MuiListItemIcon-root {
  min-width: 30px !important;
}
.profile-menu-item.dark svg {
  fill: #fff;
}

.profile-menu-item.dark:hover,
.profile-menu-item.dark.selected-item {
  color: var(--main-color-one) !important;
  background-color: #fff;
}
.profile-menu-item.dark:hover svg,
.profile-menu-item.dark.selected-item svg {
  fill: var(--main-color-one) !important;
}

.search-bar {
  flex: 1;
}
.avatar-contained img {
  object-fit: contain !important;
}
button {
  font-family: inherit !important;
}

.swal2-confirm,
.swal2-cancel {
  padding: 12px 35px;
}

.image-gallery-thumbnails-wrapper {
  overflow: hidden !important;
}

.online-detection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(1 1 1 / 60%);
  z-index: 9999999999999;
  color: #fff;
  font-weight: 600;
}
.online-detection svg rect {
  fill-opacity: 1;
}
.online-detection svg path {
  fill: #fff;
  stroke: #fff;
}
.online-detection .status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.banner-area.right-raduis {
  border-radius: 25px;
}
.banner-area.right-raduis::after {
  border-radius: 25px;
}
.banner-area.slider {
  height: 77vh;
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  max-width: calc(100vw - var(--px-small));
}
.banner-area.right-raduis::after {
  display: none;
}
.banner-area.slider .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 25px;
}
.banner-area.slider .banner-inner-wrap {
  position: absolute;
  top: 0;
  z-index: 2;
}
.banner-area.slider .swiper {
  height: 100%;
  position: relative;
  border-radius: 25px;
}

.banner-area.slider .swiper img,
.banner-area.slider .swiper picture {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .banner-area.right-raduis {
    border-radius: 0 !important;
  }
}

.wl-banner {
  display: flex;
  align-items: center;
  max-width: 1360px;
  margin: auto;
  justify-content: space-between;
}

.wl-banner .right-section {
  text-align: right;
  max-width: 358px;
  color: #fff;
}

.wl-banner .right-section h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}

.wl-banner .right-section p {
  color: #efefef;
  font-weight: 400;
  line-height: 35px;
  font-size: 16px;
}
.wl-banner .right-section .btn {
  background-color: #fff;
  color: var(--main-color-one);
  width: 100%;
  max-width: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-banner .left-section {
  width: 100%;
  height: 100%;
  background-color: #235fe5;
  border-radius: 32px;
  max-width: 692px;
  padding: 62px 100px;
  text-align: right;
  position: relative;
  top: -75px;
}
.wl-banner .left-section h6 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 57.6px;
}
.wl-banner .left-section span {
  color: #efefef;
  font-size: 16px;
  font-weight: 600;
}
.wl-banner .left-section p {
  color: #efefef;
  font-size: 16px;
  font-weight: 400;
  max-width: 415px;
}

.outlined-btn.white {
  color: white !important;
  border-color: white !important;
}
.outlined-btn.white:hover {
  color: var(--main-color-one) !important;
  border-color: white !important;
  background-color: white !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 1250px) {
  .wl-banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wl-banner .right-section {
    text-align: center;
    text-align-last: center !important;
    max-width: calc(100% - var(--px-meduim));
  }

  .wl-banner .right-section h3 {
    font-size: 40px;
  }

  .wl-banner .right-section .btn {
    max-width: fit-content;
    margin: auto;
    display: block !important;
  }

  .wl-banner .left-section {
    padding: 62px 100px;
    position: relative;
    top: 75px;
  }
  .wl-banner .left-section h6 {
    font-size: 28px;
  }
  .wl-banner .left-section p {
    max-width: 415px;
  }
}

@media only screen and (max-width: 800px) {
  .wl-banner .left-section {
    padding: 20px;
    position: relative;
    top: 75px;
  }
  .wl-banner .left-section h6 {
    font-size: 22px;
  }
}

.banner-wrapper {
  background-color: var(--main-color-one);
  padding: 40px calc(var(--px-meduim) / 2);
  margin-top: 100px;
}
.banner-wrapper2 {
  margin: 100px auto 0;
  width: calc(100% - var(--px-meduim));
  padding: 10px calc(var(--px-meduim) / 2) !important;
  border-radius: 10px;
}
.banner-wrapper.no-padding {
  padding: 0 calc(var(--px-meduim) / 2);
}

.add-ad-banner {
  margin: auto;
  display: flex;
  align-items: center;
  /* padding: 0 30px; */
  justify-content: space-between;
  max-width: 1360px;
}
.banner-wrapper2 {
  width: calc(100% - var(--px-meduim));
  max-width: 1360px;
  margin: 30px auto;
  border-radius: 10px;
}
.banner-3 {
  border-radius: 10px;
  padding: 0 calc(var(--px-small) / 2);
}
.banner-3 svg {
  opacity: 0.85;
}
.add-ad-banner {
  text-align: right;
  /* display: flex;
  padding: 25px;
  min-height: 350px;
  background-color: var(--main-color-one);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 10px; */
}
.add-ad-banner .right-section {
  text-align: right;
  color: #fff;
}
.add-ad-banner .right-section h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}

.add-ad-banner .right-section p {
  color: #efefef;
  font-weight: 400;
  line-height: 35px;
  font-size: 16px;
}
.add-ad-banner .right-section .btn {
  background-color: #fff;
  color: var(--main-color-one);
  display: block !important;
}
/* .add-ad-banner h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.add-ad-banner p {
  color: #efefef;
  font-weight: 400;
  line-height: 35px;
  font-size: 14px;
} */
/* .add-ad-banner .btn {
  background-color: #fff;
  color: var(--main-color-one);
  display: block !important;
} */

/* .add-ad-banner .card-bg {
  bottom:0;
  width:225px;
  left:0;
  position: absolute;
} */
.add-ad-banner .left-section {
  width: 100%;
  height: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 1100px) {
  /* .add-ad-banner {
    margin-bottom: 20px;
  }
  .add-ad-banner h3 {
    font-size: 26px;
  }

  .add-ad-banner  .btn {
    margin: 15px auto 0;
  } */
  .add-ad-banner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .add-ad-banner .right-section {
    text-align: center;
    margin-top: 30px;
    text-align-last: center !important;
    max-width: calc(100% - var(--px-meduim));
  }
  .add-ad-banner .right-section h3 {
    font-size: 38px;
  }

  .add-ad-banner .left-section {
    max-width: 275px;
  }
  .add-ad-banner .right-section .btn {
    margin: 15px auto 0;
  }
}

@media only screen and (max-width: 700px) {
  /* .add-ad-banner  h3 {
    font-size: 22px;
  }
  .add-ad-banner .card-bg {
    bottom: 16px;
    width: 175px;
  }
  .banner-3{
    padding-inline:0 ;
  } */
  .add-ad-banner .right-section h3 {
    font-size: 30px;
  }
  .add-ad-banner .left-section {
    max-width: 200px;
  }
}
#menu-countryCode {
  z-index: 99999999999999999;
}
@media only screen and (max-width: 425px) {
  .modal2 .bottom-image {
    bottom: -20px;
  }
}
@media only screen and (max-width: 365px) {
  .modal2 .bottom-image {
    bottom: -30px;
  }
}

.features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.features .feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.features .feature .feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .feature:nth-child(1) .feature-icon {
  background-color: #ffcdd2;
}
.features .feature:nth-child(2) .feature-icon {
  background-color: #dcedc8;
}
.features .feature:nth-child(3) .feature-icon {
  background-color: #bbdefb;
}

.add-ad-banner .mobile-invisible,
.wl-banner .mobile-invisible {
  display: none !important;
}

.mobile-info-window {
  width: calc(100% - var(--px-meduim));
  z-index: 2147483647;
  height: 230px;
  bottom: 74px;
  position: fixed;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
}
.mobile-info-window.full-screen {
  width: calc(100% - 6px);
  left: 3px;
  bottom: 100px;
}

.mobile-info-window.version2 {
  width: calc(100% - 48px);
  height: auto;
  bottom: 15px;
}

.comparison-list .selected-property {
  position: relative;
}

.selected-property.active .selected {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 16px);
  height: calc(100% - 24px);
  top: 0;
  left: 8px;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.selected-property:not(.active) .selected {
  display: none;
}

.selected svg {
  width: 45px !important;
  height: 45px !important;
  fill: #fff;
}

.comparison-area
  .image-gallery-content:not(.fullscreen)
  .image-gallery-thumbnails-wrapper,
.comparison-area
  .image-gallery-content:not(.fullscreen)
  .image-gallery-left-nav,
.comparison-area
  .image-gallery-content:not(.fullscreen)
  .image-gallery-right-nav {
  display: none;
}
.comparison-area .property-details-slider .image-gallery-slides {
  height: 330px;
}

.w-460 {
  width: 468px;
  padding: 0 8px;
}
.w-1400 {
  width: 1390px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  margin: auto;
}
.comparison-area {
  overflow: auto;
}

.comparison-area .MuiDivider-root::before {
  width: 5%;
}

.comparison-area .property-details-slider-info .property-inner-details {
  width: 460px;
}
@media only screen and (max-width: 475px) {
  .comparison-area .property-details-slider-info .property-inner-details {
    width: 332px;
    padding: 0 0 0 8px;
    margin-left: 60px;
  }
  .w-460 {
    width: 332px;
    padding: 0 0 0 8px;
    margin-left: 60px;
  }
  .w-1400 {
    justify-content: flex-start;
    width: fit-content;
  }
  .comparison-area .property-details-slider-info {
    width: fit-content !important;
  }
}

.comparison-area .property-details-slider-info .second-row > div,
.comparison-area .property-details-slider-info .property-inner-details > div {
  margin: 0;
  padding: 0 !important;
  border: 0;
}
.comparison-area .property-details-slider-info {
  width: 1390px;
  margin: 0;
  padding: 0;
}
.comparison-area
  .property-details-slider-info
  .property-inner-details
  .property-amenities {
  gap: 0px;
}
.comparison-area
  .property-details-slider-info
  .property-inner-details
  .property-amenities
  .property-amenity {
  margin-bottom: 15px;
}
.comparison-area .question svg {
  top: 2px;
  position: relative;
}
.comparison-area .question h5 svg path {
  fill: var(--main-color-one);
}

.comparison-area
  .property-details-slider-info
  .property-info
  .box:nth-child(even) {
  padding-right: 5px;
}
.comparison-area #scroll-left {
  display: none;
  position: fixed;
  bottom: 20px;
  padding: 0 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 47px;
  border-radius: 12px;
  background-color: white;
  align-items: center;
  justify-content: center;
  direction: ltr;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06) !important;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06) !important;
}
@media only screen and (max-width: 600px) {
  .comparison-area #scroll-left {
    display: flex;
  }

  .arrow-left {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 15px;
  }
  .arrow-left:after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    left: 16px;
    position: absolute;
    border-top: 3px solid var(--main-color-one);
    border-left: 3px solid var(--main-color-one);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #scroll-title {
    display: block;
    color: var(--main-color-one);
    font-size: 14px;
    font-weight: bold;
  }
  #scroll-left::before {
    animation: scroll-left 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 42%;
    margin-left: -0.05em;
    left: 33%;
    width: 58px;
    height: 2px;
    background: var(--main-color-one);
    content: " ";
  }

  @keyframes scroll-left {
    from {
      width: 58px;
      transform: translateX(0);
    }
    to {
      width: 0;
      transform: translateX(-65px);
    }
  }
}

.disabled.custom-btn {
  pointer-events: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.26) !important;
  cursor: no-drop;
  background: rgba(0, 0, 0, 0.12) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.map-full-height > div > div {
  height: 100% !important;
}

.preview-logo-img {
  position: relative;
}
.preview-logo-img::before {
  position: absolute;
  content: "";
  top: 47%;
  left: 51%;
  background-color: #fff;
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#menu-year1 {
  width: 80% !important;
}
#menu-year1 ul {
  align-items: center !important;
  flex-wrap: wrap !important;
  display: flex !important;
  margin: auto;
}

.custom-dialog.property-details-dialog > .MuiPaper-root {
  min-width: 97vw;
}

.page-wrapper .details-wrapper p.MuiFormHelperText-root {
  max-width: initial;
}

.without-label fieldset {
  top: 0 !important;
}
.without-label fieldset legend {
  display: none !important;
}
.without-label p.MuiFormHelperText-root {
  font-size: 12px;
}

.inverse-link:hover {
  color: #eee !important;
}

/*--------------------------------------------------
    ## All responsive style
---------------------------------------------------*/
@media only screen and (max-width: 1550px) {
  /********* home 1 *********/
  .banner-inner .title {
    font-size: 55px;
  }
  .banner-area.slider .banner-inner .title {
    font-size: 42px;
  }

  .banner-inner .sub-title {
    font-size: 15px;
  }
  .section-title .title {
    font-size: 40px;
  }
  .section-title.pd-left {
    padding-left: 20px;
  }
  .banner-inner .btn {
    height: 48px;
    line-height: 48px;
  }

  .single-feature .details {
    padding: 8px;
  }
  .single-feature .details .info-list {
    font-size: 12px;
  }
  .single-feature .details .info-list i {
    font-size: 14px;
  }
  .single-feature .details .contact-list {
    padding: 10px 15px 14px 15px;
    bottom: 0;
    visibility: visible;
  }
  .single-feature .details .contact-list li {
    margin-right: 3px;
  }

  /******** search page ********/

  .search-page-right-side .rld-main-search .col1 {
    width: 60%;
  }
  .search-page-right-side .rld-main-search .col2 {
    width: 40%;
  }
  .search-page-right-side .rld-main-search .col3 {
    width: 33.33%;
  }
}

@media only screen and (max-width: 1100px) {
  .searchBox {
    background: var(--main-color-two);
    z-index: 100;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .section-title .sub-title {
    font-size: 16px;
  }
  .section-title .title {
    font-size: 30px;
  }
  .section-title.pd-left {
    padding-left: 0;
  }
  .single-feature .details .feature-logo {
    height: 45px;
    width: 45px;
    line-height: 45px;
    right: 15px;
    top: -23px;
  }
  .search-content {
    margin-top: 12px;
  }
  .footer-area .widget-title {
    font-size: 20px;
  }
  .banner-inner .title {
    font-size: 48px;
    padding: 0 calc(var(--px-meduim) / 2);
  }
  .banner-area.slider .banner-inner .title {
    font-size: 39px;
  }
  .banner-inner .sub-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .search-page-search-wrap #gmap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .inner-title {
    font-size: 26px !important;
  }
  .section-title .inner-title br {
    display: none;
  }
  .banner-inner .sub-title {
    font-size: 14px;
  }
  .banner-inner .sub-title {
    margin-bottom: 15px;
  }
  .banner-inner .title {
    font-size: 40px;
  }
  .banner-area.slider .banner-inner .title {
    font-size: 36px;
  }

  .single-leading-feature .thumb img {
    width: 100%;
  }
  .single-feature .thumb img {
    width: 100%;
  }
  .section-title p br {
    display: none;
  }

  /***** search page ******/
  .search-container {
    padding: 0 15px;
  }
  .search-page-right-side {
    padding-top: 40px;
  }
  .search-page-right-side.wl {
    padding-top: 0px;
  }
  .search-page-right-side {
    margin-right: 0;
  }
  .search-page-search-wrap {
    width: 100%;
    /* float: left; */
    padding-right: 0;
    position: relative;
    z-index: 0;
  }

  .search-page-right-wrap {
    width: 100%;
    /* float: right; */
  }
  .search-page-search-wrap #gmap {
    margin-top: 60px;
  }
  .shape-image-list.left-top {
    padding: 20px 0 0 20px;
  }
  .banner-search {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
  }
  .section-title .inner-title {
    font-size: 22px !important;
  }
  .banner-inner .title {
    font-size: 35px;
  }
  .banner-area.slider .banner-inner .title {
    font-size: 31px;
  }

  .single-contact-info h5 {
    font-size: 16px;
  }

  .error-page h2 {
    font-size: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 35px;
  }
  .search-page-area {
    padding-bottom: 0px;
  }
  .section-title .inner-title {
    font-size: 20px !important;
  }
  .rld-banner-tab .nav-item a {
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    font-weight: 500;
  }

  .back-to-top,
  .cs-btn {
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 24px;
    left: 15px;
    bottom: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html[lang="en"] .back-to-top,
  html[lang="en"] .cs-btn {
    left: unset;
    right: 15px;
  }

  .cs-btn {
    bottom: 180px;
  }

  .single-leading-feature .details {
    padding: 15px;
  }
  .single-leading-feature .details .title,
  .single-leading-feature .details .price {
    font-size: 16px;
  }
  .single-leading-feature .details span {
    font-size: 13px;
  }
  .footer-logo {
    display: block;
    margin-bottom: 28px;
  }
  .main-search-area {
    margin-top: -48px;
  }

  .banner-inner .content br {
    display: none;
  }

  .search-page-search-wrap {
    margin: 57px 0;
  }
  .search-page-search-wrap.wl {
    margin: 25px 0 !important;
  }
  .search-page-search-wrap.full-height {
    margin: 0;
  }
  .search-page-search-wrap #gmap {
    margin-top: 0;
    height: calc(100vh - 160px);
  }
  .search-page-search-wrap.full-height #gmap {
    height: 100vh;
  }
  .search-page-search-wrap #gmap.more-height {
    height: calc(100vh - 321px);
  }

  .search-page-right-side {
    margin-right: 0;
    margin-top: 0px;
  }
  .search-page-right-side .rld-main-search .col1 {
    width: 100%;
  }
  .search-page-right-side .rld-main-search .col2 {
    width: 100%;
  }
  .search-page-right-side .rld-main-search .col3 {
    width: 100%;
  }
  .section-title {
    margin-bottom: 18px;
  }
  .rld-search-page-tab {
    margin-bottom: 30px;
  }
  .search-page-right-side .rld-main-search {
    padding: 10px 5px 0px 5px;
  }

  .error-page h2 {
    font-size: 130px;
  }
  .property-info {
    overflow-y: hidden;
  }

  .gm-style-iw-d,
  .gm-style-iw.gm-style-iw-c {
    /* max-width: 290px !important; */
    text-align: right;
  }
  .gm-style-iw.gm-style-iw-c .single-feature {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 320px) {
  .nav-right-part .btn {
    height: 36px;
    line-height: 36px !important;
    padding: 0 8px 0 12px;
    font-size: 10px;
  }
  .nav-right-part .btn .right {
    padding-left: 1px;
    font-size: 10px;
  }
}

.gm-style {
  font-family: inherit !important;
}
@media only screen and (max-width: 1199px) {
  #more-popper {
    top: -100px !important;
    left: -150px !important;
  }
}
#more-popper .MuiPaper-root {
  transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
}

.featured-area .swiper {
  overflow: visible !important;
}

#react-confirm-alert {
  z-index: 999999999;
  position: fixed;
}
.search-page-area.small-padding {
  padding: 10px;
  width: 100%;
}
.search-page-area.no-padding {
  padding: 0;
  width: 100%;
}
.search-page-area.no-padding #gmap {
  margin-top: 0;
}

.gm-style-mtc button {
  width: 100px !important;
  font-size: 13px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.gm-style-mtc:first-of-type button {
  border-radius: 0 12px 12px 0 !important;
}
.gm-style-mtc:last-of-type button {
  border-radius: 12px 0 0 12px !important;
}
html[lang="en"] .gm-style-mtc:first-of-type button {
  border-radius: 12px 0 0 12px !important;
}
html[lang="en"] .gm-style-mtc:last-of-type button {
  border-radius: 0 12px 12px 0 !important;
}
.gm-style-mtc ul {
  border-radius: 12px !important;
  right: 3px !important;
}
.gm-style-mtc ul li {
  width: 89px !important;
  font-size: 13px !important;
  font-family: inherit !important;
  border-radius: 12px !important;
  line-height: 1px !important;
}
.gm-style-cc {
  display: none !important;
}
.gmnoprint > div[draggable="false"],
.gm-fullscreen-control {
  border-radius: 12px !important;
}
.gmnoprint > div[draggable="false"] button:first-of-type {
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
}
.gmnoprint > div[draggable="false"] button:last-of-type {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
#menu-name {
  z-index: 99999999999;
}

.dialog-actions.close-only {
  position: absolute;
  /* top: 15px; */
  left: 12px;
}
html[lang="en"] .dialog-actions.close-only {
  left: unset;
  right: 12px;
}

.swal2-container {
  z-index: 99999999 !important;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 94vw !important;
  }
}
.error-page {
  padding-left: calc(var(--px-meduim) / 2);
  padding-right: calc(var(--px-meduim) / 2);
}

.custom-list {
  list-style: none;
}
.custom-list li {
  margin-bottom: 12px;
}
.custom-list li svg {
  margin-right: -30px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
html[lang="en"] .custom-list li svg {
  margin-left: -30px;
  margin-right: 10px;
}
.custom-list li svg path {
  fill: var(--main-color-one);
}
.favorite-area .custom-card p {
  font-size: inherit;
}

.sec-desc2 {
  max-width: calc(100% - var(--px-meduim));
}
#menu-max-width,
#menu-interestingType,
#menu-clientType,
#menu-agentId,
#menu-updatedAt,
#menu-propertyType,
#menu-pageSize,
#menu-area {
  z-index: 9999999999;
}

.recaptcha-wrapper > div > div > div {
  margin: auto;
  height: auto !important;
}
.loading-overlay {
  position: absolute;
  z-index: 99999999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loading-overlay::before {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.admin .sortDDL.withBg {
  background-color: transparent;
}

.map-input {
  position: relative;
  top: 15px;
  right: 10px;
  z-index: 50;
  max-width: 320px;
}
html[lang="en"] .map-input {
  position: absolute;
}
.CookieConsent {
  padding: 15px calc(var(--px-meduim) / 2);
}

.outlined-danger {
  border-color: #d00404 !important;
  color: #d00404 !important;
}
.outlined-danger:hover {
  background-color: #d00404 !important;
}

#background {
  position: absolute;
  z-index: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#bg-text {
  color: var(--main-color-one);
  opacity: 0.15;
  font-size: 60px;
  text-align: center;
  text-align-last: center !important;
  max-width: 100%;
  margin-left: 50px;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
}

.footer-map {
  position: relative;
  height: 150px;
  width: 100%;
  min-width: 210px;
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}
.footer-map > div > div {
  height: 100% !important;
}

.swiper-button-next2,
.swiper-button-prev2 {
  z-index: 22;
  display: flex;
  cursor: pointer;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  border-radius: 100%;
  background: rgba(74, 74, 74, 0.5);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
}
.swiper-button-next2 {
  right: 0.5rem;
  left: unset;
}
.swiper-button-next2::after,
.swiper-button-prev2::after {
  display: none;
}
.swiper-button-next2 svg,
.swiper-button-prev2 svg {
  fill: #fff;
  width: 35px;
  height: 35px;
}

.coupon-box {
  padding: 15px 0 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.coupon-box .coupon-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.coupon-box .coupon-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.coupon-box .coupon-details-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 17px;
}
.coupon-box .coupon-details-row span:first-child {
  font-weight: 500;
  font-size: 13px;
  max-width: 200px;
}
.dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ddd;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px 10px 0;
}
.dropzone.highlight {
  border: 2px dashed var(--main-color-one);
  background-color: #f8f8f8;
}
.dropzone h5,
.dropzone h4 {
  color: #222;
}
.dropzone .loading-bar {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 5px;
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: center;
}
.dropzone .loading-box {
  background-color: #dbd8fa;
  margin-left: 1%;
  width: 13%;
  height: 100%;
  visibility: hidden;
}
.dropzone #box1,
.dropzone #box2,
.dropzone #box3,
.dropzone #box4,
.dropzone #box5,
.dropzone #box6,
.dropzone #box7 {
  animation-name: box;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

.dropzone #box2 {
  animation-delay: 0.25s;
}
.dropzone #box3 {
  animation-delay: 0.5s;
}
.dropzone #box4 {
  animation-delay: 0.75s;
}
.dropzone #box5 {
  animation-delay: 1s;
}
.dropzone #box6 {
  animation-delay: 1.25s;
}
.dropzone #box7 {
  animation-delay: 1.5s;
  margin-left: 0%;
}
@keyframes box {
  0% {
    visibility: hidden;
    background-color: var(--main-color-one);
    opacity: 0.2;
  }
  20% {
    visibility: hidden;
  }
  33% {
    visibility: visible;
  }
  50% {
    background-color: var(--main-color-one);
    opacity: 0.6;
  }
  100% {
    background-color: var(--main-color-one);
    opacity: 1;
  }
}

.Toastify__toast-container {
  z-index: 9999999999999 !important;
}

.domain-list.selected {
  background-color: #efefef;
}

.domain-list.selected svg {
  width: 25px !important;
  height: 23px !important;
}

.header-with-icon {
  display: flex !important;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.sort-row {
  cursor: grab;
  border-radius: 12px;
  background: #fff;
  gap: 15px;
  border: 1px dashed #ccc;
}
.sort-row.dragging {
  pointer-events: none;
  touch-action: none;
  -ms-touch-action: none;
  background-color: #f9f9f9 !important;
}
.select-map > div > div {
  width: 100% !important;
  height: 100% !important;
}
.img-container.fixed {
  position: sticky;
  top: 30%;
}

.youtube-iframe {
  width: calc(100% - var(--px-meduim));
  max-width: 900px;
  height: 450px;
}
.image-gallery-description {
  font-size: 1em !important;
  width: 100%;
  bottom: 46px !important;
  padding: 15px 5px !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-align-last: center !important;
}

.payment-hint {
  padding: 20px 14px 0;
  max-width: 320px;
  font-size: 12px;
  color: #d00404;
}
/* .info-alert{
  background-color:rgb(229, 246, 253) !important;
} */

.progress-area {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.8);
}

.progress-area h3 {
  font-weight: 600;
  color: #fff;
}

.custom-ui ul {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
}
.custom-ui ul li {
  margin-bottom: 12px;
}
.mysr-form-ccIconsGroup {
  right: unset !important;
  left: 5px !important;
}
#mysr-cc-number {
  text-align: right !important;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 22;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid var(--main-color-one);
}

.ribbon.black::before,
.ribbon.black::after {
  border: 0;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: var(--main-color-one);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align-last: center !important;
  text-align: center;
  font-weight: 700;
  font-size: 18px/1;
}
.ribbon.black span {
  background-color: #000;
  padding: 14px 15px 14px 0;
}
.ribbon-top-left.black {
  top: -5px;
  left: -10px;
}
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.ribbon-top-left.black span {
  right: -25px;
  top: 24px;
}

.pricing-card:hover .ribbon span {
  background: #fff;
  color: var(--main-color-one);
}
.domain-list.hidden {
  display: none;
}

.btn-blue {
  background: #243ead !important;
  border-color: #243ead !important;
}

.discount-badge {
  color: #d00404;
  font-weight: 600;
}
.nav-link.active .discount-badge,
.nav-link:hover .discount-badge {
  color: #fff;
}

.free-label {
  font-weight: 700;
  color: var(--main-color-one);
}
@media only screen and (max-width: 767px) {
  .nav-tabs.plan-card {
    height: auto !important;
    width: 95% !important;
  }
}

.statistics {
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 786px) {
  .statistics {
    flex-direction: column;
  }
}
.rega-info {
  text-align: right;
  border: 1px solid #e0e0e0;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}
.rega-info > span:first-child {
  font-weight: 500;
  font-size: 15px;
  background-color: #efefef;
  vertical-align: middle;
}
.rega-info > span {
  width: 50%;
  padding: 12px 6px;
  display: inline-block;
  word-wrap: break-word;
  vertical-align: middle;
  height: 100%;
}

.custom-card .card-body.small-padding {
  padding: 20px 10px 0 !important;
}
.profile-page .rounded-circle label {
  margin: 0;
}

.ribbon3 {
  background-color: var(--main-color-one);
  padding: 15px 40px;
  position: absolute;
  text-align: center;
  text-align-last: center !important;
  display: inline-block;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: auto;
}

.ribbon3:before {
  border-color: transparent #081963 #081963 transparent;
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  border-style: solid;
  border-width: 5px;
}

.ribbon3.top1 {
  top: 30px;
  left: -10px;
}
.ribbon3.top2 {
  top: 100px;
  left: -10px;
}

.mobile-cover-wrapper {
  width: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mobile-cover-inner {
  width: 196px;
  object-fit: cover;
  height: 414px;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 0;
  border-radius: 20px;
}

.text-btn {
  border: none;
  outline: none;
  background: none;
  font-size: 13px;
  color: var(--main-color-one);
}
.main-header {
  background-color: #fff !important;
}
.subscriber-card {
  min-width: 320px;
  width: 320px;
  min-height: 300px;
  padding: 10px;
  direction: ltr;
  text-align: left;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
}
.subscriber-card ::-webkit-scrollbar {
  width: 5px;
}
.custom-ui::-webkit-scrollbar {
  width: 8px;
}
.subscriber-card ::-webkit-scrollbar-track,
.custom-ui::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

.subscriber-card ::-webkit-scrollbar-thumb,
.custom-ui::-webkit-scrollbar-thumb {
  background: #dcdcdc !important;
}

.subscriber-card ::-webkit-scrollbar-thumb:hover,
.custom-ui::-webkit-scrollbar-thumb:hover {
  background: #aaa !important;
}

.subscriber-card .circle-1 {
  height: 120px;
  width: 120px;
  opacity: 0.14;
  z-index: 1;
  background-color: var(--main-color-one);
  right: -10px;
  bottom: -50px;
  top: unset;
  left: unset;
}

.subscriber-card .circle-2 {
  width: 100px;
  height: 100px;
  z-index: 0;
  opacity: 0.2;
  background-color: var(--main-color-one);
  right: -30px;
  bottom: -2px;
  top: unset;
  left: unset;
}

.paper-table-cell {
  width: 25%;
  padding: 4px 10px;
  background: #eee !important;
  color: #000 !important;
}

.col-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.element-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #cecece;
  cursor: pointer;
  padding: 15px;
  width: 150px;
  height: 150px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s all ease;
}
.element-card:hover {
  border: 1px solid var(--main-color-one);
  background-color: var(--main-color-one);
}
.element-card span {
  font-weight: bold;
  font-size: 15px;
}

.element-card:hover span,
.element-card:hover svg {
  color: #fff;
}

.green-btn {
  background: green !important;
  border-color: green !important;
}

.share-news-btn {
  position: absolute;
  top: 20px;
  left: 20px;
}

.social-item .x-icon {
  fill: var(--main-color-one) !important;
}

.social-item:hover .x-icon {
  fill: #fff !important;
}

.uploaded-images-wrapper.blog .swiper-wrapper {
  height: 228px !important;
}

.MuiPopover-root li {
  justify-content: flex-end !important;
}
html[lang="en"] .MuiPopover-root li {
  justify-content: flex-start !important;
}

.custom-divider::before {
  width: 2% !important;
}
.custom-divider.with-top .MuiDivider-wrapper {
  position: relative;
  top: 10px;
}

.sort-btn {
  cursor: grab;
}
.sort-btn:focus,
.sort-btn:focus-within {
  cursor: grabbing;
}

.btns-wrapper li {
  direction: rtl;
}

.ck-editor__editable_inline {
  min-height: 250px;
}
.ck-powered-by,
.ck-font-family-dropdown,
.ck-file-dialog-button {
  display: none !important;
}

.ck,
.ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset_all {
  font-family: var(--body-font), "Amazon Ember" !important;
}

.pay-button {
  border-radius: 0 !important;
  justify-content: center !important;
}
.MuiBadge-colorPrimary {
  background-color: var(--main-color-one);
}

.contact-area label,
.contact-area .MuiSelect-select,
.contact-area .MuiOutlinedInput-root .MuiSvgIcon-root,
.contact-area input,
.contact-area textarea,
.callus-area label,
.callus-area .MuiSelect-select,
.callus-area .MuiOutlinedInput-root .MuiSvgIcon-root,
.callus-area input,
.callus-area textarea {
  color: var(--paragraph-color) !important;
}
.contact-area .MuiOutlinedInput-notchedOutline,
.callus-area .MuiOutlinedInput-notchedOutline {
  border-color: var(--paragraph-color) !important;
}
.contact-area .MuiInputBase-root:hover > .MuiOutlinedInput-notchedOutline,
.callus-area .MuiInputBase-root:hover > .MuiOutlinedInput-notchedOutline {
  border-color: var(--main-color-one) !important;
}
.contact-area .Mui-focused .MuiOutlinedInput-notchedOutline,
.callus-area .Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--main-color-one) !important;
}

.action-btn {
  border-radius: 6px !important;
  width: 40px;
  height: 39px;
  flex: 1;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owner-sidebar {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bordered-btn {
  border-color: var(--main-color-one) !important;
  border-radius: 6px !important;
}
.bordered-btn.filled {
  background: var(--main-color-one) !important;
  color: #fff !important;
}

.scroll-indicator {
  width: 60px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 60px;
  border: 2px solid var(--main-color-one);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 15px;
  background-color: #fff;
  z-index: 99999;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  transform: translateX(-50%);
}
.scroll-indicator::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid var(--main-color-one);
  border-bottom: 2px solid var(--main-color-one);
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-50%, 15px);
  }
  40% {
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-50%, 15px);
  }
  40% {
    transform: translate(-50%, 0);
  }
}

/* .gm-style-mtc-bbw .gm-style-mtc:first-of-type > button{
  border-radius: 0 10px 10px 0 !important;
}
.gm-style-mtc-bbw .gm-style-mtc:last-of-type > button{
  border-radius: 10px 0 0 10px !important;
}
.search-page-area .gm-style-mtc-bbw .gm-style-mtc:last-of-type > button{
  border-radius: 0 10px 10px 0 !important;
}
.search-page-area .gm-style-mtc-bbw .gm-style-mtc:first-of-type > button{
  border-radius: 10px 0 0 10px !important;
} */

.btn-green {
  background: #25d366 !important;
  border-color: #25d366 !important;
}

[dir="ltr"] .MuiMenu-list li {
  justify-content: flex-start !important;
}

.MuiSnackbarContent-message {
  text-align: right !important;
}

.btn-white-bg {
  background-color: #fff !important;
  border-color: #fff !important;
}

.text-info {
  color: #243ead !important;
}
.text-info path {
  fill: #243ead !important;
}

.text-grey {
  color: #555 !important;
}
.text-grey path {
  fill: #555 !important;
}
.text-danger {
  color: #d00404 !important;
}
.text-danger path {
  fill: #d00404 !important;
}
.text-success {
  color: #2aca3e !important;
}
.text-success path {
  fill: #2aca3e !important;
}

.text-warning {
  color: #ffc107 !important;
}
.text-warning path {
  fill: #ffc107 !important;
}

.text-warning:hover {
  color: #fff !important;
}
.text-warning:hover path {
  fill: #fff !important;
}

.btn-info-bg:hover {
  background-color: #243ead !important;
  border-color: #243ead !important;
}
.info-border {
  border-color: #243ead !important;
}

.btn-danger-bg:hover {
  background-color: #d00404 !important;
  border-color: #d00404 !important;
}
.btn-warning-bg:hover {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.btn-success-bg:hover {
  background-color: #098c01 !important;
  border-color: #098c01 !important;
}
.btn-info-bg:hover,
.btn-danger-bg:hover,
.btn-warning-bg:hover,
.btn-success-bg:hover {
  color: #fff !important;
}

.btn-info-bg:hover path,
.btn-danger-bg:hover path,
.btn-success-bg:hover path {
  fill: #fff !important;
}

html[lang="ar"] .filters-box {
  height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 5px;
}
html[lang="en"] .filters-box {
  padding-right: 5px;
  height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

.Mui-selected.MuiPaginationItem-page {
  background-color: var(--main-color-one);
}

.template-3__services-area .services-wrapper {
  margin-bottom: 50px;
}
.template-3__services-area .service-wrapper {
  flex-direction: column !important;
  width: 90%;
  padding: 20px !important;
  margin-bottom: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.template-3__services-area
  .services-wrapper
  .service-wrapper:nth-child(odd)
  .details,
.template-3__services-area.services-area-admin .service-wrapper.odd .details,
.template-3__services-area.services-area
  .services-wrapper
  .service-wrapper:nth-child(even)
  .details,
.template-3__services-area.services-area-admin .service-wrapper.even .details {
  padding: 0 !important;
}
.template-3__services-area .services-wrapper .service-wrapper .image {
  height: 200px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.template-3__services-area .services-wrapper .service-wrapper .details h4 {
  font-size: 18px !important;
}
.template-3__services-area .services-wrapper .service-wrapper .details p {
  font-size: 13px;
}

.template-3__footer-area .footer-bottom ul {
  align-items: flex-end !important;
}
.template-3__footer-area .footer-bottom p,
.template-3__footer-area .footer-bottom {
  color: #222 !important;
  opacity: 1 !important;
}

.template-3__about-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.template-3__about-wrapper .sec-desc {
  text-align: right;
}

.h-200 img {
  height: 200px !important;
}
/* End Template 3 --- Broker V2 */

.menu-item.btn:hover,
.menu-item.btn.active {
  color: var(--main-color-one) !important;
}
.primary-link {
  color: var(--main-color-one) !important;
  font-family: var(--body-font), "Amazon Ember";
}

.primary-link:hover svg {
  transition: 0.5s all ease-in-out;
  transform: rotate(-180deg) translateX(10px);
}

.custom-link {
  position: relative;
  margin-bottom: 20px;
}
.custom-link::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  width: 60px;
  height: 3px;
  background-color: var(--main-color-one);
}
html[lang="en"] .custom-link::after {
  right: unset;
  left: 0;
}

.loading-panel {
  width: 100vw;
  height: 100vh;
  display: flex;
}
.loading-panel .panel-menu {
  width: 280px;
  background-color: #fff;
}
.loading-panel .panel-main {
  background-color: #f2f5f5;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  gap: 50px;
}
.loading-panel .panel-header {
  height: 64px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
}
.loading-panel .panel-content {
  max-width: 1250px;
  width: 100%;
  flex: 1;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: auto;
  background-color: #fff;
}

.sub-header {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
.sub-header-des {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.main-sidebar {
  display: flex;
  flex-direction: column;
  width: 100vw;
  background-color: #fff;
  margin-top: 60px;
  padding: 0 20px;
}
.main-sidebar li {
  border-bottom: 1px solid #eee;
}
.main-sidebar .MuiAccordionSummary-root,
.main-sidebar .MuiAccordionDetails-root {
  padding: 0;
}
.main-sidebar .MuiAccordionSummary-root {
  height: 60px;
}
.main-sidebar .MuiMenuItem-root {
  min-height: 60px !important;
}
.main-sidebar .menu-item.btn {
  font-size: 18px;
  font-weight: 400;
}
.main-sidebar .menu-item .right {
  width: 27px;
}
.main-sidebar .menu-item .right svg {
  width: 27px !important;
  height: 27px !important;
}

.single-feature .thumb .swiper,
.single-leading-feature .thumb .swiper {
  height: 100%;
  z-index: 2;
}
.single-feature .thumb,
.single-feature .swiper-slide,
.single-leading-feature .thumb,
.single-leading-feature .swiper-slide {
  position: relative;
}
.single-feature .swiper-slide::after,
.single-leading-feature .swiper-slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.single-feature .thumb .swiper-pagination,
.single-leading-feature .thumb .swiper-pagination {
  position: absolute;
  bottom: 8px;
  /* display: flex; */
  left: 50%;
  transform: translateX(-50%);
  /* align-items: center; */
  /* justify-content: center; */
  /* overflow: hidden; */
  /* gap: 3px;  */
}
.single-feature .thumb .swiper-pagination .swiper-pagination-bullet,
.single-leading-feature .thumb .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.9;
  /* width: 10px;
  height: 10px; */
  border-radius: 100%;
  cursor: pointer;
  margin: 2px;
  padding: 3px !important;
}

.single-feature .thumb .swiper-pagination .swiper-pagination-bullet-active,
.single-feature .thumb .swiper-pagination .swiper-pagination-bullet:hover,
.single-leading-feature
  .thumb
  .swiper-pagination
  .swiper-pagination-bullet-active,
.single-leading-feature
  .thumb
  .swiper-pagination
  .swiper-pagination-bullet:hover {
  background: #fff;
}

.MuiPopover-root.MuiMenu-root .MuiList-root,
.MuiAutocomplete-listbox {
  max-height: 250px;
  overflow: auto !important;
  padding: 0 !important;
  direction: rtl !important;
}

html[lang="en"] .MuiPopover-root.MuiMenu-root .MuiList-root,
html[lang="en"] .MuiAutocomplete-listbox {
  direction: ltr !important;
}

.MuiPopover-root.MuiMenu-root .MuiList-root li.MuiListSubheader-root {
  background: #eee;
}
.MuiPopover-root.MuiMenu-root .MuiList-root li,
.MuiAutocomplete-listbox li {
  border-bottom: 1px solid #dedede;
  text-align: right !important;
  min-height: 40px !important;
  font-size: 14px;
}
html[lang="en"] .MuiPopover-root.MuiMenu-root .MuiList-root li,
html[lang="en"] .MuiAutocomplete-listbox li {
  text-align: left !important;
}
.MuiPopover-root.MuiMenu-root .MuiList-root::-webkit-scrollbar,
.MuiAutocomplete-listbox::-webkit-scrollbar {
  width: 7px;
  cursor: pointer;
}
.MuiPopover-root.MuiMenu-root .MuiList-root::-webkit-scrollbar-track,
.MuiAutocomplete-listbox::-webkit-scrollbar-track {
  background: rgb(138, 138, 138);
}
.MuiPopover-root.MuiMenu-root .MuiList-root::-webkit-scrollbar-thumb,
.MuiAutocomplete-listbox::-webkit-scrollbar-thumb {
  background: var(--main-color-one);
}
.MuiPopover-root.MuiMenu-root .MuiList-root::-webkit-scrollbar-thumb:hover,
.MuiAutocomplete-listbox::-webkit-scrollbar-thumb:hover {
  background: #ddd;
  cursor: pointer;
}
.price {
  text-align: right;
}

.video-item {
  height: 200px !important;
  border: 1px solid #ccc !important;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
  align-items: center;
}
.video-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.video-item img {
  z-index: -1;
}
.video-item .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  justify-content: center;
}
.video-item .youtube-icon svg {
  fill: var(--main-color-one);
  cursor: pointer;
}
.video-item .youtube-icon:hover {
  background-color: var(--main-color-one);
}
.video-item .youtube-icon:hover svg {
  fill: #fff;
}

.home-section {
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-content {
  width: 100%;
  position: relative;
  text-align: center;
  text-align-last: center !important;
}
.bg-shape-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.375%;
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--main-color-one) 0%,
    var(--main-color-two) 33%,
    var(--main-color-one) 67%,
    var(--main-color-one) 100%
  );
  opacity: 0.15;
}
html[lang="en"] .bg-shape-5 {
  left: unset;
  right: 0;
}
.bg-shape-6 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35%;
  padding-top: 35%;
  background: var(--main-color-one);
  border-radius: 100%;
  opacity: 0.15;
  transform: translate(90%, -50%) rotate(90deg);
}
html[lang="en"] .bg-shape-6 {
  right: unset;
  left: 0;
  transform: translate(-90%, -50%) rotate(90deg);
}
.section-title {
  font-size: 36px;
  font-weight: 500;
  color: var(--paragraph-color);
}
@media only screen and (max-width: 600px) {
  .bg-shape-6,
  .bg-shape-5 {
    display: none;
  }
  .composition img {
    height: auto !important;
    margin-top: 40px;
  }
  .section-title {
    font-size: 26px;
    text-align-last: center !important;
    text-align: center;
  }
  .composition-decoration-1,
  .composition-decoration-2 {
    display: none !important;
  }
}

.section-descr {
  color: var(--paragraph-color);
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
}

.composition {
  position: relative;
}
.composition img {
  width: 100%;
  height: 600px;
}
.composition-image {
  position: relative;
  overflow: hidden;
}

.composition-decoration-1 {
  position: absolute;
  top: 0.5%;
  left: 9%;
  width: 24%;
}
.composition-decoration-2 {
  position: absolute;
  bottom: 7%;
  right: 26%;
  width: 23%;
}

.pb-100 {
  padding-bottom: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.min-height-100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

@media (min-width: 1200px) {
  .ps-xl-3 {
    padding-right: 1rem !important;
  }
}

.youtube-icon {
  padding: 10px;
  border-radius: 100%;
  background-color: var(--main-color-one);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  animation: pulse-animation 2s infinite;
}
.youtube-icon svg {
  fill: #fff;
  width: 40px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.colored-bg {
  display: block;
  position: relative;
  width: fit-content;
}
.colored-bg:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: -1px;
  background: linear-gradient(
    180deg,
    transparent 70%,
    var(--main-color-one) 30%
  );
  opacity: 0.3;
}

.feature-card {
  text-align: center;
  text-align-last: center !important;
  padding: 0 15px;
}
.feature-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: var(--main-color-one);
  border-radius: 10px;
  padding: 3px 5px 5px;
}
.feature-card .title {
  color: var(--main-color-one);
  font-weight: 500;
  font-size: 24px;
  margin: 5px auto 8px;
}
.feature-card .title:not(.text-center),
.feature-card .description:not(.text-center) {
  text-align-last: right !important;
  text-align-last: right !important;
}
.feature-card .description {
  color: var(--paragraph-color);
  font-size: 15px;
  font-weight: 400;
}
html[lang="en"] .feature-card .title:not(.text-center),
html[lang="en"] .feature-card .description:not(.text-center) {
  text-align-last: left !important;
}

.section-prelabel {
  background-color: var(--main-color-one);
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  width: fit-content;
  margin: 0 auto 5px;
  font-size: 13px;
}

.blue-background {
  background-color: #eaf2fc;
}
.section {
  width: 100% !important;
  padding: 60px 0;
  margin: 0 auto;
}

.projects-section .feature-card {
  text-align: right;
  direction: rtl;
}
.projects-section .feature-card .icon {
  margin: 0;
}
.pricing-card-feature {
  display: flex;
  /* align-items: center; */
  gap: 5px;
  font-size: 13px;
}
.pricing-card-feature .icon {
  line-height: 1;
}
.pricing-card-feature .icon svg {
  width: 18px;
  height: 18px;
}
.pricing-card:hover {
  cursor: auto;
}

.small-raduis {
  border-radius: 8px !important;
}
.blue-background .add-ad-banner .right-section .btn {
  display: flex !important;
}
.icon.blue path {
  fill: var(--main-color-one);
}

.badge {
  padding: 6px 8px;
  color: #fff !important;
}
.badge.success {
  background-color: rgba(33, 193, 11, 0.6);
}
.badge.success-outlined {
  color: rgba(35, 168, 18, 0.8) !important;
  border: 1px solid rgba(35, 168, 18, 0.8);
  height: 24px;
}

.badge.danger {
  background-color: rgba(227, 54, 42, 0.6);
}
.badge.warning {
  background-color: rgba(227, 162, 42, 0.7);
  font-size: 11px;
}

.property-location .media {
  flex: auto;
}

.map-container.with-radius > div > div {
  border-radius: 12px;
}

.featured-ribbon {
  position: absolute;
  color: #fff;
  inset: 10px calc(-1 * 10px) auto auto;
  padding: 0 10px 10px calc(10px + 15px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    calc(100% - 10px) calc(100% - 10px),
    0 calc(100% - 10px),
    15px calc(50% - 10px / 2)
  );
  font-size: 14px;
  background: rgb(222, 164, 87);
  background: radial-gradient(
    circle,
    rgba(246, 210, 106, 1) 0%,
    rgba(222, 164, 87, 1) 100%
  );
  box-shadow: 0 calc(-1 * 10px) 0 inset #0005;
  z-index: 9;
  font-weight: 600;
}
.featured-ribbon.edit {
  top: -28px;
  right: -18px;
}
html[lang="en"] .featured-ribbon {
  inset: 10px auto auto calc(-1 * 10px);
  transform: rotateY(180deg);
}
html[lang="en"] .featured-ribbon.edit {
  right: unset;
  left: -18px;
  transform: rotateY(180deg);
}
html[lang="en"] .featured-ribbon span {
  transform: rotateY(180deg);
  display: block;
}

.single-feature .btns-wrapper .btn:first-child {
  border-bottom-right-radius: 10px;
}
.single-feature .btns-wrapper .btn:last-child {
  border-bottom-left-radius: 10px;
}

.image-gallery-thumbnail-inner {
  position: relative;
}
.video .image-gallery-thumbnail-inner::before {
  content: url(/assets/img/play-button.png);
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
}

.domain-page input::placeholder,
.domain-page input::-ms-input-placeholder,
.domain-page input:-ms-input-placeholder {
  text-align: left !important;
  direction: ltr;
}

.min-height-700 {
  min-height: 700px;
}
@media only screen and (max-width: 992px) {
  .min-height-700 {
    min-height: auto;
  }
}
.regions-banner {
  position: relative;
}
.regions-banner img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.regions-banner .banner-content {
  position: absolute;
  z-index: 22;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.regions-banner .banner-content h3 {
  color: #fff;
  user-select: none;
}
.regions-banner .banner-content p {
  color: #efefef;
  user-select: none;
}
.regions-banner .swiper-slide:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 3%,
    transparent,
    transparent
  );
  z-index: 3;
}

.road-map-main {
  margin: 50px 0;
}
.road-map-main .road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 175px;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper {
    margin-bottom: 25px;
    height: auto;
    display: block;
  }
}
.road-map-main .road-map-wrapper::before {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper .road-map-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #dfe3f3;
  border-right-color: #dfe3f3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .road-map-main .road-map-wrapper .road-map-circle {
    position: unset;
    border: 25px solid #dfe3f3;
  }
}
.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: 0px 0px 10px 5px #00000021;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.road-map-main .road-map-wrapper .road-map-card {
  width: 35%;
  padding: 20px 20px;
  z-index: 2;
  position: absolute;
  text-align: right;
  right: 0;
  border-radius: 5px;
  direction: rtl;
}
.road-map-main .road-map-wrapper .road-map-card::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    var(--main-color-one) 0%,
    var(--main-color-two) 33%,
    var(--main-color-one) 67%,
    var(--main-color-one) 100%
  );
  opacity: 0.15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.road-map-main .road-map-wrapper .road-map-card::before {
  content: "";
  width: 25%;
  height: 20px;
  background: #dfe3f3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23%;
  z-index: -1;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper .road-map-card {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
  .road-map-main .road-map-wrapper .road-map-card::before {
    content: "";
    width: 20px;
    height: 30%;
    top: -25% !important;
    transform: translateX(-50%);
    left: 50% !important;
    right: unset !important;
  }
}
@media (max-width: 425px) {
  .road-map-main .road-map-wrapper .road-map-card {
    top: 45%;
  }
}
.road-map-main .road-map-wrapper .road-map-card .card-head {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
  color: var(--main-color-one);
}
.road-map-main .road-map-wrapper .road-map-card .card-text {
  color: #333;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .road-map-main .road-map-wrapper .road-map-card .card-text {
    -webkit-line-clamp: 4;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
  border-bottom-color: #dfe3f3;
  border-left-color: #dfe3f3;
  border-top-color: transparent;
  border-right-color: transparent;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-color: #dfe3f3;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
  left: 0;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  right: -23%;
  left: unset;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    content: "";
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 425px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    top: 45%;
  }
}
.statistics .MuiCircularProgress-circleDeterminate {
  fill: #efefef;
}

.custom-drawer {
  width: 340px;
}
.custom-drawer .pay-button {
  width: 340px;
}

@media (max-width: 600px) {
  .custom-drawer {
    width: 100vw;
  }
  .custom-drawer .pay-button {
    width: 100vw;
  }
}
.menu-item.btn.text-danger *,
.menu-item.btn.text-danger:hover *,
.menu-item.btn.text-danger.active * {
  color: #d00404 !important;
  stroke: #d00404 !important;
}

.add-new-property-area.dark {
  min-height: 100vh !important;
}
.page-width.dark,
.add-new-property-area.dark,
.custom-dialog.dark .MuiDialog-paper,
.page-top-wrapper.dark {
  background: #000 !important;
  --paragraph-color: #aaa;
  --heading-color: #fff;
}
.page-width.dark .custom-card,
.page-width.dark .blue-background,
.custom-dialog.dark,
.page-width.dark .pricing-card,
.custom-dialog.dark .pricing-card {
  background: #1e1e1e !important;
}
.page-width.dark .pricing-card span,
.page-width.dark .pricing-card p,
.custom-dialog.dark .pricing-card span,
.custom-dialog.dark .pricing-card p {
  color: #eee;
}
.popover.dark textarea,
.popover.dark fieldset,
.custom-drawer.dark fieldset,
.popover.dark label,
.custom-drawer.dark label,
.popover.dark .MuiInputBase-input,
.custom-drawer.dark .MuiInputBase-input {
  color: #fff !important;
}
.custom-drawer.dark fieldset,
.custom-drawer.dark fieldset:hover {
  border-color: #ccc;
}
.deal-cards {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 15px 2px;
}
.deal-cards::-webkit-scrollbar,
.deal-card .MuiCardContent-root::-webkit-scrollbar {
  width: 10px !important;
  height: 8px;
  display: block !important;
}

.deal-cards::-webkit-scrollbar-track,
.deal-card .MuiCardContent-root::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

.deal-cards::-webkit-scrollbar-thumb,
.deal-card .MuiCardContent-root::-webkit-scrollbar-thumb {
  background: #dcdcdc !important;
}

.deal-cards::-webkit-scrollbar-thumb:hover,
.deal-card .MuiCardContent-root::-webkit-scrollbar-thumb:hover {
  background: #aaa !important;
}

.deal-card {
  min-width: 246px;
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px !important;
}
.deal-card .MuiCardContent-root {
  height: 100%;
  width: 100%;
  /* min-height: 300px; */
  background: #f6f6f6;
  overflow-y: auto;
  padding-bottom: 12px !important;
}

.deals-col > div {
  width: 100%;
}

.deal-inner-card {
  border-radius: 10px !important;
  /* height: 150px !important; */
  width: 100%;
}
.deal-inner-card .MuiCardContent-root {
  /* height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important; */
  background: #fff;
}
.deal-inner-card .MuiCardHeader-title {
  font-size: 16px;
  font-weight: 500;
}
.deal-inner-card .MuiCardHeader-subheader {
  font-size: 14px;
  white-space: pre-line;
}
.gm-style-iw-chr {
  display: none !important;
}

.custom-drawer.dark,
.custom-drawer.dark .MuiPaper-root {
  background: #1e1e1e;
}
.custom-drawer.dark h5 {
  color: #fff !important;
}
.custom-drawer.dark .coupon-box span,
.custom-drawer.dark .coupon-box p {
  color: #ddd !important;
}
.react-confirm-alert-overlay.dark {
  background: rgba(0, 0, 0, 0.7) !important;
}
.custom-ui.dark {
  color: #fff !important;
  background-color: #1e1e1e !important;
}
.custom-ui.dark h3,
.custom-ui.dark h5 {
  color: #fff !important;
}

@media (max-width: 600px) {
  .deal-card {
    min-width: 220px;
  }
}

.single-feature .thumb .default-img {
  object-fit: contain !important;
  background-color: #d8d8d8;
}

.radius-16 {
  border-radius: 16px !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.MuiPickersLayout-root {
  direction: rtl !important;
}
.MuiPickersArrowSwitcher-root,
.MuiPickersCalendarHeader-root {
  direction: ltr !important;
}

.MuiPickersLayout-root {
  display: flex !important;
  flex-direction: column !important;
}
.property-card {
  overflow: visible !important;
}
.property-card .thumb {
  height: 210px !important;
  width: 100%;
}
.property-card .thumb img {
  height: 100%;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.property-card .thumb .default-img {
  object-fit: contain !important;
  background-color: #d8d8d8;
}
.property-card .MuiCardHeader-action,
.property-card .MuiCardHeader-root {
  width: 100% !important;
}

.property-card .swiper {
  height: 100%;
}
.property-card .thumb .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.9;
  /* width: 10px;
  height: 10px; */
  border-radius: 100%;
  cursor: pointer;
  margin: 2px;
  padding: 3px !important;
}

.property-card .thumb .swiper-pagination .swiper-pagination-bullet-active,
.property-card .thumb .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
.property-card .thumb .swiper-pagination {
  position: absolute;
  bottom: 8px;
  /* display: flex; */
  left: 50%;
  transform: translateX(-50%);
  /* align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 3px; */
}
.property-card .featured-ribbon.edit {
  top: -37px;
  right: -26px;
}

@media (min-width: 600px) {
  .custom-grid-item {
    max-width: 50% !important;
  }
  /* .deal-card .MuiCardContent-root{
    max-height: 350px;
  } */
}
@media (min-width: 900px) {
  .custom-grid-item {
    max-width: 33.33% !important;
  }
  /* .deal-card .MuiCardContent-root{
    max-height: 350px;
  } */
}
@media (min-width: 1200px) {
  .custom-grid-item {
    max-width: 25% !important;
  }
  /* .deal-card .MuiCardContent-root{
    max-height: 350px;
  } */
}
@media (min-width: 1536px) {
  .custom-grid-item {
    max-width: 20% !important;
  }
  /* .deal-card .MuiCardContent-root{
    max-height: 100%;
  } */
}

.one-line-desc {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  text-align: right;
  direction: rtl;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.custom-list-item {
  padding-block: 0 !important;
}
.custom-list-item .MuiListItemButton-root {
  border-bottom: 1px solid #ccc;
}

html[lang="en"] * {
  direction: ltr !important;
}

.MuiPopover-root li.country-code {
  justify-content: flex-start !important;
  text-align: left !important;
}
.country-code img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.comment-wrapper {
  border-radius: 12px;
  background: #f6f6f6;
  padding: 10px;
  min-width: 220px;
  width: 350px;
}
.comment-box {
  width: 405px;
}
@media only screen and (max-width: 600px) {
  .comment-wrapper,
  .comment-box {
    width: 100%;
  }
  .CookieConsent {
    bottom: 112px !important;
    padding: 0;
    align-items: center !important;
  }
  .CookieConsent button {
    margin: 0 15px 10px !important;
  }
  .cookie-wrapper {
    font-size: 13px;
  }
}
.swal2-title,
.swal2-html-container {
  text-align: center !important;
  text-align-last: center !important;
}

.text-start {
  text-align: left !important;
  text-align-last: left !important;
}

.text-end {
  text-align: right !important;
  text-align-last: right !important;
}

@media (min-width: 576px) {
  .text-sm-start {
    text-align: left !important;
    text-align-last: left !important;
  }
  .text-sm-end {
    text-align: right !important;
    text-align-last: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
    text-align-last: left !important;
  }
  .text-md-end {
    text-align: right !important;
    text-align-last: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
    text-align: right !important;
    text-align-last: right !important;
  }
  .text-lg-start {
    text-align: left !important;
    text-align-last: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
    text-align-last: left !important;
  }
  .text-xl-end {
    text-align: right !important;
    text-align-last: right !important;
  }
}

html[lang="ar"] .text-start {
  text-align: right !important;
  text-align-last: right !important;
}

html[lang="ar"] .text-end {
  text-align: left !important;
  text-align-last: left !important;
}

@media (min-width: 576px) {
  html[lang="ar"] .text-sm-start {
    text-align: right !important;
    text-align-last: right !important;
  }
  html[lang="ar"] .text-sm-end {
    text-align: left !important;
    text-align-last: left !important;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .text-md-start {
    text-align: right !important;
    text-align-last: right !important;
  }
  html[lang="ar"] .text-md-end {
    text-align: left !important;
    text-align-last: left !important;
  }
}

@media (min-width: 992px) {
  html[lang="ar"] .text-lg-end {
    text-align: left !important;
    text-align-last: left !important;
  }
  html[lang="ar"] .text-lg-start {
    text-align: right !important;
    text-align-last: right !important;
  }
}

@media (min-width: 1200px) {
  html[lang="ar"] .text-xl-start {
    text-align: right !important;
    text-align-last: right !important;
  }
  html[lang="ar"] .text-xl-end {
    text-align: left !important;
    text-align-last: left !important;
  }
}

html[lang="ar"] .phone-wrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.MuiAlert-message {
  padding-inline-end: 10px !important;
}
.swiper-pagination {
  text-align: center !important;
}
html[lang="en"] .MuiAutocomplete-inputRoot .MuiOutlinedInput-root {
  padding-left: 0 !important;
  padding-right: 65px !important;
}
html[lang="en"] .MuiAutocomplete-inputRoot {
  padding-left: 56px !important;
  padding-right: 0 !important;
}

html[lang="en"] .profile-menu-items li {
  direction: rtl !important;
}

html[lang="ar"] .MuiInputBase-root .MuiSelect-iconOutlined {
  right: unset !important;
  left: 7px !important;
}
html[lang="ar"] .MuiSelect-outlined,
.sortDDL .MuiSelect-select {
  padding: 8.5px 14px !important;
}

.advanced-search-btn a {
  flex-direction: row-reverse;
}
.advanced-search-btn svg {
  margin-inline-start: 5px;
}

.loading-fav {
  -webkit-animation: loading-fav-animation 300ms ease-in infinite !important;
  animation: loading-fav-animation 300ms ease-in infinite !important;
  fill: #e72b07 !important;
}

@keyframes loading-fav-animation {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* .MuiPaginationItem-previousNext{
  transform: rotateX(180deg) !important;
} */

.image-gallery-thumbnails-container {
  direction: ltr !important;
}

.base-tag {
  padding: 10px 30px;
  border-radius: 12px;
  border: 5px double var(--main-color-one);
  font-size: 35px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 60vh;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-wrap .item span,
.custom-dialog.gallery .swiper-slide span {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.custom-dialog.gallery .swiper-slide span {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-wrap .item.hovered:not(.last) {
  flex: 8;
}
.gallery-wrap .item:not(.hovered),
.gallery-wrap .item.last {
  filter: grayscale(1);
}

.custom-dialog.gallery .MuiPaper-root {
  min-width: 98%;
  min-height: 98%;
  background-color: #ddd;
}

.custom-dialog.gallery .swiper-button-next::after,
.custom-dialog.gallery .swiper-button-prev::after {
  display: none;
}

.custom-dialog.gallery .swiper-button-next,
.custom-dialog.gallery .swiper-button-prev,
.close-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  border-radius: 8px;
}

.custom-dialog.gallery .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.9;
  border-radius: 3px;
  cursor: pointer;
  margin: 2px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 6px !important;
}

.custom-dialog.gallery .swiper-pagination .swiper-pagination-bullet-active,
.custom-dialog.gallery .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}

.swiper-button-next {
  right: auto !important;
  left: 10px !important;
}
.swiper-button-prev {
  right: 10px !important;
  left: auto !important;
}

.custom-dialog.gallery .swiper-slide {
  text-align: center;
  vertical-align: middle;
  height: 100%;
  background-color: #ddd;
  transition-duration: 0.2s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  max-height: 100%;
}
.custom-dialog.gallery .swiper-wrapper {
  height: 100%;
}
.custom-dialog.gallery .swiper-slide:not(.swiper-slide-active) img {
  display: none;
}

.close-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .property-v2 .property-details-slider-info h3,
  .property-v3 .property-details-slider-info h3 {
    font-size: 18px;
  }
  .flex-full {
    width: 100%;
  }
  .gallery-wrap {
    height: 51vh;
  }
}

.gradient-title {
  background-image: linear-gradient(to top, #333, var(--main-color-one));
  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
  width: fit-content;
}

.property-v3 .owner-sidebar {
  box-shadow: none;
}

.property-v3
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon {
  border: 1px solid #aaa;
  background: linear-gradient(to top, #333, var(--main-color-one));
}
.property-v3
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon
  svg,
.property-v3
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon
  svg
  path {
  fill: #fff;
}

.property-v3
  .property-details-slider-info
  .property-inner-details
  .property-rent-options
  > div
  p {
  color: var(--paragraph-color);
}

.no-border-radius {
  border-radius: 4px !important;
}

.desc-table tr:nth-child(even) {
  background-color: #eee;
}

.desc-table td {
  padding: 6px;
}
.desc-table td:first-child {
  font-weight: 500;
}
.desc-table td:last-child {
  font-weight: 300;
}
/* .desc-table td:first-child{
  border-left: 1px solid #ccc;
} */
.desc-table tr {
  border-bottom: 1px solid #ccc;
}

h4.gradient-title {
  border-bottom: 3px solid #333;
  padding-bottom: 2px;
}

.property-v3
  .property-details-slider-info
  .property-inner-details
  > div:not(.MuiAlert-root) {
  border: 0;
  margin-top: 0;
}

.bottom-navigation {
  position: fixed;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 88%;
  margin-inline: auto;
  box-shadow: 0 2px 16px hsla(228, 95%, 4%, 0.1);
  padding: 0;
  border-radius: 12px;
  z-index: 999999;
}

.bottom-navigation .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding: 8px 10px;
}

.bottom-navigation .link {
  color: #212121 !important;
  font-size: 14px;
  transition: color 0.4s;
  text-decoration: none;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 73px;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}
.bottom-navigation .link svg {
  max-width: 25px;
  height: auto;
}

.bottom-navigation .link:hover {
  color: var(--main-color-one) !important;
}
.bottom-navigation .link span:last-child {
  text-align: center !important;
  display: inline-block;
  /* min-height: 40px; */
}

.bottom-navigation .expand {
  border: none;
  outline: none;
  background-color: var(--first-color);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bottom-navigation .expand-icon {
  display: inline-block;
  height: 24px;
  transition: transform 0.4s;
}

.bottom-navigation .expand-list {
  position: absolute;
  top: -5rem;
  left: 0;
  list-style: none;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 16px hsla(228, 95%, 4%, 0.1);
  width: max-content;
  margin-inline: auto;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  column-gap: 1rem;
  z-index: -1;
  overflow: hidden;
  transform: translateY(5rem) scale(0);
  transition: transform 0.5s cubic-bezier(0.5, 1.8, 0.4, 0.8);
}

.bottom-navigation .expand-list li {
  transform: translateY(-3rem);
  transition: transform 0.4s;
}

.bottom-navigation .expand-list li:nth-child(1) {
  transition-delay: 0.2s;
}

.bottom-navigation .expand-list li:nth-child(2) {
  transition-delay: 0.3s;
}

.bottom-navigation .expand-list li:nth-child(3) {
  transition-delay: 0.4s;
}

.bottom-navigation .expand-link {
  color: #212121;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
  align-items: center;
  min-height: 73px;
  transition: color 0.4s;
  justify-content: space-between;
}

.bottom-navigation .expand-link svg {
  max-height: 22px;
}

.show-list,
.show-list li {
  transform: translateY(0) !important;
}

.show-list {
  z-index: 99 !important;
  right: 0 !important;
}

html[lang="en"] .show-list {
  left: 7px !important;
  right: unset !important;
}

.rotate-icon {
  transform: rotate(135deg);
}

.active-link::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one) !important;
  opacity: 0.3;
  border-radius: 10px;
}

@media screen and (min-width: 450px) {
  .bottom-navigation {
    width: 350px;
  }
}

.breadcrumb-area.mobile {
  height: 175px !important;
}

.small-raduis {
  border-radius: 10px !important;
}

.main-sidebar .MuiMenuItem-root.main-li {
  min-height: 140px !important;
}

.sticky-btn {
  min-height: 54px !important;
  min-width: 185px !important;
  display: flex;
  justify-content: center;
  position: fixed;
  margin: auto;
  bottom: 30px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  white-space: normal;
  line-height: 2;
  animation: pulse-animation 2s infinite;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pulse-btn {
  animation: pulse-animation 2s infinite;
  background: rgb(53, 84, 215);
  background: linear-gradient(
    180deg,
    rgba(53, 84, 215, 1) 0%,
    rgba(36, 62, 173, 1) 89%,
    rgba(48, 82, 226, 1) 100%
  ) !important;
}

@media only screen and (max-width: 767px) {
  .sticky-btn {
    bottom: 27%;
  }
}

.model-data-popup {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.model-data-popup .model-info .box .info span,
.model-data-popup .model-info .box .info h5 {
  color: #fff;
}

.model-data-popup .model-info .box .icon svg {
  width: 35px;
  height: 35px;
}

.pie {
  position: relative;
  direction: ltr !important;
}
.pie svg,
.pie svg * {
  direction: ltr !important;
}

.templates-wrapper {
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.templates-wrapper .template {
  position: relative;
  height: 378px;
  cursor: pointer;
  border-radius: 12px;
  border: 2px solid #eeeff2;
  overflow: hidden;
  text-align: right;
  width: 318px;
  background-color: rgba(0, 0, 0, 0.3);
}
.templates-wrapper .template.selected {
  border: 2px solid var(--main-color-one);
}
.templates-wrapper .template .primary-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.templates-wrapper .template label {
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.templates-wrapper .template img {
  width: 100%;
  object-position: 0;
}
.template-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.templates-wrapper .template-wrapper .template-name {
  font-size: 16px;
  font-weight: 600;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.image-selectors-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  padding: 16px 0 40px;
  border-bottom: 1px solid #cdd0d9;
  margin-bottom: 40px;
}
.image-selector {
  height: 120px;
  width: 120px;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 8px;
  position: relative;
}
.image-selector.selected {
  border: 2px solid var(--main-color-one);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}
.image-selector label {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-selector label img {
  cursor: pointer;
  transition: transform 1s;
  object-fit: contain;
}
.image-selector:not(.selected) .imgbgchk + label > .tick_container {
  opacity: 0;
}
.image-selector:not(.selected) .imgbgchk + label > img {
  opacity: 1;
}

.slider-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  animation: slide 9s infinite;
}

.slide {
  width: 100%;
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(0);
  }
  38% {
    transform: translateX(100%);
  }
  71% {
    transform: translateX(100%);
  }
  76% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(200%);
  }
}

.property-card .featured-ribbon.edit.project {
  top: -16px;
  background: var(--main-color-one);
}

.project-details-page .project-section .logo {
  /* position: relative !important; */
  max-width: 220px !important;
  /* right: 50% !important; */
  /* left: 50% !important; */
  /* transform: translateX(50%); */
}
/* html[lang="en"] .project-details-page .project-section .logo {
  right: unset !important;
  left: 50% !important;
  transform: translateX(-50%);
} */
.project-details-page .project-section .flex-wrapper .project-name {
  font-size: 36px !important;
}
.project-details-page .project-section .flex-wrapper .project-desc {
  font-size: 15px !important;
  padding: 0px !important;
}

.project-details-page .project-section .project-features-wrapper h4 {
  font-size: 26px !important;
}

.project-details-page .project-section .project-features {
  gap: 20px !important;
}

.project-details-page .project-section .project-feature span:last-child {
  font-size: 20px !important;
}

@media only screen and (max-width: 991px) {
  .project-details-page .project-section .section-2 {
    flex-direction: column-reverse;
  }
  .project-details-page .project-section .section .image-part {
    margin-bottom: 40px;
  }
  .project-details-page .project-section .section p {
    text-align: right !important;
  }
}

@media only screen and (max-width: 575px) {
  .project-details-page .project-section .project-features {
    flex-direction: column !important;
  }

  .agents-wrapper {
    width: calc(100% - (var(--px-meduim) / 2));
  }
}

.project-details-page {
  position: relative;
  max-width: 135rem;
  /* 2048px; */
  margin: auto;
  width: 100%;
}

.project-details-page .white-btn {
  left: 0;
  top: -48px;
  position: absolute;
}
.project-details-page .white-btn:hover {
  opacity: 0.9;
}

.project-details-page .project-section {
  padding: 70px 0;
  position: relative;
}

.project-details-page .project-section:nth-child(even) {
  background: var(--main-color-two);
}
.project-details-page .project-section:nth-child(odd),
.project-details-page.admin .project-section:nth-child(even) {
  background: #fff !important;
}
/* .project-details-page .project-section .logo {
  position: absolute;
  right: 3rem;
  max-width: 150px;
  top: 1%;
  margin-bottom: 10px;
} */
@media only screen and (max-width: 767px) {
  /* .project-details-page .project-section .logo {
    right: 3rem;
  } */

  .project-details-page .project-gallery .swiper,
  .project-details-page .project-gallery .swiper-wrapper {
    width: 100%;
    height: 375px !important;
  }
}

.project-details-page .project-section .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.project-details-page .project-section .flex-wrapper .project-name {
  font-size: 48px;
  font-weight: 700;
  color: var(--heading-color);
  text-align: center;
}
.project-details-page .project-section .flex-wrapper .project-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraph-color);
  text-align: center;
  padding: 0 7.5rem;
  text-align-last: center !important;
}

.project-details-page .project-section .flex-wrapper .project-status {
  font-size: 32px;
  font-weight: 400;
  margin-top: 20px;
  color: var(--paragraph-color);
}

.project-details-page .project-section .project-features-wrapper {
  margin-top: 20px;
  text-align: center;
}

.project-details-page .project-section .project-features-wrapper h4 {
  font-size: 32px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.project-details-page .project-section .project-features {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 80px;
}

.project-details-page .project-section .project-feature span {
  display: block;
  color: var(--paragraph-color);
  font-weight: 400;
}
.project-details-page .project-section .project-feature span:first-child {
  font-size: 16px;
}
.project-details-page .project-section .project-feature span:last-child {
  font-size: 32px;
}
.project-details-page .project-gallery .swiper-wrapper {
  align-items: center;
}
.project-details-page .project-gallery .swiper,
.project-details-page .project-gallery .swiper-wrapper {
  width: 100%;
  height: 78vh;
}

.project-details-page .project-gallery .swiper-wrapper img {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.project-details-page .project-gallery .swiper-pagination {
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  z-index: 8;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.project-details-page
  .project-gallery
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #d9d9d9;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0;
}
.project-details-page
  .project-gallery
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: var(--main-color-two);
}

.project-details-page .project-gallery .swiper-button-next,
.project-details-page .project-gallery .swiper-button-prev {
  z-index: 22;
  display: flex;
  cursor: pointer;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 45%;
  left: 0.5rem;
  border-radius: 100%;
  background: rgba(74, 74, 74, 0.5);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
}

.project-details-page .project-gallery .swiper-button-next {
  right: 0.5rem;
  left: unset;
}
.project-details-page .project-gallery .swiper-button-next::after,
.project-details-page .project-gallery .swiper-button-prev::after {
  display: none;
}
.project-details-page .project-gallery .swiper-button-next svg,
.project-details-page .project-gallery .swiper-button-prev svg {
  fill: #fff;
  width: 35px;
  height: 35px;
}

.project-details-page.admin .project-section .flex-wrapper .project-desc,
.project-details-page.admin .project-section .flex-wrapper .project-status,
.project-details-page.admin .project-section .project-feature span,
.project-details-page.admin .project-location p,
.project-details-page.admin .project-section .section p {
  color: black !important;
}
.project-details-page .project-location p {
  font-size: 16px;
  color: var(--paragraph-color);
}
.project-details-page .project-location .container-v2 > div {
  position: relative !important;
  margin-top: 20px;
}
.project-details-page .project-section .section {
  justify-content: space-between;
  margin: 0;
}
.project-details-page .project-section .section h4 {
  font-size: 24px;
  color: var(--heading-color);
  font-weight: 600;
}
.project-details-page .project-section .section p {
  font-size: 16px;
  color: var(--paragraph-color);
  font-weight: 400;
  text-align: justify;
  direction: rtl;
}
.project-details-page .project-section .section-1 {
  margin-bottom: 120px;
}
.project-details-page .project-section .section-2 {
  margin-bottom: 20px;
}
.project-details-page .project-section .section .image-part {
  min-height: 350px;
  position: relative;
}
.project-details-page .project-section.models-section h3,
.project-details-page .project-section.project-location > h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--heading-color);
}

.project-details-page .project-section .models-slider .image {
  /* height: 100%; */
  position: relative;
  height: 400px;
}
.project-details-page .project-section .models-slider .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.project-details-page .project-section .models-slider .image .zoom-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.project-details-page .project-section .models-slider .image .zoom-icon:hover {
  background-color: #efefef;
}
.model-info {
  color: rgba(0, 0, 0, 0.8);
}
.model-info .box {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  padding: 0;
}
.model-info .box .icon {
  background: rgba(98, 57, 127, 0.08);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model-info .box .icon svg {
  width: 25px;
  height: 25px;
  fill: var(--main-color-one);
}
.model-info .box .icon svg .p {
  stroke: var(--main-color-one);
}
.model-info .box .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-inline-start: 10px;
}
.model-info .box .info h5 {
  margin: 0;
  color: var(--paragraph-color);
  font-size: 13px;
  font-weight: 600;
  white-space: normal;
}
.model-info .box .info span {
  color: var(--paragraph-color);
  font-size: 13px;
}
.model-info .box .info a span {
  color: var(--main-color-one) !important;
  text-decoration: underline;
  white-space: nowrap;
}
.model-info .box .info a {
  font-size: 14px;
}

@media only screen and (max-width: 1100px) {
  .project-details-page.admin .project-section .logo {
    position: relative;
    right: 50% !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .custom-card.menus .card-body,
  .custom-card.menus .card-body .menus-form-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .custom-card.menus .card-body .menus-form-group .MuiFormControlLabel-root {
    border: 0;
  }
}
.project-details-page.admin {
  direction: ltr;
}

.add-team-container .del-icon svg path {
  fill: #fff !important;
}

.add-team-container .del-icon {
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #d00404;
}

.notification {
  cursor: pointer;
  transition: 0.3s all;
}
.notification:hover,
.notification.new {
  background-color: #f0f0f0;
}

.breadcrumb-area-slider-title,
.breadcrumb-inner .page-title {
  padding: 0 calc(var(--px-meduim) / 2) !important;
  margin: auto;
}

html[lang="ar"] .MuiChip-root .MuiChip-deleteIcon {
  margin-right: -4px !important;
  margin-left: 4px !important;
}

.amakkn-captcha {
  display: flex;
  flex-direction: column;
  width: 99%;
  max-width: 255px;
  background-color: transparent !important;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #ecf1f5;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.amakkn-captcha-row {
  display: flex;
  align-items: stretch;
  margin: 0 0 10px 0;
}

.amakkn-captcha-column-button {
  display: flex;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 10px;
}

.amakkn-captcha-canvas {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 10px;
}

.amakkn-captcha-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  background: transparent !important;
  color: inherit;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 25px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}

.amakkn-captcha-button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.amakkn-captcha-input {
  border: none;
  padding: 10px 6px !important;
  font-size: inherit;
  font-family: inherit;
  border-style: solid !important;
  border-width: 1px !important;
  overflow: hidden;
  min-width: 0%;
  border-radius: 6px;
  border-color: rgba(0, 0, 0, 0.23) !important;
}

.stacked-card {
  width: 100%;
  min-height: calc(100vh - 100px);
  margin-bottom: 20px;
  position: sticky;
  overflow-y: auto;
  top: 0;
  border-radius: 20px;
}

.stacked-card:nth-child(odd) {
  background: rgb(108, 101, 68);
  background: linear-gradient(
    150deg,
    rgba(108, 101, 68, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.stacked-card:nth-child(even) {
  background: rgb(108, 101, 68);
  background: linear-gradient(
    -150deg,
    rgba(108, 101, 68, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.stacked-card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
}

.stacked-card .property-inner-details > div:not(.MuiAlert-root) {
  border: 0 !important;
  padding-top: 0 !important;
}

.stacked-card .image-gallery-icon.image-gallery-left-nav,
.stacked-card .image-gallery-icon.image-gallery-right-nav {
  top: 50% !important;
}

.stacked-card .image-gallery-slides {
  height: calc(100vh - 100px) !important;
}

.stacked-card .image-gallery-icon.image-gallery-left-nav {
  left: 0.5rem !important;
}

.stacked-card .image-gallery-icon.image-gallery-right-nav {
  right: 0.5rem !important;
}

.stacked-card .image-gallery-thumbnails-wrapper {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.stacked-card .qr {
  position: absolute;
  bottom: 2.5rem;
  left: 1.5rem;
}

.stacked-card .image-gallery-thumbnails .image-gallery-thumbnail {
  width: 7rem !important;
  height: 5rem !important;
}

.stacked-card .image-gallery-content.fullscreen .image-gallery-slides {
  height: 96vh !important;
}

.property-details-area.vip .property-details-slider-info .second-row > div h4,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  > div
  h4,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .info
  h5,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-amenities
  .property-amenity,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .additional-info
  .info
  .question
  h5 {
  color: #fff !important;
}

.property-details-area.vip .property-details-slider-info .property-sub-header p,
.property-details-area.vip .property-details-slider-info .publishing-date,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  > div
  p,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .additional-info
  .info
  .question
  p,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .additional-info-v2
  .info
  span:last-child,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .info
  span {
  color: #eee !important;
}

.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon {
  background-color: #1e1b03 !important;
  /* box-shadow: rgb(from #6c6544 r g b / .85) 0px 1px 4px; */
  box-shadow: rgb(from #6c6544 r g b / 0.7) 0px 2px 5px -1px,
    rgb(from #fff r g b / 0.5) 0px 1px 3px -1px;
  /* box-shadow:  rgb(from #6c6544 r g b / .55) 0px 1px 3px,  rgb(from #6c6544 r g b / .25) 0px 1px 2px; */
}

.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon
  svg,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-amenities
  .property-amenity
  .icon
  path,
.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-info
  .box
  .icon
  svg
  path,
.property-details-area.vip .icon.blue path {
  fill: #6c6544 !important;
}
.property-details-area.vip a {
  color: #6c6544 !important;
}

.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-rent-options {
  gap: 12px;
}

.property-details-area.vip
  .property-details-slider-info
  .property-inner-details
  .property-rent-options
  > div {
  background-color: rgba(0, 0, 0, 0.25);
}

.borderd-label {
  padding-bottom: 10px;
  position: relative;
  width: fit-content;
}

.borderd-label::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  bottom: 2px;
  right: 0;
  background: linear-gradient(
    150deg,
    rgba(108, 101, 68, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.property-details-area.vip .outlined-btn {
  border-color: #6c6544 !important;
  color: #fff !important;
}

.property-details-area.vip .outlined-btn:hover,
.property-details-area.vip .primary-btn {
  background-color: #6c6544 !important;
  border-color: #6c6544 !important;
}

@media screen and (max-width: 600px) {
  .custom-dialog .MuiPaper-root {
    width: calc(100% - 15px) !important;
    margin: 0 !important;
  }
}

.MuiCircularProgress-svg circle {
  stroke: var(--main-color-one) !important;
}

.MuiCheckbox-root.Mui-checked svg,
.MuiCheckbox-indeterminate svg {
  fill: var(--main-color-one) !important;
}

.MuiSwitch-switchBase.Mui-checked {
  color: var(--main-color-one) !important;
}
.MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track,
.MuiSlider-thumb,
.MuiSlider-track,
.MuiSlider-rail {
  background-color: var(--main-color-one) !important;
}

.MuiRadio-root.Mui-checked svg {
  fill: var(--main-color-one) !important;
}

.MuiSlider-track {
  border-color: var(--main-color-one) !important;
}

html[lang="en"]
  .search-page-area
  .MuiPagination-ul
  .MuiPaginationItem-previousNext
  svg {
  transform: rotate(0deg) !important;
}

.license-wrapper img {
  max-width: 110px;
}

.sar {
  display: inline;
  position: relative;
}

.aligned-text {
  text-align: right !important;
  direction: rtl !important;
  display: inline-block !important;
}

html[lang="en"] .aligned-text {
  text-align: left !important;
  direction: rtl !important;
}

.white-container {
  background-color: white;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  height: 65px;
  padding: 12px;
  align-items: center;
}

.top-0 {
  top: 0;
}

html[lang="ar"] .mysr-form input:not(#mysr-cc-name) {
  text-align-last: left !important;
}
