/*
  Theme Name: EstateAgency
  Theme URL: https://bootstrapmade.com/real-estate-agency-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*======================================
//--//-->   STYLES GENERALES
========================================*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: Arimo, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: #000000;
  transition: all .5s ease;
}

a:hover {
  color: #2eca6a;
  text-decoration: none;
}

.link-two {
  color: #000000;
  transition: all .5s ease;
}

.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all .5s ease;
}

.link-one:hover {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  color: #ffffff;
  text-decoration: none;
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

.color-a {
  color: #000000;
}

.color-b {
  color: #2eca6a;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  color: #000;
}

.no-margin {
  margin: 0;
}

/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: black;
  z-index: 2;
}

/*------/ Bg Image /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/

.list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li {
  position: relative;
  width: 30%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

.list-a li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/

.pagination-a .pagination .page-link {
  margin: 0 .2rem;
  border-color: transparent;
  padding: .5rem .8rem;
  color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: #2eca6a;
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: .4rem .9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: .4rem .9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: #2eca6a;
}

.a {
  color: #2eca6a;
  font-size: 1.3rem;
}

/*------/ Icon Box /------*/

.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}

.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/

.section-t8 {
  padding-top: 8rem;
}

.section-t4 {
  padding-top: 4rem;
}

.section-t3 {
  padding-top: 3rem;
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

/*------/ Title /------*/

.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
    font-size: 1.8rem;
    font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  color: #313131;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 22px;
}

.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #2eca6a;
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/

.ul-resect ul,
.list-a ul,
.box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/

.overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2eca6a;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #2eca6a;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #2eca6a;
  opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/

.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #2eca6a;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2eca6a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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




#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #loader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #2eca6a;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-loader 1s linear infinite;
        animation: animate-loader 1s linear infinite;
    }

@-webkit-keyframes animate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes animate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-default {
  transition: all .5s ease-in-out;
  background-color: #ffffff;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.030em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: black;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #2eca6a;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}

    .navbar-default.navbar-reduce {
        transition: all .5s ease-in-out;
      /*  padding-bottom: 13px;*/
    }

.navbar-default.navbar-reduce .nav-link {
  color: #000000;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #2eca6a;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #2eca6a;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #2eca6a;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #2eca6a;
}

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/

.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.6s ease;
}

.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: .3s;
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  transition: opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: .7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: .4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  position: relative;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 130px;
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2eca6a;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #2eca6a;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.intro .intro-body .price-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 2px solid #2eca6a;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.030em;
}

.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #ffffff;
  letter-spacing: .05em;
}

.intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  text-transform: uppercase;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

/*------/ Intro Single /------*/

.intro-single {
    padding: 2rem 0 2rem;
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 3px solid #2eca6a;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/*======================================
//--//-->   CARD GENERAL
======================================*/

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius:8px;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/

.card-overlay-a-content {
  transition: all .5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.card-header-a {
  padding: 0 1rem;
}

.share-color:hover {
    color: dodgerblue !important;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: .7rem;
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all .5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: .5rem;
}

.price-a {
  color: #ffffff;
  padding: .6rem .8rem;
  border: 2px solid #2eca6a;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.030em;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #2eca6a;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: .5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

.card-info li span {
  color: #ffffff;
  font-size: .9rem;
}

/*------/ Property Grid /-----*/

.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
  border-color: #313131;
}

.property-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ Property Single /-----*/

.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}

.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list span {
  color: #555555;
}

.property-agent .title-agent {
  font-weight: 600;
}

.property-agent ul {
  line-height: 2;
  color: #000000;
}

.property-agent .socials-a {
  text-align: center;
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/

.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

.card-header-b .category-b {
  font-size: .9rem;
  background-color: #2eca6a;
  padding: .3rem .5rem;
  color: #313131;
  border-radius: 6px;
  text-decoration: none;
}

.card-header-b .title-2 {
  margin-bottom: 0;
  padding: .6rem 0;
  font-size: 1.2rem;
}

.card-header-b .title-2 a {
  color: #ffffff;
  text-decoration: none;
}

.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

/*------/ News Single /------*/

.post-information {
  padding: 3rem 0;
}

.post-content {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.post-content .post-intro {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 4rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

.post-content p {
  margin-bottom: 1.7rem;
}

.post-content .blockquote {
  padding: 1rem 3rem 1.7rem 3rem;
  border-left: 3px solid #2eca6a;
  color: #000000;
}

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

.post-footer {
  padding: 3rem 0 4rem;
}

.post-share .socials {
  display: inline-block;
}

.post-share .socials li {
  margin-left: .6rem;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments .comment-description {
  padding: .8rem 0 .5rem 0;
}

.box-comments .list-comments a {
  color: #000000;
}

.box-comments .list-comments span {
  display: block;
  color: #2B2A2A;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/

.card-box-c {
  position: relative;
}

.card-header-c {
  padding: 0 1rem 1rem 1rem;
}

.card-body-c {
  padding: .5rem .5rem 0 .5rem;
}

.card-footer-c {
  padding-left: .5rem;
}

.card-box-ico {
  padding: 1rem 3rem 1rem 2.5rem;
  border: 5px solid #2eca6a;
}

.card-box-ico span {
  font-size: 4rem;
  color: #000000;
}

.title-c {
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: -40px;
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/

.card-box-d .card-overlay-hover {
  transition: all .2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

.card-box-d .title-d {
  transition: .3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .content-d {
  opacity: 0;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.card-box-d .info-agents {
  opacity: 0;
  transition: .5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: .5s ease-in-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  background-color: #2eca6a;
  opacity: .9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*------/ Agent Single /------*/

.agent-info-box .socials-footer {
  margin-top: 2rem;
}

.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/*======================================
//--//-->   ABOUT
======================================*/

.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

.sinse-box {
  background-color: #2eca6a;
  padding: 1rem 2rem;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
  font-size: 1rem;
}

.sinse-box .sinse-title span {
  position: absolute;
}

.sinse-box .sinse-title span:after {
  content: ' ';
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}

.sinse-box p {
  margin-bottom: 0;
  font-size: .7rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials-box {
  padding: 1rem 0;
}

.testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.testimonial-ico {
  text-align: center;
}

.testimonial-ico span {
  font-size: 1.8rem;
  background-color: #2eca6a;
  color: #ffffff;
  padding: .4rem 1rem;
  border-radius: 50px;
}

.testimonial-text {
  font-style: italic;
  margin-top: 25px;
  padding: 1.5rem 1.5rem;
  background-color: #f3f3f3;
  position: relative;
}

.testimonial-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0px;
  height: 0px;
  border-top: 15px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.testimonial-author-box {
  margin-top: 2rem;
}

.testimonial-author {
  margin-left: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  color: #000000;
}

/*======================================
//--//-->   FOOTER
======================================*/

.section-footer {
  padding-top: 60px;
  background: #f3f3f3;
}

.section-footer ul {
  line-height: 2;
}

.section-footer .item-list-a i {
  font-size: 18px;
  padding-right: 4px;
  color: #2eca6a;
}

.section-footer .widget-a .w-title-a {
  margin-bottom: 1rem;
}

footer {
  background: #f3f3f3;
  text-align: center;
  padding: 30px 0;
}

footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

footer .credits {
  font-size: 14px;
}

/*======================================
//--//-->   FORM INPUT
======================================*/

.form-a #sendmessage {
  color: #2eca6a;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #sendmessage.show,
.form-a #errormessage.show,
.form-a .show {
  display: block;
}

.form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.form-a label {
  color: #000000;
  position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-a .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-a .form-control.form-control-a {
  height: 3.5rem;
}

.form-a .form-control:focus {
  box-shadow: none;
  border-color: #2eca6a;
}

/*======================================
//--//-->   BUTTON
======================================*/

.btn {
  transition: .5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: .05rem;
}

.top-cross-delete {
    position: absolute;
    z-index: 1;
    width: 30px;
    line-height: 27px;
    padding: 0;
}

.Add-input{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items : center;
}

.btn-primary {
    color: #fff;
    background-color: #43cf79;
    border-color: #43cf79;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #3dd079;
        border-color: #3dd079;
    }


.primary-color {
    color: #2eca6a !important;
}

.bg-primary {
    background-color:#2eca6a !important;
}

.btn-primary-sayarat {
    color: #fff;
    background-color: #e01720;
    border-color: #e01720;
}

    .btn-primary-sayarat:hover {
        color: #fff;
        background-color: #e01720;
        border-color: #e01720;
    }

.btn.btn-a-sayarat:hover {
    background-color: #e01720;
    color: #000000;
}

.btn.btn-b-sayarat {
    background-color: #e01720;
    color: #000000;
}

    .btn.btn-b-sayarat:hover {
        background-color: #000000;
        color: #ffffff;
    }


.btn-primary-sinf {
    color: #fff;
    background-color: #5c82e3;
    border-color: #5c82e3;
}

    .btn-primary-sinf:hover {
        color: #fff;
        background-color: #7697eb;
        border-color: #5c82e3;
    }

.btn.btn-a-sinf:hover {
    background-color: #5c82e3;
    color: #000000;
}

.btn.btn-b-sinf {
    background-color: #5c82e3;
    color: #000000;
}

    .btn.btn-b-sinf:hover {
        background-color: #000000;
        color: #ffffff;
    }

.btn-outline-sinf:hover {
    color: white;
    background-color: #5c82e3;
    border-color: #5c82e3;
}
.btn-outline-sinf {
    color: #5c82e3;
    background-color: transparent;
    background-image: none;
    border-color: #5c82e3;
}

.btn-primary-eird {
    color: #fff;
    background-color: #ffa702;
    border-color: #ffa702;
}

    .btn-primary-eird:hover {
        color: #fff;
        background-color: #ffa702;
        border-color: #ffa702;
    }

.btn.btn-a-eird:hover {
    background-color: #ffa702;
    color: #000000;
}

.btn.btn-b-eird {
    background-color: #ffa702;
    color: #000000;
}

    .btn.btn-b-eird:hover {
        background-color: #000000;
        color: #ffffff;
    }

.btn-outline-eird:hover {
    color: white;
    background-color: #ffa702;
    border-color: #ffa702;
}

.btn-outline-eird {
    color: #ffa702;
    background-color: transparent;
    background-image: none;
    border-color: #ffa702;
}


.btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-a:hover {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: #2eca6a;
  color: #ffffff;
  border-radius: 0;
}

.btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}

@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }

  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }

  .about-img-box {
    padding-left: 4rem;
  }

  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }

  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }

  .sinse-box p {
    font-size: .8rem;
  }

  .sinse-box p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .link-a {
    font-size: .9rem;
  }
    .agency-info {
        font-size: 11px !important;
    }

  .link-a span {
    font-size: 1.5rem;
  }

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }

  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid black;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }

  .box-collapse {
    width: 50%;
  }

  .intro .owl-theme .owl-dots {
    right: 200px;
  }

  .intro .intro-body {
    padding-left: 2rem;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .intro .intro-title {
    font-size: 4rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }

  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: .9rem;
  }

  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }

  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }

  .card-overlay-a-content {
    bottom: -20px;
  }

  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }

  .card-info .card-info-title {
    font-size: .9rem;
  }

  .card-info li span {
    font-size: .8rem;
  }

  .card-header-b {
    bottom: 0px;
  }

  .card-header-b .title-2 {
    font-size: 1rem;
  }

  .card-header-b .date-b {
    font-size: .9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }

  .title-c {
    font-size: 1.8rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }

  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: .5rem 0;
  }

  .card-box-d .content-d {
    font-size: .8rem;
    margin: .5rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: .8rem;
  }

  .about-img-box {
    padding-left: 5rem;
  }

  .sinse-box {
    padding: 1.5rem 3rem;
  }

  .sinse-box .sinse-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
    .agency-info {
        font-size: 11px !important;
    }

}

@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
    .agency-info {
        font-size: 11px !important;
    }

}

.row-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .row-list li {
        width: calc(100% / 3);
        box-sizing: border-box;
    }

@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }

  .link-a span {
    font-size: 18px;
  }

  .list-a li {
    width: 25%;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }

  .card-overlay-a-content {
    bottom: 0px;
  }

  .card-header-a .card-title-a {
    font-size: 2rem;
  }

  .card-info .card-info-title {
    font-size: 1rem;
  }

  .card-info li span {
    font-size: 1rem;
  }

  .card-header-b {
    bottom: 0;
  }
 .owl-nav button.owl-prev {
     left:10px
 }
.owl-carousel .owl-nav button.owl-next {
    right: 10px
}
.card-header-b .title-2 {
    font-size: 1rem;
}

  .card-header-b .date-b {
    font-size: 1rem;
  }

  .title-c {
    font-size: 2.5rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .sinse-box {
    padding: 3rem 4.5rem;
  }

  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
 
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }

  .section-t8 {
    padding-top: 4rem;
  }

  .section-t4 {
    padding-top: 2rem;
  }

  .section-md-t3 {
    padding-top: 3rem;
  }

  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }

  .intro-single {
    padding-top: 9rem;
  }

  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }

  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }

  .property-agent {
    margin-top: 2.5rem;
  }

  .card-box-c {
    margin-bottom: 2rem;
  }

  .card-body-c {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }

  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}

@media (min-width: 1320px) and (max-width: 10000px) {
    .container-fluid {
       width: 1320px;
    }
}


/*----filter css----*/
.d-flex{
  display: flex!important;
}
.justify-content-center{
  justify-content: center!important;
}
.head-tab{
  display: flex;
    justify-content: center;
    align-items: center;
    
}
.tab{
  padding: 3px 15px;
  font-size: 18px!important;
    font-weight: 900!important;
    color: white!important;
}
.active-tab {
    background: linear-gradient(45deg, #ffffff, #ffffff);
    color: #232425 !important;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mt-30{
  margin-top: 30px!important;
}

.filters{
    display: flex;
    align-items: center;
    background: white;
}
.mb-30{
  margin-bottom: 30px!important;
}

.theme-input {
    height: 40px !important;
    border-radius: 6px;
    border: 1px solid #dedede !important;
}
    .theme-input.form-control:focus {
        color: #495057 !important;
        background-color: #fff !important;
        border-color: #2eca6a !important;
        outline: 0 !important;
        box-shadow: 1px 1px 6px 2px #2eca6a !important;
    }

.theme-input-sayarat {
    height: 50px !important;
    border: 1px solid #343a40 !important;
}

    .theme-input-sayarat.form-control:focus {
        color: #495057 !important;
        background-color: #fff !important;
        border-color: #e01720 !important;
        outline: 0 !important;
        box-shadow: 1px 1px 6px 2px #de9c9f !important;
    }

.theme-input-sinf {
    height: 50px !important;
    border: 1px solid #5c82e3 !important;
}

    .theme-input-sinf.form-control:focus {
        color: #495057 !important;
        background-color: #fff !important;
        border-color: #5c82e3 !important;
        outline: 0 !important;
        box-shadow: 1px 1px 6px 2px #7697eb !important;
    }
.theme-input-eird {
    height: 50px !important;
    border: 1px solid #ffa702 !important;
}

    .theme-input-eird.form-control:focus {
        color: #495057 !important;
        background-color: #fff !important;
        border-color: #ffa702 !important;
        outline: 0 !important;
        box-shadow: 1px 1px 6px 2px #ffa702 !important;
    }

.padding-0-5px{
    padding: 0 5px !important
}

.off-percent {
    background: #ffa702;
    color: white !important;
    padding: 5px 8px !important;
    font-size: 13px !important;
    border-radius: 10px;
}

.filter-label{
  font-size: 17px!important;
    font-weight: 600!important;
}
.active-tab-filter{
  cursor: pointer;
}
.f-14{
    font-size:18px!important;
}
.theme-bg-border {
    color:white!important;
    background-color: #43cf79!important;
    border: #43cf79!important;
}
.search-btn {
    cursor: pointer;
    border: none !important;
    background: #43cf79;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 12px;
}
.search-btn-sayarat {
    cursor: pointer;
    border: none !important;
    background: #e01720;
    height: 51px;
    padding: 20px 25px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
button.search-btn-sayarat:hover {
    background-color: #e75158;
    box-shadow: 1px 1px 5px 0px #d8454b;
}

.search-btn-sinf {
    cursor: pointer;
    border: none !important;
    background: #5c82e3;
    height: 51px;
    padding: 20px 25px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

button.search-btn-sinf:hover {
    background-color: #7697eb;
    box-shadow: 1px 1px 5px 0px #7697eb;
}

.search-btn-eird {
    cursor: pointer;
    border: none !important;
    background: #ffa702;
    height: 51px;
    padding: 20px 25px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

button.search-btn-eird:hover {
    background-color: #ffa702;
    box-shadow: 1px 1px 5px 0px #ffa702;
}

.user-drpdown-btn {
    background: white !important;
    border: none !important;
    color: black !important;
    padding: 0px !important;
}
.d-content {
    display: contents!important;
}
.render-body {
    margin-top: 100px;
}
.header {
    height: 283px;
    width: 95%;
  
}
.main-page-layout {
    width: 100%;
    height: 300px;
}

.image-fit {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.image-contain {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}
.br-12{
    border-radius:12px;
}



.li-item {
    display: flex;
    justify-content: space-between;
    width: 340px;
}

.breadcrumb-li:hover {
    background-color: transparent !important
}

.text:hover {
    color: #2eca6a !important
}
.justify-content-space-even{
    justify-content:space-evenly!important;
}
.mt-10{
    margin-top:10px!important;
}
.home-filter-container {
    position: absolute;
    background: rgb(8 9 10 / 57%) !important;
    border-radius: 12px;
    padding: 10px;
    width: 80% !important;
    top: 230px !important;
    z-index: 1
}
.home-filter-tab {
    text-align: center;
    padding: 2px 10px;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 12px;
}
.home-filter-active {
    font-weight: 500 !important;
    padding: 1px 22px !important;
    background: #2eca6a !important;
    border-radius: 7px !important;
}
.p-10-20 {
    padding: 10px 20px!important;
}
.b-r-0 {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.b-l-0 {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.top-nav-options {
    top: 67px !important;
    z-index: 99 !important;
    background: #000000 !important;
    color: white !important;
}
.nav-bar-badge {
    padding: 1px 5px;
    background: red;
    border-radius: 50%;
    color: white;
    font-size: 9px;
    font-weight: bold;
}
.active-tab-profile {
    z-index: 2;
    color: #fff !important;
    background-color: #43cf79 !important;
    border-color: #43cf79 !important;
}
}

.input-wrapper{
    display: flex;
}
.suffix{
    position: relative;
    color: #7b7b93;
    padding: 15px 15px 15px 0;
}

.chip-anchor {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 13px;
    align-content: center;
    /* position: static; */
    height: 32px;
    left: 0;
    right: 83.18%;
    top: calc(50% - 32px/2);
    border: 1px solid grey;
    box-sizing: border-box;
    border-radius: 44px;
    -ms-flex: none;
    flex: none;
    -ms-flex-order: 0;
    order: 0;
    flex-grow: 0;
    margin: 0 12px 0 0;
    color: var(--grey-90);
}

    .chip-anchor:hover {
        background-color: #26be60;
        color: white;
    }

.chip-selected {
    background-color: #14793a;
    color: white;
}

.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
} 
.accordion-title {
    line-height: 48px;
    background-color: #f6f7f8;
    font-size: 14px;
    font-weight: 700;
    color: #2b2d2e;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    transition: background-color .2s;
}

.accordion_section_text {
    margin: 0 16px;
}

.sub-category-title {
    font-size: 14px;
    font-weight: 600;
    padding: 16px;
    color: #626465;
}

.sub-category-title {
    font-size: 14px;
    font-weight: 600;
    padding: 16px;
    color: #626465;
}

.listing:last-child {
    border-bottom: 0;
}

.listing {
    padding: 16px 0 16px 16px;
}
.listing__wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
}
.listing__selector {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    padding-top: 24px;
}
.listing__photo {
    border-radius: 6px;
    width: 96px;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    background-image: linear-gradient(to bottom,#e0e4e6,#f8f9f9);
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.listing__photo-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    text-decoration: none;
}
.listing__details {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}
.listing__details__row {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.listing__tag.draft {
    background-color: grey;
}
.listing__actions-menu {
    position: relative;
    margin-left: 12px;
}
.context-menu-handler:hover {
    background-color: #f6f7f8;
}
.context-menu.show {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}
.context-menu-handler {
    position: relative;
    top: 1px;
    margin-top: -4px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-size: 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: center;
    transition: background-color .2s;
}
.is-desktop-only {
    display: block;
    width: 100%;
}
.listing__status {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #626465;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 14px;
}
.listing__last-expiry {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.listing__last-expiry-date {
   /* background-image: url('../img/expiry_time.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;*/
    padding-left: 20px;
    margin-top: 12px;
    font-size: 14px;
    color: #515354;
    font-weight: 600;
}
.listing__status__action.get-more-views-action {
    color: #e00000;
}

.listing__status__action {
    cursor: pointer;
    margin-left: 8px;
}
.context-menu {
    transform: scaleY(0);
    position: absolute;
    width: 168px;
    border-radius: 6px;
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 12%);
    background-color: #fff;
    z-index: 120;
    top: 0;
    right: 0;
    transform: scale(.95);
    transform-origin: 100% -100%;
    opacity: 0;
    will-change: transform,opacity;
    transition-property: transform,opacity;
    transition-duration: .2s;
    pointer-events: none;
    text-align: left;
}
.context-menu-option-text-link {
    color: #2b2d2e;
    display: block;
    text-decoration: none;
}
.listing__tag {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 0 8px;
    line-height: 20px;
    border-radius: 100px;
    display: inline-block;
}
.spread{
    justify-content: space-between;
}
.accordion-title:hover {
    background-color: #eee;
}
.accordion-title.active {
    background-color: #ccc;
}
.accordion_body {
    transition: .2s;
}
.listing__title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--grey-50);
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: color .2s;
}
.listing__last-updated {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #626465;
}
.listing__details__price_updated {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.listing__price {
    font-size: 14px;
    color: dimgrey;
    line-height: 20px;
    font-weight: 400;
}
.listing__last-updated {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #626465;
}
.listing__price:after {
    content: "\00b7";
    font-size: 24px;
    margin: 0 12px;
}
.listing__details__content {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.listing__details__wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.accordion, .listing, .sub-category-title {
    box-sizing: border-box;
    border-bottom: 1px solid #eef0f1;
}

.mylistings-select-all-wrapper {
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}
.mylistings-actions {
    margin: 16px 0;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
.flame-checkbox {
    height: 24px;
    width: 24px;
    border: 2px solid #626262;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0;
}
    .flame-checkbox:checked {
        border: 2px solid #e00000;
    }

.flame-button--tertiary {
    background-color: #fff;
    border-color: #b6b8b9;
    color: #2b2d2e;
}

.flame-button--medium {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    border-radius: 6px;
    padding: 0 12px;
}

.flame-button {
    display: inline-block;
    border: 1px solid black;
    font-weight: 600;
    outline: 0;
    transition: all .2s;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
}

.flame-button--tertiary:not(:disabled):hover {
    background-color: #626465;
    border-color: #626465;
    color: #fff;
    text-decoration: none;
}
.mt-40{
    margin-top:40px!important;
}

.initials {
    height: 55px;
    width: 60px;
    line-height: 50px;
    font-size: 17px;
    margin: 10px auto;
    padding-top: 5px;
}

.avatar {
    vertical-align: middle;
    width: 46px;
    height: 44px;
    border: 1px solid grey;
    object-fit: fill;
    border-radius: 50%;
}

.btn-button {
    margin: 5px;
    background: #43cf79;
    color: white;
    font-size: 18px;
    padding: 10px 54px;
}
    .btn-button:hover {
        color: white;
        background: #1caf55;
    }

.btn-active {
    background: #09ca53;
    color: white;
}

.input-field{
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.btn-button-sec {
    margin: 5px;
    background: #43cf79;
    color: white;
    font-size: 14px;
    padding: 7px 20px;
}

    .btn-button-sec:hover {
        color: white;
        background: #1caf55;
    }

.btn-active-sec {
    background: #09ca53;
    color: white;
}

.btn-active-sec:focus {
    box-shadow: none;
}

    .btn-active:focus {
        box-shadow: none;
    }
.border-radius-12px{
    border-radius:12px!important;
}
.prf-container {
    position: relative;
    width: 50%;
}

.prf-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: relative;
    top: -59px;
    width: 150px;
    left: 169px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.prf-container:hover .image {
    opacity: 0.3;
}

.prf-container:hover .middle {
    opacity: 1;
}

.prf-text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 6px;
}
.c-pointer{
    cursor:pointer!important;
}




/*-------------------- featured property cards css----------------*/

/* globale variable */

:root {
    --bg-body: #f4f4f4;
    --bg-hot: #dd3333;
    --bg-featured: #ea723d;
    --p-text-color: #7e8186;
    --icon-info-color: #808080;
    --icon-image-color: white;
    --h2-text-color: #1a1a1a;
    --price-text-color: #2fa89e;
    --backgound-imgage: #3b9f93;
    --border-view-color: #a4d2c3;
}

/* all element */

* {
    box-sizing: border-box;
    margin: 0;
}

/* reset element */

/* comman style */

.overlay,
.img-overlay-1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/*a {
    text-decoration: none;
    color: white;
}

    a:hover {
        color: white;
    }*/

/* body style */

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

/* container style */

.container01 {
    display: grid;
    grid-template-columns: 1fr repeat(12, minmax(auto, 60px)) 1fr;
    grid-gap: 40px;
    margin: 35px 0;
}

/* cards style */

.cards-02::before {
   

    content: "featured";
    position: absolute;
    z-index: 5;
    color: white;
    font-weight: 900;
    background-color: #43ce79;
    text-transform: capitalize;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    padding: 4px 7px;
}

.cards-02 {
    grid-column: 2 / span 12;
    display: grid;
    grid-template-columns: repeat(12, minmax(auto, 60px));
    grid-gap: 40px;
    position: relative;
}

    .cards-02::after {
        content: "";
        position: absolute;
        z-index: 5;
        top: 0;
        left: 73.6px;
        border: 16.4px solid transparent;
        border-left-color: #43ce79;
        transform: translateY(-50%);
    }

/* card style */

.card-03 {
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
    box-shadow: 1px 2px 5px 0 #e3e2e2;
    border-radius: 5px;
}

    .card-03:hover {
        transform: translateY(-7px);
    }

/* img-overlya style */

.img-overlay-1 {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.hot-home-2:before {
    /*content: "hot";*/
    position: absolute;
    padding: 3px 7px;
    background-color: var(--bg-hot);
    z-index: 3;
    bottom: 10px;
    left: 10px;
    color: white;
    text-transform: capitalize;
}

.img-overlay-1 img {
    width: 100%;
    z-index: 1;
}

    .img-overlay-1 img:hover + div {
        width: 100%;
    }

figcaption {
    padding: 6px 0 0px 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--h2-text-color);
    font-size: 1rem;
}

.overLay {
    width: 0;
    height: 100%;
    display: grid;
    place-content: center;
    background-color: var(--backgound-imgage);
    opacity: 0.8;
    z-index: 2;
    transition: all 0.5s ease 0.1s;
}

    .overLay:hover {
        width: 100%;
    }

        .overLay:hover > a {
            display: block;
            text-align: center;
            border-color: var(--border-view-color);
        }

    .overLay a {
        display: none;
        width: 140px;
        padding: 15px 0;
        text-transform: capitalize;
        border: 2px solid transparent;
        transition: border 10s ease;
    }

/* icons-img style */

.cont-4 {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
}

.icons-Img {
    position: relative;
    width: 100%;
    height: 100%;
}

    .icons-Img button {
        position: absolute;
        border: none;
        background-color: transparent;
        color: white;
        cursor: pointer;
        top: -40px;
        z-index: 10;
    }

        .icons-Img button:first-of-type {
            right: 55px;
        }

        .icons-Img button:last-of-type {
            right: 20px;
        }

        .icons-Img button:first-of-type:hover {
            right: 55px;
            color: #ff3232;
        }

    .icons-Img i {
        font-size: 25px;
    }

/* card-content styles */

.card-content-5 {
    padding: 0px 16px 0px;
    line-height: 9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
    font-size: 14px;
    margin-bottom: 4px;
}

    .card-content-5 p {
        color: var(--p-text-color);
    }

/* icons-home style */

.icons-Home {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.name-Icon {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

    .name-Icon > span {
        text-transform: capitalize;
        color: var(--h2-text-color);
    }

/* icon styles */

.ICON {
    display: flex;
    align-items: center;
}

    .ICON i {
        color: #000000;
        font-size: 16px;
        margin-right: 10px;
    }

    .ICON span {
        vertical-align: middle;
    }

/* price style */

.PRICE-TAG {
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
}

    .PRICE-TAG span:last-of-type {
        color: var(--price-text-color);
        font-size: 18px;
    }

/* media screen style */

@media screen and (max-width: 1000px) {
    .card-03 {
        grid-column-end: span 6;
    }
    /* card-content style */
}

@media screen and (max-width: 700px) {
    .cards-02 {
        grid-template-columns: repeat(12, minmax(auto, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 30px;
    }

    .card-03 {
        grid-column-end: span 12;
    }
    /* icons-home style */
    .card-content-5 {
        font-size: 16px;
    }
    /* price style */
    .PRICE-TAG span:last-of-type {
        color: var(--price-text-color);
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .container01 {
        grid-template-columns: 20px repeat(12, minmax(auto, 1fr)) 20px;
        grid-gap: 10px;
    }

    .cards-02 {
        grid-template-columns: repeat(12, minmax(auto, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 30px;
    }

    .card-03 {
        grid-column-end: span 12;
    }
    /* card-content style */
}
.input-icon {
    border: 1px solid #ced4da;
    background: #d6d6d6;
    padding: 6px 9px;
    border-radius: 7px;
}

.erid:hover {
    color: #ffa702;
}
.Erid-active {
    font-weight: 500 !important;
    padding: 1px 22px !important;
    color: white;
    background: #ffa702 !important;
    border-radius: 7px !important;
}

.Amlak-Bg {
    background-color: #2eca6a !important;
    border: none;
}
.Amlak-Color {
    color: #2eca6a !important;
}

.a-Amlak-Color:hover {
    color: #2eca6a !important;
}

.Sayarat-Bg {
    background-color: #e01720 !important;
    border: none;
}

.Sayarat-Color {
    color: #e01720 !important;
}
.a-Sayarat-Color:hover {
    color: #e01720 !important;
}

.Eird-Bg {
    background-color: #ffa702 !important;
    border: none;
}

.Eird-Color {
    color: #ffa702 !important;
}

.a-Eird-Color:hover {
    color: #ffa702 !important;
}

.Sinf-Bg {
    background-color: #5c82e3 !important;
    border: none;
}

.Sinf-Color {
    color: #5c82e3 !important;
}

.a-Sinf-Color:hover {
    color: #5c82e3 !important;
}

.Wajba-active {
    font-weight: 500 !important;
    padding: 5px 15px !important;
    color: white;
    background: #d8a83c !important;
    border-radius: 7px !important;
}
.Sinf-active {
    font-weight: 500 !important;
    padding: 1px 22px !important;
    color: white;
    background: #5c82e3 !important;
    border-radius: 7px !important;
}
.Sayarat-active {
    font-weight: 500 !important;
    padding: 1px 22px !important;
    color: white;
    background: #e01720 !important;
    border-radius: 7px !important;
}
.list-avatar {
    position: absolute;
    right: 20px;
    bottom: 10px;
    display: flex;
    cursor: pointer;
}
.avatar-img-container {
  height:70px; width:70px; display:flex
}
.border-radius-6px{
    border-radius:6px;
}
.list-view {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    position: relative;
}
.list-img-border {
    border-radius: 4px 0 0 4px;
}
.loc-div {
    min-height: 4.8rem;
    cursor: pointer;
    border: 0.1rem rem solid #dedede;
    border-radius: 0.8rem;
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.4rem 0.8rem 0.8rem;
}

.location-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .location-filter:hover {
        outline: none;
        background-color: #f5f5f5;
    }

.location-selected-span {
    background-color: #6edb98;
    padding: 3px 15px;
    color: white;
    border-radius: 5px;
}

    .location-selected-span:hover {
        background-color: #43cf79;
        cursor: pointer;
    }
input:focus-visible {
    outline: none !important;
}

.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%) !important
}

.input-margin {
    margin: 0 3px;
}

.agent-card {
    margin-top: 7px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.agent-avatar-img {
    background: #ffffff;
    overflow: hidden;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 50%);
    vertical-align: middle;
    width: 150px;
}

.heart-color {
    color: red !important;
}

#cards_landscape_wrap-2 {
    text-align: center;
}

    #cards_landscape_wrap-2 .container {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    #cards_landscape_wrap-2 a {
        text-decoration: none;
        outline: none;
    }

    #cards_landscape_wrap-2 .card-flyer {
        border-radius: 6px;
    }

        #cards_landscape_wrap-2 .card-flyer .image-box {
            background: #ffffff;
            overflow: hidden;
            border-radius: 6px;
        }

            /*#cards_landscape_wrap-2 .card-flyer .image-box:hover {
                box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
            }*/

#cards_landscape_wrap-2 .card-flyer .image-box img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
}

        #cards_landscape_wrap-2 .card-flyer:hover .image-box img {
            opacity: 0.7;
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15);
        }

        #cards_landscape_wrap-2 .card-flyer .text-box {
            text-align: center;
        }

            #cards_landscape_wrap-2 .card-flyer .text-box .text-container {
                padding: 10px 10px;
            }

    #cards_landscape_wrap-2 .card-flyer {
        background: #FFFFFF;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin-top: 7px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        #cards_landscape_wrap-2 .card-flyer:hover {
            background: #fff;
            cursor: pointer;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            margin-top: 7px;
        }

        #cards_landscape_wrap-2 .card-flyer .text-box p {
            margin-top: 10px;
            margin-bottom: 0px;
            padding-bottom: 0px;
            font-size: 14px;
            letter-spacing: 1px;
            color: #000000;
        }

        #cards_landscape_wrap-2 .card-flyer .text-box h6 {
            margin-top: 0px;
            margin-bottom: 4px;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'Roboto Black', sans-serif;
            letter-spacing: 1px;
            color: #00acc1;
        }

.Detail-img-owl-carousel {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.popular-search-list {
    letter-spacing: normal;
}
    .div-popular-search {
        font-weight: 700;
        font-size: 1.3rem;
        margin-bottom: 1rem;
        color: #222;
    }

.li-popular-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    margin-bottom: 0;
    font-size: 1.1rem;
}
.li-a-popular-search {
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none
}

.owl-prev i, .owl-next i {
    transform: scale(2,3);
    color: #44cd79!important;
    font-size: 12px;
    
}
button:focus {
    outline: none;
}
.theme-text-gr-color {
    color: #44cd79;
}
.f-w-6 {
    font-weight: 600!important;
}
.text-label-pr {
    font-size: 14px!important;
    font-weight: 500!important;
    color: #43ce79 !important;
}
.card-showpeice-height {
    min-height: 360px;
}

@media (max-width: 768px) {
    #navbarSupportedContent {
        height: 100vh;
    }
}



@media only screen and (min-width: 600px) {
    .mobile-only {
        display: none !important;
    }
   

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    
}

@media only screen and (min-width: 992px) {
    .filter-mobile-only {
        display: none !important;
    }

    
}

@media only screen and (max-width:992px) {
    .filter-web-only {
        display: none !important;
    }
    
    .nav-bar-cross-btn {
        position: absolute;
        right: 5%;
        top: 0;
        align-items: baseline;
        margin: 12px 0px;
    }

    .Detail-img-owl-carousel {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    .detail-img2-height{
        max-height: 195px !important;
    }
    .main-img{
        height: 400px !important;
    }

    .hide-text {
        display: none;
    }
}

.amlak-a:hover {
    color: #43cf79 !important
}
.logo-img{
    height: 52px;
}
.avatar-img {
    max-width: 162px;
    height: 155px
}
@media only screen and (max-width: 600px) {
    .web-only {
        display: none !important;
    }
    
    .avatar-img {
        max-width: 145px !important;
        height: 135px !important;
    }

    .featured-property-carsousel [data-options="PropertyOwlCarousel"] .owl-stage-outer,
    .featured-property-carsousel[data-options="PropertyOwlCarousel"] .owl-stage-outer {
        height: 240px !important;
    }

    .property-owl-category [data-options="CategoryOwlCarousel"] .owl-stage-outer,
    .property-owl-category[data-options="CategoryOwlCarousel"] .owl-stage-outer {
        height: 200px !important;
    }

    .property-category [data-options="AgencyOwlCarousel"] .owl-stage-outer,
    .property-category[data-options="AgencyOwlCarousel"] .owl-stage-outer {
        height: 240px !important;
    }
    .property-category [data-options="CategoryOwlCarousel"] .owl-stage-outer,
    .property-category[data-options="CategoryOwlCarousel"] .owl-stage-outer {
        height: 240px !important;
    }

    .mobile-header {
        padding: 0px 16px !important;
    }
    .top-nav-options {
        top: 60px !important;
    }
    .logo-img {
        height: 40px !important;
    }
    .home-filter-container {
        border-radius: 12px;
        width: 98% !important;
    }
    .full-image{
        padding: 0 !important;
        margin-top: -5px !important;
    }
    .render-body{
        margin-top: 123px !important
    }
    .image-top-margin{
        margin-top: -10px;
    }
    .image-border-radius-remove{
        border-radius: 0px !important;
    }
    .mobile-view {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 1.5;
    }
    .list-img-border {
        border-radius: 11px 11px 0 0 !important;
    }
    .border-left {
        border-left: none !important;
    }
    .margin-bottom-filter{
        margin-bottom: 12px !important;
    }
    .serach-btn-list{
        display: flex;
        justify-content: center;
    }

    .search-btn-list-padding{
        padding: 7px 70px;
    }

    .btn-icon i {
        position: absolute;
        left: 5px !important;
        top: 8px !important;
        color: #fff;
    }

    .dedcription-btn {
        font-size: 16px !important;
        padding: 7px 0 !important;
        padding-left: 20px !important;
        font-weight: 700;
    }

        .dedcription-btn .btn-icon {
            background-color: #ffa000;
            width: 48px !important;
            height: 38px !important;
            float: right;
        }

    .btn-icon::after {
        
        border-bottom: 38px solid #fcfcfc !important;
        border-left: 38px solid transparent !important;
        
    }

    .selector-sayarat {
        width: 100% !important;
        background-color: var(--gray-dark);
        margin: 2px !important;
        border-radius: 6px !important;
        box-shadow: 1px 1px 6px 3px !important;
    }

    .search-btn-sayarat {
        height: 30px !important;
        padding: 20px 25px !important;
    }

    .title-a {
        font-size: 1.3rem !important;
        font-weight: 600;
    }

    

    /*Amlak Mobile Fliter.*/

    .input-margin {
        margin: 4px 3px !important;
    }
}
.active-purpose {
    background-color: #43cf79 !important;
    color:white !important;
}


.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
   
    outline: 0 !important;
    
}
option:hover {
    background-color: #43ce79 !important;
}
/*option:hover {
    background-color: #43ce79!important;
}
option:checked {
    color: white !important;
    background-color: #43ce79 !important;
}
select:hover {
    background-color: #43ce79!important;
}*/


.dedcription-btn {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 6px;
    background-color: #fcfcfc;
    color: black !important;
    text-align: center;
    font-size: 18px;
    padding: 9px 0;
    transition: all 0.3s;
    padding-left: 20px;
    margin: 2px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}

    .dedcription-btn .btn-icon {
        background-color: #ffa000;
        width: 92px;
        height: 45px;
        float: right;
        position: absolute;
        border-radius: 6px 0px 6px 6px;
        left: 0px;
        top: 0px;
        transition: all 0.3s;
    }

.name-descripeion {
    position: relative;
    z-index: 9999;
}


.btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 45px solid #fcfcfc;
    border-left: 40px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
}

.dedcription-btn:hover .btn-icon {
    width: 100% !important;
    border-radius: 4px;
}

    .dedcription-btn:hover .btn-icon::after {
        display: none;
        opacity: 0.1;
    }

.btn-icon i {
    position: absolute;
    left: 23px;
    top: 11px;
    color: #fff;
}

.dedcription-btn:hover {
    color: #fff !important;
    position: relative;
    top: -3px;
    box-shadow: -6px 8px 13px 3px black;
}
a.dedcription-btn:hover span {
    color: white !important;
}
.home {
    background-color: #2eca6a!important
}

.car {
    background-color: #e01720 !important;
}

.shop {
    background-color: #5c82e3 !important;
}

.bullhorn {
    background-color: #ffa702 !important;
}

.p-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.list-view-detail:hover {
    cursor: pointer;
}

.featured-property-carsousel [data-options="ImageOwlCarousel"],
.featured-property-carsousel[data-options="ImageOwlCarousel"] {
    position: relative;
    overflow: hidden
}
    .featured-property-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-prev,
    .featured-property-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-prev {
        display: initial;
        left: -33px;
        height: 60px;
        width: 60px;
        background-color: #343a4078 !important;
        border: none !important;
    }
    .featured-property-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-next,
    .featured-property-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-next {
        display: initial;
        right: -33px;
        height: 60px;
        width: 60px;
        background-color: #343a4078 !important;
        border: none !important;
    }
    .featured-property-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-prev i,
    .featured-property-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-prev i {
        display: flex;
        position: absolute;
        align-items: center;
        font-size: 21px;
        color: #44cd79 !important;
        top: 0;
        bottom: 0;
        right: 11px;
        transform: initial;
    }
    .featured-property-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-next i,
    .featured-property-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-next i {
        display: flex;
        position: absolute;
        align-items: center;
        font-size: 21px;
        color: #44cd79 !important;
        top: 0;
        bottom: 0;
        left: 11px;
        transform: initial;
    }
.featured-property-carsousel [data-options="ImageOwlCarousel"] .owl-dots,
.featured-property-carsousel[data-options="ImageOwlCarousel"] .owl-dots{
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 31%;
    left: 0;
    right: 0;
    margin: auto;
}
    .featured-property-carsousel [data-options="ImageOwlCarousel"] .owl-dots .owl-dot span,
    .featured-property-carsousel[data-options="ImageOwlCarousel"] .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        border-radius: 10px;
        background: #ffffff;
    }
    .featured-property-carsousel [data-options="ImageOwlCarousel"] .owl-dots .owl-dot.active span,
    .featured-property-carsousel[data-options="ImageOwlCarousel"] .owl-dots .owl-dot.active span {
        width: 10px;
        height: 10px;
        background-color: #2eca6a;
    }


.featured-eird-carsousel [data-options="ImageOwlCarousel"],
.featured-eird-carsousel[data-options="ImageOwlCarousel"] {
    position: relative;
    overflow: hidden
}

    .featured-eird-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-prev,
    .featured-eird-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-prev {
        display: initial;
        left: -33px;
        height: 60px;
        width: 60px;
        background-color: #343a4078 !important;
        border: none !important;
    }

    .featured-eird-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-next,
    .featured-eird-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-next {
        display: initial;
        right: -33px;
        height: 60px;
        width: 60px;
        background-color: #343a4078 !important;
        border: none !important;
    }

    .featured-eird-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-prev i,
    .featured-eird-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-prev i {
        display: flex;
        position: absolute;
        align-items: center;
        font-size: 21px;
        color: #ffa702 !important;
        top: 0;
        bottom: 0;
        right: 11px;
        transform: initial;
    }

    .featured-eird-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-next i,
    .featured-eird-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-next i {
        display: flex;
        position: absolute;
        align-items: center;
        font-size: 21px;
        color: #ffa702 !important;
        top: 0;
        bottom: 0;
        left: 11px;
        transform: initial;
    }

    .featured-eird-carsousel [data-options="ImageOwlCarousel"] .owl-dots,
    .featured-eird-carsousel[data-options="ImageOwlCarousel"] .owl-dots {
        position: absolute;
        bottom: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 31%;
        left: 0;
        right: 0;
        margin: auto;
    }

        .featured-eird-carsousel [data-options="ImageOwlCarousel"] .owl-dots .owl-dot span,
        .featured-eird-carsousel[data-options="ImageOwlCarousel"] .owl-dots .owl-dot span {
            width: 6px;
            height: 6px;
            border-radius: 10px;
            background: #ffffff;
        }

        .featured-eird-carsousel [data-options="ImageOwlCarousel"] .owl-dots .owl-dot.active span,
        .featured-eird-carsousel[data-options="ImageOwlCarousel"] .owl-dots .owl-dot.active span {
            width: 10px;
            height: 10px;
            background-color: #ffa702;
        }



.featured-car-carsousel [data-options="ImageOwlCarousel"],
.featured-car-carsousel[data-options="ImageOwlCarousel"] {
    position: relative;
    overflow: hidden
}

    .featured-car-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-prev,
    .featured-car-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-prev {
        display: initial;
        left: -33px;
        height: 60px;
        width: 60px;
        background-color: #343a4078 !important;
        border: none !important;
    }

    .featured-car-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-next,
    .featured-car-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-next {
        display: initial;
        right: -33px;
        height: 60px;
        width: 60px;
        background-color: #343a4078 !important;
        border: none !important;
    }

    .featured-car-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-prev i,
    .featured-car-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-prev i {
        display: flex;
        position: absolute;
        align-items: center;
        font-size: 21px;
        color: #e01720 !important;
        top: 0;
        bottom: 0;
        right: 11px;
        transform: initial;
    }

    .featured-car-carsousel [data-options="ImageOwlCarousel"] .owl-nav button.owl-next i,
    .featured-car-carsousel[data-options="ImageOwlCarousel"] .owl-nav button.owl-next i {
        display: flex;
        position: absolute;
        align-items: center;
        font-size: 21px;
        color: #e01720 !important;
        top: 0;
        bottom: 0;
        left: 11px;
        transform: initial;
    }

    .featured-car-carsousel [data-options="ImageOwlCarousel"] .owl-dots,
    .featured-car-carsousel[data-options="ImageOwlCarousel"] .owl-dots {
        position: absolute;
        bottom: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 31%;
        left: 0;
        right: 0;
        margin: auto;
    }

        .featured-car-carsousel [data-options="ImageOwlCarousel"] .owl-dots .owl-dot span,
        .featured-car-carsousel[data-options="ImageOwlCarousel"] .owl-dots .owl-dot span {
            width: 6px;
            height: 6px;
            border-radius: 10px;
            background: #ffffff;
        }

        .featured-car-carsousel [data-options="ImageOwlCarousel"] .owl-dots .owl-dot.active span,
        .featured-car-carsousel[data-options="ImageOwlCarousel"] .owl-dots .owl-dot.active span {
            width: 10px;
            height: 10px;
            background-color: #e01720;
        }

a.favourite-icon {
    position: absolute;
    top: 10px;
    right: 34px;
    z-index: 97;
    font-size: 20px;
    color: darkslategrey;
}

a.favourite-icon:hover {
    color: red;
}

a.share-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 97;
    font-size: 20px;
    color: darkslategrey ;
}

    a.share-icon:hover {
        color: cornflowerblue;
    }


.selector {
    width: 40%;
    background-color: var(--smoke-white);
    margin: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 0 16px rgb(0 0 0 / 20%);
}

.selecotr-item {
    width: 100% !important;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.selector-item_radio-sayarat {
    appearance: none;
    display: none;
}

.selector-item_label {
    height: 100%;
    width: 100%;
    display: flex;
    color: white;
    justify-content: center;
    border-radius: 12px;
    font-weight: 900;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    align-items: center;
}

.selector-item_radio:checked + .selector-item_label {
    background-color: #43cf79;
    color: black;
    box-shadow: 0 0 4px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.5);
    transform: translateY(-2px);
}
.tile__images {
    background-color: var(--color-global-white);
    border-bottom: 0.2rem solid var(--brand-color-17);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tile__cover, .tile__watermark {
    bottom: 0;
    left: 0;
    position: absolute;
}

.tile__cover {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    right: 0;
    top: 0;
    width: 100%;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 35%;
    align-items: center;
    background: #fafafac9 !important;
    border: 1px solid #e2dcdcc9 !important;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    box-shadow: 0 0 2rem #515b624d;
    cursor: pointer;
    display: flex;
    height: 41px;
    justify-content: center;
    outline: 0;
    padding: 0;
    transition: all .2s ease;
    width: 41px;
}

.owl-prev {
    left: 1px;
}

.owl-next {
    right: 1px;
}

  

#carousel .owl-stage-outer {
    height: 495px !important;
}



.carousel-item-b {
    box-shadow: 4px 5px 4px 2px grey;
}

.selector-sayarat {
    width: 25%;
    background-color: var(--gray-dark);
    margin: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 12px;
    box-shadow: 1px 1px 6px 3px;
}

.a-sayarat:hover {
    color: #e01720 !important;
    text-decoration: none;
}

.selector-item_radio-sayarat:checked + .selector-item_label {
    background-color: #e01720;
    color: white;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%), 0 2px 4px rgb(0 0 0 / 50%);
    transform: translateY(-2px);
}

.sayarat-filter-container {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    bottom: 0;
    align-items: center;
}

.sayarat-filter {
    display: flex;
    align-items: center;
    background: white;
}

.sayarat-main-title {
    font-weight: 600;
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 5px;
    padding: 10px;
}
.grid-cont {
    display: grid;
    gap: 5px;
    padding: 10px;
    justify-content: center;
}

@media (max-width:480px) {
    .selector {
        width: 90%;
    }
}

.ui.dropdown {
    max-width: 800px;
}

@media only screen and (min-width: 900px){
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        /*      max-height: 8.01428571rem; /* + 1.335714285 to 9.349999995rem */
        /*      max-height: 9.349999995rem; /* Adds a half */
        max-height: 16.02857142rem; /* Double size */
    }
}

@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        /*         max-height: 10.68571429rem; /* + 1.3357142863 to 12.0214285763rem */
        max-height: 12.0214285763rem;
    }

}

@media only screen and (max-width: 768px) {
    .detail-img2-height {
        max-height: 145px !important;
    }
    .detail-button {
        width: 4rem !important;
        height: 2.3rem !important;
        font-size: 0.7rem !important;
    }
    .breadcrumb-item{
        font-size: 0.6rem !important
    }
    .main-img {
        height: 300px !important
    }
}

@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem; /* + 1.3357142858 to 17.3642857158rem */
    }
}

@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem; /* + 1.3357142856 to 22.7071428556rem */
    }
}

.text-position{
    position: relative;
    top: -160px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


@media only screen and (min-width: 767px) {
    .step-para-web {
        margin-left: 365px;
    }
}

@media only screen and (max-width: 600px){
    .banner-bg {
        bottom: 8px;
    }
}

@media only screen and (min-width: 767px) {
    .img-auction-web {
        width: 150%;
        margin-left: -100px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .img-auction-web {
        width: 100%;
    }
}

.box {
    float: left;
    height: 15px;
    width: 14px;
    margin-top: 4px;
    border: 1px solid black;
    clear: both;
}

.red {
    background-color: #e01720;
}

.agency-info {
    font-size: 18px !important;
}
.border-none {
    border: none !important;
}

.btn-nofocuss {
}

    .btn-nofocuss:focus {
        box-shadow: none !important;
    }

    .amlak-btn-focus{

    }
.amlak-btn-focus:focus{

}
.overflow-x-auto{
    overflow-x:auto;

}
.overflow-y-auto {
    overflow-y: auto;
}

::-webkit-scrollbar {

    -webkit-appearance: none;
    width: 7px;
}

.scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 0px !important;
    overflow-x:scroll;
}


::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.multiselect-container{
    height:200px;
    overflow-y:scroll;
}

.btn-group{
    width:100%
}


.footer-a:hover{
    text-decoration:underline;
    color:black;
}

a.photos-icon {
    position: absolute;
    right: 0;
    left: 6px;
    z-index: 97;
    font-size: 20px;
    color: var(--white);
    bottom: 5px;
    left: 6px;
}
.photo-detail-icon {
    bottom: 15px !important;
    left: 18px !important;
}
.photo-icon-font {
    font-size: 21px !important;
    padding: 6px 11px;
    background:black;
}

.photos-icon-bg {
    background: #292828bd;
    padding: 4px 11px;
    opacity: 0.9;
    font-size: 15px;
    border-radius: 4px;
}
.no-focus:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.reset-pass-text {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}

.form-control:focus {
    border-color: #2ec96a;
    box-shadow: 0 0 0 0.2rem rgb(48 198 106 / 9%);
}

.btn-outline-primary {
    color: #2ec96a;
    background-color: transparent;
    background-image: none;
    border-color: #31c46a;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #31c46a;
        border-color: #31c46a;
    }
.grid-4 {
    grid-template-columns: auto auto auto;
}
.grid-3 {
    grid-template-columns: 240px 240px 240px;
    margin-left: auto;
    margin-right: auto;
}


/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 992px) {
    .grid-3 {
        grid-template-columns: 130px 130px 130px;
    }
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
    .grid-3 {
        grid-template-columns: 200px 200px;
    }
}

@media screen and (max-width: 425px) {
    .grid-3 {
        grid-template-columns: 135px 135px;
    }
}

@media screen and (max-width: 325px) {
    .grid-3 {
        grid-template-columns: 125px 125px;
    }
}
@media screen and (max-width: 320px) {
    .grid-3 {
        grid-template-columns: auto;
    }
}

.grid-5 {
    grid-template-columns: 260px 260px 260px 260px;
    margin-left: auto;
    margin-right: auto;
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
    .grid-5

{
    grid-template-columns: 200px 200px;
}

}

@media screen and (max-width: 1024px) {
    .grid-5 {
        grid-template-columns: 290px 290px 290px;
    }
}

@media only screen and (min-width:321px) and (max-width:768px) {
    .grid-5 {
        grid-template-columns: 200px 200px 200px;
    }
}

@media screen and (max-width: 425px) {
    .grid-5 {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 325px) {
    .grid-5 {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 320px) {
    .grid-5 {
        grid-template-columns: auto;
    }
}

.checkbox-container {
    display: flex;
    width: 100%;
}

    .checkbox-container label {
        flex-basis: 25%; /* Adjust the width of each checkbox as needed */
        margin-bottom: 5px; /* Add some vertical spacing between checkboxes */
    }

@media (max-width: 600px) {
    .checkbox-container {
        flex-wrap: wrap;
    }
    .checkbox-container label {
        flex-basis: 100%; /* On smaller screens, make each checkbox take full width */
    }
}

.title-span::before {
    content: "Amlak";
    color: #43cf79;
    animation: animate infinite 10s;
    padding-left: 2px;
}

.sub-nav-active {
    color: #fff !important;
    position: relative;
    top: -3px;
    box-shadow: -6px 8px 13px 3px black;
}

@@keyframes animate {

    0% {
        content: "Sinf";
        color: #5c82e3;
    }

    50% {
        content: "Sayarat";
        color: #a749c7;
    }

    75% {
        content: "Eird";
        color: #ffa702;
    }
}


.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

    .modal-dialog-slideout .modal-header h5 {
        float: left;
    }

.popup-btn {
    position: fixed;
    right: -34px;
    top: 65%;
    background-color: #2eca6a;
    padding: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 999999;
}

.owl-prev i, .owl-next i {
    transform: scale(2,3);
    color: #778997;
    font-size: 12px;
}

.img-owl-carousel {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.img-property-height{
    height: 190px !important;
}

.input-margin {
    margin: 0px 3px;
}

#carousel .owl-stage-outer {
    height: 495px !important;
}


.head-bg h1 {
    position:absolute;
    top: 75px;
    left:0;
    right:0;
    font-size:35px;
}
.head-bg img {
    border-radius:20px; 
    height:500px;
    object-fit:cover;
    overflow:hidden;
}

.loacation-data {
    position: absolute;
    top: 150px;
    left: 0;
    width: 80%;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}

.loacation-data .saleData {
    border-radius: 12px;
    background: hsl(240deg 14% 8% / 60%) !important;
    overflow: visible;
}
.lineText {
    position: relative;
    display: inline-block;
    padding-left: 70px;
}
.lineText span {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20%;
    height: 2px;
    background-color: black;
}
.call-section-bg {
    background: #fbfbfb;
}
.email-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}

.font-size28 {
    font-size: 28px !important;
}

.socials-a ul .fb {
    background: #3b5998;
    height: 50px;
    width: 50px;
    border-radius: 40px;
}
.socials-a ul .twi {
    background: #00acee;
    height: 50px;
    width: 50px;
    border-radius: 40px;
}
.socials-a ul .insta {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    height: 50px;
    width: 50px;
    border-radius: 40px;
}
.socials-a ul .pin {
    background: #FFC0CB;
    height: 50px;
    width: 50px;
    border-radius: 40px;
}
.socials-a ul .drib {
    background: #ea4c89;
    height: 50px;
    width: 50px;
    border-radius: 40px;
}


.socials-a ul .drib a, .socials-a ul .pin a, .socials-a ul .insta a, .socials-a ul .twi a, .socials-a ul .fb a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color:white
}
.border-radius15 {
    border-radius: 15px !important;
}
.object-fitCover {
    object-fit: cover;
}


.circle-border {
    border: 1px solid #2eca6a;
    border-radius: 50%;
    padding: 6px;
}

.box-title-hei {
    font-size: 22px;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
}

.card-hover:hover {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 12px;
}

.text-decoration-none {
    text-decoration:none !important;
}

.grayscale-image {
    filter: grayscale(100%);
}
.img-text-center {
    
    top: 0;
    bottom: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.dash-li {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.choose-bg {
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}
    .dash-li span {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 15%;
        height: 3px;
        background-color: black;
    }

.img-property-list {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    object-position: center;
}
.active-purpose {
    background-color: #43cf79 !important;
}
.selected-location {
    background: #6edb98;
    color: white;
}

.list-middle-part {
    margin-top: 0.8rem;
    font-size: 1.5rem;
}
.list-title {
    font-size: inherit;
    font-weight: 400;
    letter-spacing: .01rem;
    line-height: 2.1rem;
    color: #006169;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-separater {
    border-right: 0.1rem solid #dedede;
    height: 1.6rem;
    margin: 0 0.4rem;
}
.list-bottom {
    position: absolute;
    left: 1rem;
    bottom: 0.6rem;
    width: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.price-font-size{
    font-size:1.4rem;
    font-weight:600;
}
.icon-grey-color{
    color: dimgray;
}
.list-middle-part-font{
    font-weight:500;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
}
.sorting {
    border-radius: 6px;
    height: 37px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 138px;
    font-size: 20px;
}

.detail-img2-height{
    height: 296px;
}
.li-font-size{
    font-size: 18px;
}
.two-column-list {
    padding:0;
    column-count: 3; /* Set the number of columns */
    list-style:none;
    column-gap: 10px; /* Optional: Add a gap between columns */
}

    /* Optional: Add additional styling for the list items */
    .two-column-list li {
        margin-bottom: 10px; /* Optional: Add some spacing between items */
    }

.avatar-circle{
    border-radius: 50%
}

.card-border-color {
    border: 0.1rem solid #dbdbdb;
    border-radius: 0.8rem;
}

.bg-none{
    background:none;
}

.detail-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 6rem;
    height: 3rem;
    background-color: #b9fad275;
    color: #2eca6a;
    stroke: #2eca6a;
    font-weight: 600;
    border: 0;
    border-radius: 0.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2rem;
    cursor: pointer;
    white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "|" !important;
}

.main-img {
    height: 600px;
}

.footer-a:hover{
    color: white !important;
}
 
/*yasir*/
@media only screen and (max-width: 768px) {
    .popup-btn {
        top: 47%;
        zoom: 0.8;
    }
}

