.footer-logo {
  background: white;
  border-radius: 20px;
}

.height-22px {
  height: 22px;
}

.bg-green {
  background: green !important;
}

.my-text-danger {
  color: var(--critical);
}

.child-justify {
  text-align: justify;
}

.child-justify * {
  text-align: justify;
}

.my-text-gray {
  color: var(--secondary-2);
}

.img-compare {
  width: 268px !important;
  height: 357px !important;
}

.logo-header .logo {
  height: 80px;
  width: auto;
}

.header-default {
  border-bottom: 1px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px !important;
}

.wrap-sidebar-account {
  display: block !important;
}

.my-account-wrap .wrap-sidebar-account {
}

.account-avatar .image {
  border: 1px solid black;
}

.account-avatar .image img {
  object-fit: contain !important;
}

.page-title {
  text-align: center;
}

.page-title .container-full {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 20px black;
  display: inline-block;
  width: auto;
  padding: 20px;
  border-radius: 8px;
}

.page-title * {
  color: black !important;
}

.estates-sort-by {
  width: 200px;
}

.footer-popup-btn svg {
  height: 36px;
  color: red;
}

.text-orange {
  color: orange;
}

#index-desc {
  font-size: 16px;
  background: white;
  padding: 30px;
  border-radius: 30px;
  margin-top: 20px;
  text-align: justify;
  line-height: 35px;
}

#index-desc * {
  text-align: Justify;
}

#index-desc p {
  font-size: 16px;
}
#index-desc h1 {
  font-size: 28px;
  color: rgb(23, 141, 110);
}
#index-desc h2 {
  font-size: 26px;
  color: rgb(23, 141, 110);
}
#index-desc h3 {
  font-size: 22px;
  color: rgb(23, 141, 110);
}
#index-desc h4 {
  font-size: 20px;
  color: rgb(23, 141, 110);
}
#index-desc blockquote {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
  border-right: 5px solid $mainColor;
  color: #333;
}
#index-desc * {
  color: black;
}
#index-desc a {
  color: blue;
}

#index-desc figure.image {
  text-align: center;
}

#index-desc img {
  border-radius: 8px;
  box-shadow: 0px 0px 10px gray;
  width: 50% !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: 20px;
}

#index-desc .raw-html-embed {
  text-align: center;
}

#index-desc video {
  border-radius: 8px;
  box-shadow: 0px 0px 10px gray;
  width: 50% !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: 20px;
}

.pswp-docs__home-gallery {
  grid-gap: 10px 10px;
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  position: relative;
  width: 100%;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item:first-child {
  grid-row: span 2;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item {
  position: relative;
}

figure.pswp-docs__home-gallery-item {
  display: block;
  margin: 0;
  padding: 0;
}

.my-gallery {
  justify-content: space-around;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 220px 220px;
  gap: 10px;
}

.my-gallery img {
  width: 100%;
  height: 100%;
}

.my-gallery a:first-of-type {
  grid-row: 1/3;
  grid-column: 1/3;
}

.lg-container {
  direction: ltr !important;
}

.single-gallery-container {
  position: relative;
  text-align: center;
}

.single-gallery-container.double .my-gallery {
  display: block;
}
.single-gallery-container.double a {
  width: 49%;
  height: 400px;
}

.single-gallery-container.single img {
  width: 100%;
  height: 400px;
}
.single-gallery-container.single .my-gallery {
  display: block;
}

.single-gallery-container .single-more-image {
  position: absolute;
  left: 50px;
  bottom: 20px;
  opacity: 0.7;
  background: red;
  color: white;
  font-weight: bold;
  padding: 20px 40px;
  font-size: 24px;
  border: 1px solid black;
  border-radius: 10px;
}
.single-gallery-container .single-more-image:hover {
  opacity: 1;
}

.list-single-main-box {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid rgb(0, 170, 255);
}

.list-single-main-item-title {
  /* COLOR: rgb(0, 170, 255); */
  /* text-decoration: underline; */
  border-bottom: 1px solid gray;
  font-size: 20px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.listing-features li {
  display: inline-block;
  width: 45%;
  margin-left: 10px;
  margin-bottom: 10px;
}

.single-main-desc {
  border: 1px solid var(--line);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px lightgray;
  line-height: 35px;
}

.single-main-desc a {
  color: blue;
}

.single-private-desc {
  border: 1px solid rgb(0, 170, 255);
  padding: 10px;
}

.list-single-tags a {
  display: inline-block;
  border: 1px solid rgb(0, 170, 255);
  padding: 4px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.my-single-title {
  color: #000da3;
}
.line-height-35 {
  line-height: 35px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.quick-box-loader {
  position: fixed;
  background: linear-gradient(to right, white, transparent);
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  border: none;
  padding-left: 200px;
  text-align: left;
  z-index: 10000;
  display: none;
  direction: ltr;
}

.quick-box-loader:hover {
  background: linear-gradient(to right, white, transparent);
}

.quick-box-loader .spinner-border {
  width: 100px;
  height: 100px;
}

.min-height-300 {
  min-height: 300px;
}

.footer-powered-by {
  direction: ltr !important;
  text-align: left !important;
}

.spinner {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 4px solid transparent;
  border-left-color: red;
  animation-name: FsearchLoaderAnimation;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}

.large {
  width: 60px;
  height: 60px;
}

@keyframes FsearchLoaderAnimation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.menu-heading {
  color: #0054a1 !important;
}

.list-sort-by-label {
  display: inline-block;
}

#list-sort-by {
  display: inline-block;
  width: 150px;
}

.product-item-sold {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: red;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  border-radius: 0px;
  border: none;
  display: block;
}

.single-properties {
  line-height: 35px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid var(--line);
}

.single-properties span {
  font-weight: bold;
}

.tf-zoom-main .drift-zoom-pane {
  direction: ltr !important;
}

.social-bale {
  width: 27px;
}

@keyframes LoaderAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.g-loader {
    border: none !important;
    height: 100% !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 1) !important;
    position: fixed !important;
    right: 0px !important;
    display: none;
    top: 0px !important;
    z-index: 1000000 !important;
    border-radius: 0px !important;
}

.g-loader > span {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 4px solid transparent;;
    border-left-color: rgba(0, 0, 0, 0.7);
    animation-name: LoaderAnimation;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

.multiselect__single {
  text-align: center !important;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.my-blue-title {
  color: #031fff;
}

.smaller {
  font-size: 13px;
}