@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --bs-green-color: #28a745;
  --bs-parrotgreen-color: #7ac943;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  outline: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #e2e2e2 #f5f5f5;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
}

html,
body {
  height: 100%;
}
 .banner2 {
    background-image: url("../images/hero-banner-image.jpg");
    padding-top: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #111111;
  font-family: "Poppins", sans-serif;
}

a,
a:hover,
button,
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button {
  cursor: pointer;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Poppins", sans-serif;
  color: #0D1432;
}
 p{
   font-family: "Inter", sans-serif, sans-serif;
 }
a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input:focus,
textarea:focus,
select,
select:focus {
  text-decoration: none;
  outline: none;
}

.master button,
.master textarea,
.master select,
.master input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
/* a {
  color: #0BA986;
} */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/load-loading.gif") 50% 50% no-repeat
    rgb(249, 249, 249);
  opacity: 0.8;
}
.form-control {
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 5px;
}

.btn.dropdown-toggle {
  min-width: auto;
  padding: 10px 38px 10px 28px;
  min-width: auto;
  text-align: left;
  border: 1px solid #d6d6d6 !important;
  border-radius: unset;
  color: #666666;
}
.listingSearch__box .dropdown-toggle {
  padding: 8px 36px 9px 14px;
}
.btn.dropdown-toggle::after {
  content: "";
  background-image: url(../images/dropdown-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 10px;
  position: absolute;
  left: auto;
  z-index: 8;
  background-size: 12px;
  top: 40%;
  right: 12px;
  border: 0;
  margin: 0;
}
.dropdown-toggle::after {
    content: "";
    background-image: url(../images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    position: absolute;
    left: auto;
    z-index: 9;
    background-size: 12px;
    top: 2px;
    right: -15px;
    border: 0;
    margin: 0;
    cursor: pointer;
}
.navBar li:hover .dropdown-toggle::after, .dashboard-drop:hover .dropdown-toggle::after {
  filter: brightness(0) saturate(100%) invert(51%) sepia(46%) saturate(3437%) 
hue-rotate(133deg) brightness(90%) contrast(91%);

}
.how-work-section .commonHeading{
  padding-bottom: 5px;
}
.nav-item.dropdown:hover .dropdown-toggle::after {
  filter: brightness(0) saturate(100%) invert(51%) sepia(46%) saturate(3437%) 
hue-rotate(133deg) brightness(90%) contrast(91%);
}
.dropdown-menu.show {
  display: block;
  border-radius: 5px;
  min-width: 180px;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 15px;
}
[dir="rtl"] .dropdown-menu.show {
  min-width: 210px;
}
.agency-property td:last-child {
  white-space: nowrap;
}
.admin-drop a.dropdown-item{
  padding: 3px 0px;
}
.property-statics h6 {
  font-size: 15px;
}
[dir="rtl"] .list-of-proprty-btn {
  padding: 10px 0px 0;
}
.admin-logo {
  display: none;
}
.admin-wishlist a{
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.agency-dashboard .property-statics {
  padding-right: 0px;
}
.agency-dashboard .dashboard-img {
  padding-left: 0px;
}
.admin-wishlist a.removefav:hover {
  background: #fff;
}
.admin-wishlist a.removefav svg{ 
    margin-right: 0px;
    color: #0D1432;
    max-width: 16px;
}
.profile_ul {
  border-radius: 5px;
  min-width: 280px;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 15px;
  position: absolute;
  background-color: #fff;
}
.navBar .profile_ul li a {
    border-bottom: 1px solid #E9E9E9;
    /* margin: 8px 0px; */
    /* padding: 8px; */
    padding: 14px 8px;

}
.slider-for-gallery, .slider-for-gallery img {
  height: 400px;
  object-fit: cover;
}
.navBar .profile_ul li:last-child a{
  border: 0px;
  margin: 0px;
}
.profile_ul li, .navBar .profile_ul li:last-child {
  margin: 0px;
}
.btn.filter-btn {
  border-radius: 4px;
  color: #0BA986;
  padding: 8px 15px 9px 44px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif, sans-serif;
}
.listing-filter {
  border: 1px solid #0BA986;
  color: #0BA986;
  padding: 11px 15px 11px 44px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border-radius: 4px;
  background-color: unset;
  position: relative;
  line-height: normal;
}
.btn.filter-btn::after, .listing-filter::after, .project-launch .listing-filter::after {
  content: "";
  background-image: url(../images/Link.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 20px;
  position: absolute;
  left: 15px;
  z-index: 1;
  background-size: 14px;
  top: 13px;
}
.listing-filter::after {
  top: 10px;
}
.form-control:focus {
  border-color: #dee2e6;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.header {
    padding: 13px 12px;
}
.homepage.mx1024 .header {
  padding: 13px 30px;
  background: #fff;
   border-radius: 50px;
   margin-top: 5px;
}
.homepage.mx1024 .clearHeader {
  box-shadow: unset;
  margin-bottom: unset;
  background: unset;
  transition: 0.4s all ease-in-out;
}
.homepage.mx1024 .clearHeader.scrolled, .clearHeader.scrolled {
  box-shadow: 0 1px 8px #05121f26;
  background: white;
  display: block;
  margin-bottom: 10px;
}

.homepage.mx1024 .clearHeader.scrolled, .clearHeader.scrolled {
    position: fixed;
    top: 0px;
    z-index: 999;
}
.homepage.mx1024 .clearHeader.scrolled .header{
  margin-top: 0px;
  padding: 13px 12px;
}
.clearHeader {
  box-shadow: 0 1px 8px #05121f26;
  background: white;
  display: block;
  margin-bottom: 10px;
}
.header-spacer {
  width: 100%;
  height: 78px;
}

.header .container {
  max-width: 1740px;
}

.headerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 100%;
  max-width: 115px;
}

.dropdown1.dropdown-menu {
    position: absolute;
    top: 15px !important;
    background-color: white;
    border: 1px solid #E2E4E6;
    width: 180px;
    padding: 13px 0px;
    border-radius: 10px !important;
    min-width: 180px;
    transition: all 0.3s ease-in-out;
    transform: translateY(25px);
}
.dropdown.show .dropdown1.dropdown-menu {
    transform: translateY(0);
}
.dropdown1.dropdown-menu li{
  padding-left: 16px;
  padding-right: 16px;
}
ul.dropdown1 li:first-child {
    margin-bottom: 8px;
    border-bottom: 1px solid #E2E4E6;
    padding-bottom: 8px;
}
/* .navBar ul.dropdown1 li a {
  font-size: 14px;
} */
.navBar>ul>li:nth-child(2) {
    margin-right: 10px;
}
.mainSearch__inner h1{ 
    color: white;
    max-width: 600px;
    line-height: 70px;
    font-size: 60px;
    align-items: center;
}

/* #catDescription.collapse:not(.show) {
    display: block;
    height: 7rem;
    overflow: hidden;
} */
.lang_en #readmore a.collapsed::after {
    content: 'Read More';
}
.lang_en #readmore a[role="button"]:not(.collapsed)::after {
    content: 'Read Less';
}
.lang_ar #readmore a.collapsed::after {
    content: 'اقرأ أكثر';
}
.lang_ar #readmore a[role="button"]:not(.collapsed)::after {
    content: 'أقرأ أقل';
}
#btnreadmore{
margin-left: unset;
}
/*Main Nav CSS*/

.navigationInner {
  font-family: "Inter", sans-serif;
}

.navBar > ul > li {
  display: inline-block;
}

.navBar > ul > li + li {
  margin-left: 25px;
}

.navBar ul li {
  position: relative;
}

.navBar ul li a {
  position: relative;
  display: block;
  color: #0D1432;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 1;
  font-weight: 500;
  padding: 0px;
}

.navBar ul li:hover > a,
.navBar ul li.active > a {
  color: #0BA986;
  background-color: #fff;
}

/*dropdown menu css*/

.submenunav {
  position: absolute;
  width: 192px;
  top: 31px;
  background: #fff;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: -10px;
}

.submenunav li {
  border-bottom: 1px solid #eee;
}

ul.submenunav li a {
  padding: 13px 10px;
}
.login-tabs {
  display: flex;
  width: 100%;
  border-radius: 10px;
  background-color: #f1f1f1;
  box-shadow: 0px 0px 5px #9a9a9a26;
  margin-bottom: 20px;
}
.description {
  font-size: 15px;
}
.tab-content1 h4{
  margin-bottom: 8px;
}
.tab-inner {
  margin-bottom: 15px;
}
.tab-inner input {
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
  color: #0D1432;
  -webkit-box-shadow: 0 0 0 100px #ffffff inset;
}
.tab-inner label {
  margin-bottom: 8px;
}
.mobile-wishlist {
  display: none;
}
.login-tabs .nav-bar {
  display: block;
  width: 100%;
}
.agent-login {
  padding: 20px;
}
.agent-management.dataTable, .table-row-dashed {
  width: 100% !important;
}
.login-tabs .nav-bar a{
  padding: 8px 10px;
  text-align: center;
  margin: 2px;
  border-radius: 10px;
}
.login-tabs .nav-bar a.active {
  background-color: #d9dfff;
}
.dashboard-drop {
  color: #0BA986;
}
.navBar ul li:hover .submenunav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*deropdown menu css end*/

.menuIcon {
  cursor: pointer;
  display: none;
  padding: 9px 5px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 34px;
}

.menuIcon span {
  position: relative;
  width: 24px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #0ba986;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.menuIcon span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.menuIcon.active span:nth-child(1) {
  display: none;
}

.menuIcon.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuIcon.active span:nth-child(3) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 6px;
}

.navigationInner .languageBox,
.navigationInner .userControl {
  display: none !important;
}


.search-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 12px 24px;
    border-radius: 0px 10px 10px 10px;
    width: fit-content;
}

.field {
  display: flex;
  flex-direction: column-reverse;
}

.field input,
.field select {
  border: none;
  outline: none;
  font-size: 14px;
 
}

.field label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.advanced {
  font-size: 14px;
  cursor: pointer;
}

.btn-box button {
  background: #0ea87d;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}



/*  */
.home-agency {
  margin: 0px;
}
.userControlBtn {
  background-color: #0BA986;
  color: #fff;
  font-size: 15px;
  padding: 9px 15px;
  border-radius: 7px;
  border: 2px solid #0BA986 !important;
  line-height: normal;
  min-width: 120px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
[dir="rtl"] .userControlBtn {
  margin-left: 0px;
  margin-inline-end: 10px;
}
.login-btn {
  background-color: #0BA986;
  color: #fff;
  font-size: 17px;
  padding: 13px 15px;
  border-radius: 7px;
  border: 2px solid #0BA986;
  line-height: normal;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-top: 30px;
  font-weight: 600;
}
.login-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0px;
}
.forget-password {
  text-align: end;
  margin-top: 10px;
}
.forget-password a {
  color: #0D1432;
}
.login-line hr {
  background-color: #ECECEC;
  opacity: unset;
  flex: 1;
  border: none;
  height: 1px;
}
.other_login.google-login {
  margin: 0px;
}
.google-login li {
  width: 100%;
}
.borderBtn {
  background-color: #0BA986;
  color: #fff;
}

.userControlBtn:hover {
  background-color: #fff !important;
  border-color: #0BA986 !important;
  color: #0BA986 !important;
}
.login-icon {
  margin-inline-end: 4px;
}
.borderBtn:hover .login-icon {
filter: brightness(0) saturate(100%) invert(51%) sepia(46%) saturate(3437%) 
hue-rotate(133deg) brightness(90%) contrast(91%);
}
.languageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.languageBox span {
  color: #0ba986;
}
.languageBox .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.list-searching {
  display: flex;
  column-gap: 15px;
}
.list-search .listing-filter {
  display: none;
}
.dropdown-toggle::after {
    vertical-align: 0.1em;
}
.languageBox .btn.dropdown-toggle {
  padding: 0;
  min-width: 120px;
  text-align: left;
  border: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none !important;
  color: #000 !important;
  font-size: 15px;
}

.chooseLang.show {
  min-width: 200px !important;
}

.languageBox .btn.dropdown-toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.languageBox .btn.dropdown-toggle span img {
  margin-right: 10px;
  width: 26px;
}

.languageBox .btn.dropdown-toggle::after {
  top: 8px;
  right: 0;
}

.chooseLang img {
  width: 27px;
  margin-right: 5px;
}

.chooseLang li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

/* footer css */

.footer__Wrap {
  background: #FCFCFC;
  padding: 10px 0 18px;
}

.footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .footerbox {
  margin-bottom: 50px;
} */

.footerbox h3 {
  margin: 0 0 16px;
  padding: 0;
  color: #0D1432;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.footer-service ul{
    column-count: 2;
}
.follow-us {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 14px;
}
.follow-us h5{
  font-size: 18px;
  font-weight: 500;
}
.follow-us img{
  filter: brightness(0) saturate(100%) invert(11%) sepia(46%) saturate(865%) hue-rotate(188deg) brightness(84%) contrast(103%);
}

/* .footerbox ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
} */

.footerbox ul li {
  margin: 0px 0 12px;
  padding: 0;
}

.footerbox ul li a {
  color: #636E6B;
  font-size: 16px;
  text-decoration: none !important;
  font-family: "Inter", sans-serif;
  align-items: flex-start;
}
.driver-popover-footer .driver-popover-progress-text {
    color: #ef476f;
}
.driver-popover-footer {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}
.dashboard-drop.dropdown.active {
  margin-right: 15px;
}
.footerbox ul li a:hover {
  color: #0BA986;
}
.footerbox ul li a img {
  margin-inline-end: 8px;
}
.footerbox ul li div img {
  margin-inline-end: 8px;
}
.footerMenu__wrap {
  border-bottom: 1px solid #9c9c9c4d;
  padding: 10px 0 10px 0px;
  margin-bottom: 20px;
}
.property-select {
  display: none;
}
.looking-type {
  display: none;
}
.footerMenu__wrap .row {
  align-items: center;
}
.footerMenu__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  max-width: 130px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}

.footerMennuBar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerMennuBar ul li {
  margin: 0px 20px 0;
  padding: 0;
}

.footerMennuBar ul li a {
  color: #0D1432;
  font-size: 16px;
  text-decoration: none !important;
}

.footerMennuBar ul li a:hover {
  color: #0ba986;
}

.social__media {
  max-width: 241px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 241px;
}

.social__media li {
  margin: 0 0 0 10px;
}

.social__media li a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__media li a:hover {
  opacity: 0.7;
}

.copyright__wrap {
  padding: 5px 0 0;
}

.copyright__inner {
  border-top: 1px solid #D5D5D5;
  padding-top: 15px;
  font-size: 14px;
  color: #636E6B;
}

.copyright__inner p,
.copyright__inner a {
  margin: 0;
  padding: 0;
}

/* strat section */

/*  */

.common-section {
  padding: 80px 0px 0px 0px;
}

.commonHeading {
  margin-bottom: 20px;
  width: 100%;
  
}
.works-section {
  padding-top: 55px;
}
.commonHeading p{
padding-top: 8px;
color: #636E6B;
margin-bottom: 20px;
}
.commonHeading h2 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  position: relative;
}
.property-price {
  position: absolute;
  bottom: 10px;
  background-color: #fff;
  color: #0BA986;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  left: 10px;
  box-shadow: 0 2px 8px #00000033;
}
[dir="rtl"] .property-price {
  left: unset;
  right: 10px;
}
[dir="rtl"] .property-type {
  left: unset;
  right: 30px;
}
.mainCarousel .slick-track {
  padding: 25px 0px;
}

/* .commonHeading h2::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #0BA986;
    top: 40px;
    left: 1px;
} */
.opportunity_box .investment-icon {
    width: 14px;
}
.commonHeading h3 {
  font-size: 32px;
  margin: 0;
  padding: 0;
}


.explore {
    color: #fff;
    background-color: #0BA986;
    padding: 6px 14px;
    border-radius: 5px;
    max-width: 155px;
    border: 1px solid #0BA986;
    display: flex;
    column-gap: 5px;
    align-items: center;
}
[dir="rtl"] .explore {
    flex-direction: row-reverse;
}
.home-explore {
  display: flex;
  justify-content: end;
}
.borker_list_item_content .view-details {
  color: #fff;
  background-color: #0BA986;
  padding: 6px 12px;
  border-radius: 5px;
  display: block;
  max-width: 155px;
  float: right;
  border: 1px solid #0BA986;
  font-size: 16px;
  width: fit-content;
}
.explore:hover {
  border: 1px solid #0BA986;
  color: #0BA986;
  background-color: #fff;
}
.explore:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(46%) saturate(3437%) 
hue-rotate(133deg) brightness(90%) contrast(91%);
}
.lighter-bg {
  background-color: #f2f5f7;
}

.borderBtnOrg {
  background-color: transparent;
  color: #0ba986;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding: 19px 35px;
  border-radius: 7px;
  border: 2px solid #0ba986 !important;
}

.borderBtnWhite {
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding: 19px 35px 17px;
  border-radius: 7px;
  border: 2px solid #fff !important;
}

.blueBtn {
  background-color: #007dbf;
  color: #fff;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding: 19px 35px;
  border-radius: 7px;
  border: 2px solid #007dbf !important;
}

.whiteBtn {
  background-color: #fff;
  color: #0ba986;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding: 19px 35px 17px;
  border-radius: 7px;
  border: 2px solid #fff !important;
}
.login-modal {
  max-width: 1000px;
}

.login-modal .modal-content {
  border-radius: 20px;
}
.login-modal .model-left {
  width: 45%;
  background-image: url(../images/login-img.jpg);
  background-repeat: no-repeat;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-size: cover;
}
[dir="rtl"] .login-modal .model-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.login-modal .modal-body {
  padding: 0px;
  display: flex;
}

.login-modal .model-right {
  padding: 40px;
  width: 55%;
}
.model-right h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 48px;
}
.model-right label {
  font-size: 17px;
  color: #0D1432;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
.email-login {
  position: relative;
}
.email-login .form-control {
  padding: 11px 15px 11px 45px;
  font-size: 14px;
  border-radius: 5px;
  color: #0D1432;
  -webkit-box-shadow: 0 0 0 100px #ffffff inset;
}
[dir="rtl"] .email-login .form-control {
  padding: 11px 45px 11px 15px;
}
.register-form {
  margin-bottom: 30px;
}
.email-login #login_emailInput{
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 0 100px #ffffff inset;
}
.email-login .email-img{
  position: absolute;
  left: 15px;
  top: 15px;
}
[dir="rtl"] .email-login .email-img {
  left: 0px;
  right: 15px;
}
.show-pass {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.email-login .pass-img {
  position: absolute;
  top: 12px;
  left: 15px;
}
[dir="rtl"] .email-login .pass-img {
  left: 0px;
  right: 15px;
}
.btn-close.closereq {
  position: absolute;
  top: 16px;
  right: 14px;
  z-index: 2;
}
#loginModal4 .tab-inner:last-child  {
  margin-bottom: 0px;
}
#loginModal4 .tab-inner {
  margin-bottom: 10px;
}
.agent-login h4, .login-modal h4{
  font-weight: 600;
}
#loginModal4 .modal-footer{
  padding: 5px 20px 18px 20px;
  border: 0px;
}
.lightboxOverlay {
  width: 100% !important;
  overflow: hidden;
}
.lightboxOverlay {
    position: fixed;
    height: 100vh !important;
}
.OrangeBtn {
  background-color: #0BA986;
  color: #fff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding: 9px 23px;
  border-radius: 8px;
  border: 2px solid #0BA986 !important;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px #00000026;
  font-weight: 500;
}
.OrangeBtn2 {
  background-color: #fff;
  color: #0BA986;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding: 9px 23px;
  border-radius: 8px;
  border: 2px solid #0BA986;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px #00000026;
}
.OrangeBtn2:hover{
  background-color: #0BA986;
  color: #fff;
  border-color: #0BA986 !important;
}
.buyer-list {
  row-gap: 30px;
}
.OrangeBtn2 img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(46%) saturate(3437%) 
hue-rotate(133deg) brightness(90%) contrast(91%);
}
.OrangeBtn2:hover img {
filter: brightness(0) saturate(100%) invert(92%) sepia(94%) 
saturate(30%) hue-rotate(255deg) brightness(107%) contrast(100%);
}
.admin-property-list a img{
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s all;
}
.admin-favorite-list {
  padding: 20px 0px 20px 0px;
}
.approval-button .OrangeBtn, #requestLoginForm .userControlBtn {
  float: right;
}

.borderBtnOrg:hover,
.blueBtn:hover,
.OrangeBtn:hover,
.whiteBtn:hover,
.borderBtnWhite:hover {
  background-color: #FFF;
  color: #0BA986;
  border-color: #0BA986 !important;
}
.OrangeBtn:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(46%) saturate(3437%) 
hue-rotate(133deg) brightness(90%) contrast(91%);
}
.mainSearch__section {
  padding: 160px 0 100px 0px;
}

.mainSearch__inner h1 {
  /* font-size: 55px; */
  margin-bottom: 72px;
  font-weight: 500;
}

.mainSearch__inner p {
  color: #fff;
  margin-bottom: 30px;
}

.mainSearchForm input {
  border-color: #d6d6d6;
  padding: 17px 15px;
  color: #636E6B;
}

input::-webkit-input-placeholder {
  color: #b5b5b5 !important;
  opacity: 1 !important;
}
.banner-select select {
  color: #636E6B;
  padding: 2px 0px;
}
input::-moz-placeholder {
  color: #b5b5b5 !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  color: #b5b5b5 !important;
  opacity: 1 !important;
}

input::-ms-input-placeholder {
  color: #b5b5b5 !important;
  opacity: 1 !important;
}

input::placeholder {
  color: #b5b5b5 !important;
  opacity: 1 !important;
}

.mainSearch__box .main-box{
  background-color: #fff;
  padding: 25px 20px;
  display: flex;
  border-radius: 0px 10px 10px 10px;
  max-width: 850px;
  box-shadow: 0 4px 20px #00000012;
  align-items: center;
}

.main-box .field {
    border-inline-end: 1px solid #E9E9E9;
    margin-inline-end: 20px;
    padding-inline-end: 20px;
}
.mainSearch__box .property{
  padding: 0px;
}

.mainSearch__box .btn.dropdown-toggle {
  padding: 10px 20px;
  min-width: 240px;
  text-align: left;
}

.mainSearch__box .btn.dropdown-toggle::after {
  top: 23px;
  right: 25px;
}

.mainSearch__box .dropdown-menu.show {
  border-radius: 0;
  min-width: 240px;
  padding-left: 15px;
  padding-right: 15px;
}

.mainSearch__box .filter-btn {
  padding: 10px 20px 10px 22px;
  text-align: left;
  border-radius: 0;
  color: #0BA986;
  position: relative;
}
[dir="rtl"] .mainSearch__box .filter-btn {
  margin-left: 20px !important;
}
.mainSearch__box .btn.filter-btn::after {
  background-size: 16px;
  top: 19px;
  left: 0px;
}

.choose-filter {
    background: #B5B5B5;
    color: #6E6E6E;
    padding: 10px 10px 10px;
    min-width: 122px;
    font-size: 15px;
    border-radius: 0px 10px 0px 0px;
    border: 0px;
    position: relative;
    font-weight: 600;
}

.choose-filter.sale{
   border-radius: 10px 0px 0px 0px;
}

.choose-filter.sale.active{
  border-radius: 10px 0px 0px 0px;
  font-size: 15px;
}
[dir="rtl"] .choose-filter.sale.active, [dir="rtl"] .choose-filter.sale {
  border-radius: 0px 10px 0px 0px;
}
[dir="rtl"] .mainSearch__box .main-box {
  border-radius: 10px 0px 10px 10px;
}
[dir="rtl"] .choose-filter, [dir="rtl"] .choose-filter.active {
  border-radius: 10px 0px 0px 0px;
}
.choose-filter.sale.active::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    color: #0D1432;
    border: 1px solid black;
    bottom: 1px;
    left: 37px;
}

.choose-filter.active {
    background: #fff;
    color: #000;
    border-radius: 0px 10px 0px 0px;
}

.choose-filter.active::after{
   content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    color: #0D1432;
    border: 1px solid black;
    bottom: 1px;
    left: 37px;
}
.btn.search-btn {
    color: #fff;
    padding: 10px 14px;
    background-color: #0BA986;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    max-width: 130px;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.search-btn img {
  margin-inline-end: 8px;
}
.cities {
  border: 1px solid #dee2e6;
  color: #666666;
  border-radius: 5px !important;
  padding: 8px 30px 8px 5px;
}
select.cities {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cities-select {
  position: relative;
}

.cities-select::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 17px;
  transform: rotate(45deg);
  pointer-events: none;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #666666;
  border-right: 2px solid #666666;
}

.btn.search-btn:hover img {
      filter: brightness(0) saturate(100%) invert(51%) sepia(46%) saturate(3437%) 
  hue-rotate(133deg) brightness(90%) contrast(91%);
}
/* .mainSearchForm .btn.search-btn{
  top: 15px;
}

.btn.search-btn {
  content: "";
  background-image: url(../images/Icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 20px;
  z-index: 999;
  background-size: 18px;
  filter: grayscale(100%);
  
} */

.btn.search-btn:hover {
  background-color: unset;
  border: 1px solid #0BA986;
  color: #0BA986;
}
/* .btn.search-btn:hover::before {
    filter: brightness(0) saturate(100%) invert(51%) sepia(46%) saturate(3437%) 
  hue-rotate(133deg) brightness(90%) contrast(91%);
  } */

/*  */

.opportunity_box {
  display: block;
  position: relative;
  margin: 4px 15px;
  overflow: hidden;
  border-radius:10px;
  aspect-ratio: 2 / 1.2;
}

.opportunity_box .in-opportunity {
  display: block;
  color: #fff;
  text-decoration: none;
}

.opportunity_box:hover .invest-link {
    transform: translateY(0px);
}
.opportunity_box:hover .in-opportunity .invest-img{
    transform: rotate(2deg) scale(1.1);
}
.opportunity_box .in-opportunity::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, #00000000, #00000080);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  /* -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}

/* .opportunity_box .in-opportunity:hover::after {
  bottom: -74%;
} */

.opportunity_box span {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    left: 15px;
}
.invest-link {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 15px;
    z-index: 1;
    text-align: center;
    right: 15px;
    background-color: #0BA986;
    border-radius: 100px;
    padding: 15px;
    transform: translateY(100px);
    transition: 0.5s all;
}
.opportunity_box .invest-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s all;
  /* border-radius: 10px; */
}

/*  */

.leasing__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 15px;
}

.leasing__box a {
  color: #333;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leasing__box img {
  height: 130px;
  float: left;
  margin-right: 20px;
}

.leasing__box img + span {
  font-size: 24px;
}

/*  */

.agency_bootom_bar .list__propertyBox {
  background-color: #F9FAFF;
  padding: 48px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 2px 8px #00000033;
  position: relative;
  border-radius: 24px;
  margin: 82px 0px 80px 0px;
}
.agency_detail {
  margin-top: 30px;
}
.agency-content {
  font-size: 24px;
  color: #0D1432;
  font-weight: 500;
  font-family: Inter;
}
.agency-content .broker_contect_list li a {
  padding: 9px 21px;
}
.agency_detail .borker_list_item {
  padding: 20px;
  border: 1px solid #E2E4E6;
  box-shadow: 0px 0px 24px 0px #c4c4c440;
}
.agency_detail .borker_list_item .borker_list_item_img img {
  max-width: 200px;
  object-fit: cover;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.agency_bootom_bar .list__propertyCntnt {
  margin-right: auto;
  /* max-width: 60%; */
  width: 100%;
}
.advertisements .property__box {
  padding: 0 15px;
  height: 100%;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list__propertyCntnt h2 {
  font-size: 32px;
  margin-bottom: 8px;
  font-weight: 600;
}

.list__propertyCntnt p {
  font-size: 18px;
  color: #333333;
}

/* .list__propertyBox a + a {
  margin-left: 12px;
} */

.list__propertyCntnt h6 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  padding-inline-end: 70px;
  color: #636E6B;
}

.list__propertyCntnt h6 span {
  color: #0ba986;
  font-family: "Inter", sans-serif;
}

/*  */

.property__box {
  border-radius: 5px;
  overflow: hidden;
}

.propertyDetail {
  border-top: 0;
  font-size: 18px;
  line-height: 1.7;
  width: 100%;
  border-top: 0;
  display: flex;
  flex-direction: column;
}

.propertyTitle a {
  color: #000;
}

.propertyTitle a:hover {
  color: #0ba986;
}

.propertyLoc {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  white-space: nowrap;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}
.propertyTitle span {
  font-size: 18px;
  font-weight: 600;
  color: #0D1432;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 24px;
}
.propertyLoc img {
  margin-right: 4px;
}
.propertyLoc p {
  margin: 0px;
  color: #636E6B;
}
.iconic__property {
  padding-bottom: 90px;
}

.propertyWidth {
  /* min-width: 80px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.propertyName {
  align-items: center;
  font-size: 15px;
  color: #3c475b;;
}
.propertyName img{
  background-color: #EEF1FF;
  padding: 8px;
  border-radius: 5px;
}

.propertyWidth {
    font-size: 14px;
    color: #3c475b;  
}
/*  */
.breadcrumb-item a {
  color: #051321;
}
.slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  font-size: 0;
  border: 1px solid #AFAFAF;
  padding: 9px;
  position: absolute;
  top: 50%;
  z-index: 1;
  /* display: none !important; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-prev.slick-arrow {
  left: -20px;
  background-image: url(../images/arrow-left.svg);
  display: none !important;
}

.slick-next.slick-arrow {
  background-image: url(../images/arrow-right.svg);
  right: -20px;
  display: none !important;
}
.search-result-back {
  width: fit-content;
}
.slick-dots {
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #dddcdc;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #0ba986;
  border-color: #0ba986;
}

.slick-dots li {
  margin: 0 5px;
}

.mainCarousel--style {
  padding: 0 5px;
}
.opportunitySlider:hover .slick-arrow {
  display: block !important;
}
.mainCarousel--style .property__box{
  margin: 0 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0px 20px 0px;
  background-color: #fff;
  position: relative;
  border-radius: 0px;
  box-shadow: 0 0 10px #66666633;
}
.property__box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding: 20px; */
  background-color: #fff;
  position: relative;
  border-radius: 0px;
  box-shadow: 0 0 10px #66666633;
}
.admin-property-list .propertyDetail {
  padding: 15px 20px;
}
.proprtyList_box {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  flex-wrap: wrap;
  padding: 0px 0px 20px 0px;
  background-color: #fff;
  position: relative;
  border-radius: 0px;
  box-shadow: 0 0 20px #6666663d;
}
.list-heading {
  margin: 0px;
  font-size: 25px;
  font-weight: 500;
}
.achievements {
  display: flex;
  margin-top: 5px;
}
.achivement_data div{
  font-size: 22px;
  font-weight: 600;
  color: #0D1432;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.gallery_card {
  margin-bottom: 20px;
}
.featured-property:hover .slick-arrow, .featured-property:hover .slick-arrow, .gallery_card:hover .slick-arrow{
  display: block !important;
}
.propertyImg {
  padding: 0;
  position: relative;
}
.property_type {
  position: absolute;
  width: fit-content;
  left: 0px;
  top: 0;
  text-align: right;
  z-index: 1;
  pointer-events: none;
}
.favourite.property_type {
  position: absolute;
  width: fit-content;
  left: auto;
  top: 0;
  text-align: right;
  z-index: 1;
  pointer-events: none;
  right: 0px;
}
.propertyImg:hover img{
  transition: 0.5s all;
  transform: scale(1.14);
}
.property_type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /* justify-content: flex-end; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

/* .property_type ul li {
  margin-left: 12px;
} */

.property_type ul li span {
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 2px 10px 3px;
  border-radius: 4px;
  font-size: 13px;
  text-transform: capitalize;
}

.property_type ul li a:hover {
  background-color: #0ba986;
}

.featured {
  background-color: #0ba986 !important;
}

.propertyType__head {
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 60px 25px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(97%, rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 97%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 97%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.propertyType__head h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 6px;
}

.propertyType__head p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 17px;
}

.propertyTypeSlider .slick-prev.slick-arrow {
  left: 15px;
}

.propertyTypeSlider .slick-next.slick-arrow {
  right: 15px;
}

.highlight__bar {
  background: #0ba986;
  padding: 10px 15px;
}

.management__info h5 {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.management__info {
  margin-left: 10px;
}
.management__info p {
  font-size: 14px;
  margin: 0;
  padding: 2px 0 0;
  color: #fff;
}
.management__pic img {
  width: 54px;
  height: 54px;
  border: 1px solid #fff0;
  border-radius: 100px;
}
.management__pic img + img {
  margin-left: -20px;
  position: relative;
}
.management_property a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.management_property a img {
  margin-left: 5px;
  max-width: 130px;
}

/*  */

.pagination__row {
  padding: 30px 0;
  width: 100%;
}

.pagination__row ul li {
  margin: 0 3px;
}
.pagination__row:has(div) {
    display: block;
}

.pagination__row:not(:has(div)) {
    display: none;
}
.pagination__row li a {
  border: 1px solid #f1f1f1;
  background: #fff;
  text-align: center;
  color: #0D1432;
  min-width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px !important;
  padding: 0 10px;
  font-size: 18px;
}

.pagination__row li a:hover,
.pagination__row li a.active {
  border-color: #F3F3F3;
  background: #E9EDFF;
  color: #0D1432;
}
/* .profile_ul li {
    margin: 15px 0;
} */
.pagination__row li.active a:hover,
.pagination__row li.active span {
  border-color: #F3F3F3;
  background: #E9EDFF;
  color: #0D1432;
}

.pagination__row li.active span {
  border-radius: 0px;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

li.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

li.disabled span {
  border: 1px solid #f1f1f1;
  background: #fff;
  text-align: center;
  color: #222;
  min-width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px !important;
  padding: 0 10px;
}

/*  */

.getAlert__section {
  padding-bottom: 70px;
}

.getAlert__inner {
  background: #fff;
  padding: 25px 25px;
  border: 1px solid #dee2e6;
}

.getAlert__inner h5 {
  margin-bottom: 14px;
  font-size: 24px;
}

.getAlert__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 164px;
}

.notice-right {
  padding-left: 15px;
}

.notice-right a {
  text-decoration: underline;
  color: #444;
}

.notice-right a:hover {
  color: #0ba986;
}

.getAlert__form input {
  border-radius: 0;
}

.getAlert__form .OrangeBtn {
  padding: 13px 28px;
  margin-left: 15px !important;
  border-radius: 6px !important;
}
.list-search .input-group input{
  padding: 10px 15px;
  max-width: 280px;
  border-radius: 4px !important; 
  width: 100%;
}
.list-img, .propertyImg {
  position: relative;
  height: 250px;
    overflow: hidden;
}
.list-search {
  max-width: 280px;
  width: 100%;
}
.list-searchbar {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
/*  */

.listingSearch__bar {
  background: #fff;
  padding: 30px 0px;
  z-index: 2;
}
.suggested__section {
  background-image: url("../images/list-propperites.jpg");
  padding: 90px 0;
  position: sticky;
  top: unset;
  position: relative;
  z-index: 6;
  background-size: cover;
  background-position: center;
}
.suggested__section::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.suggested__section p {
  color: #626a78;
  font-size: 18px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 24px;
}

/*  */

.sortBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.sortBy span {
  margin-right: 10px;
  /* min-width: 80px; */
}

.sortBy img {
  margin-right: 4px;
  height: 22px;
}

.sortByForm .dropdown-toggle {
  border: 0 !important;
  padding-left: 2px;
  color: #0D1432;
  font-family: "Inter", sans-serif;
  background-color: #EEF1FF;
  padding: 6px 40px 6px 15px;
  border-radius: 4px;
}
.sortlist {
  padding: 6px 12px;
}
.sortBy ul li:first-child .sortlist{
  border-bottom: 1px solid #EDEDED;
}
.sortBy .dropdown-menu{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.sortByForm .dropdown-toggle::after {
  background-image: url(../images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 10px;
    position: absolute;
    left: auto;
    z-index: 8;
    background-size: 12px;
    top: 12px;
    right: 12px;
    border: 0;
    margin: 0;
}

/* form page */

.form_banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.register .form__wrap {
  height: 100%;
}
.form__wrap {
  height: 100vh;
  background: #fff;
  /* padding: 50px 40px; */
}
.form__wrap.login_form {
  height: 100%;
}
.form__wrapInner {
  margin: 0 auto;
  /* max-width: 430px; */
  width: 100%;
}

.formLogo {
  width: 100%;
  position: relative;
  left: 0px;
  margin-bottom: 10px;
}
.form__wrapInner .other_login_button a {
  margin: 0px;
}
.other_login {
  display: flex;
  column-gap: 25px;
  /* flex-wrap: wrap; */
  /* margin: 15px 0px; */
}
/* .other_login_button a{
  min-width: 200px;
} */
.form__wrapInner .commonHeading {
  margin-bottom: 22px;
}

.form__wrapInner .commonHeading h2 {
  font-size: 34px;
}

.form__wrapInner .form-control {
  padding: 12px 15px 10px;
}

.form__wrapInner button {
  font-size: 18px;
  padding: 8px 20px;
  letter-spacing: 1px;
  justify-content: center;
  font-weight: 600;
}
.register-form {
    margin-bottom: 14px;
}
.form-label {
  margin-bottom: 0.1rem;
  font-size: 15px;
}
.opportunity__section .commonHeading p {
  margin-bottom: 21px;
}
.recent__property p {
  margin-bottom: 0px;
}
.how-work-section p {
  margin-bottom: 0px;
}
.sign-up-form .commonHeading{
  margin-bottom: 2px;
}
.sign-up-form .commonHeading h3 {
  margin-bottom: 0px;
}
.form__wrapInner input {
  border: 1px solid #e8e2e5;
  /* -webkit-box-shadow: 0 0 4px #e3e2e3;
  box-shadow: 0 0 4px #e3e2e3; */
  border-radius: 5px;
}

.form-check {
  font-size: 14px;
}

.form-check-label {
  color: #a1a1a1;
}

.form-check a {
  font-family: "Inter", sans-serif;
}

.form-check a:hover {
  color: #333;
  text-decoration: underline;
}

.form-check-input:checked {
  background-color: #7f265b;
  border-color: #7f265b;
}

.form-check-input:focus {
  border-color: #d3ced1;
  outline: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.shortNotice {
  color: #626a78;
  font-size: 16px;
}

.shortNotice a {
  color: #626a78;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

.shortNotice a:hover {
  color: #0ba986;
  border-color: #0ba986;
}

.form__wrapInner li a {
  border: 1px solid #ECECEC;
  border-radius: 5px;
  padding: 11px 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  color: #828282;
  margin: 15px 0px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  /* -webkit-box-shadow: 0 0px 2px #eaeaea;
  box-shadow: 0 0px 2px #eaeaea;
  min-height: 44px; */
  justify-content: center;
}

/* .form__wrapInner li a:hover {
  border-color: #0ba986;
  background: #0ba986;
  color: #fff;
} */

/* .form__wrapInner li a img {
  margin-right: 10px;
} */

.form__bottom {
  padding-top: 50px;
}

.form__bottom p {
  margin: 0;
  color: #828282;
  font-size: 17px;
  text-align: center;
}

.form__bottom p a {
  font-family: "Inter", sans-serif;
}

.form__bottom p a:hover {
  color: #333;
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.form__head .shortNotice {
  margin-bottom: 24px;
}

.form__head .shortNotice a {
  border: 0;
  color: #0ba986;
}

.form__head .shortNotice a:hover {
  text-decoration: underline;
  color: #333;
}

/* Detail page */

.breadcrumb__bar {
  background-color: #fff;
}

.breadcrumb {
  color: #626a78;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 10px 0 20px 0px;
  border-bottom: 1px solid #D9D9D9;
}

.detailTop__bar {
  background-color: #0ba986;
  color: #fff;
  padding: 10px 0;
}

.detailBar__wrap .management_property a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gridBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gridBanner > div {
  width: 32.7%;
}

.single--content {
  width: 100%;
}

.single--sidebar {
  width: calc(100% - 380px);
  margin-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
}

.detail__header {
  background-color: #fff;
  padding: 28px 28px;
  margin-bottom: 25px;
}

.single--contentWrap {
  padding: 30px 0 80px;
}

.detail__centent {
  background-color: #fff;
  padding: 38px 28px 30px;
  margin: 25px 0;
  color: #000;
}

.single--content h6 {
  font-size: 18px;
  margin-bottom: 14px;
}

.detail__centent ul {
  margin-bottom: 40px;
}

.text-spacer {
  margin-bottom: 40px;
}

.detail__centent ul li {
  margin-bottom: 7px;
}

.detail__chart {
  background-color: #fff;
  padding: 30px 28px 20px;
  margin: 25px 0;
  color: #000;
}

.detail__map {
  margin-top: 30px;
}
.owner-detail {
  margin-top: 30px;
}
.detail__map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

/* card css */

.detail_card {
  background: #fff;
  /* padding: 18px 15px 12px; */
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 8px #64646424;
  box-shadow: 0 1px 8px #64646424;
  border-radius: 5px !important;
  border: 1px solid #E2E4E6;
}
.accordion .detail_card:last-child{
   margin-bottom: 0px;
}
.agency-property {
  padding-top: 80px;
}
.detail_card button.accordion-button {
  background-color: #fff;
  border-bottom: 1px solid #E2E4E6;
  padding: 14px 20px;
  font-size: 18px;
  color: #051321; 
  font-weight: 500;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.detail_card button.accordion-button.collapsed {
  border-bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.detail_card button.accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.detail_card .accordion-item {
  border: 5px;
}
.detail_card .accordion-body {
  padding: 15px 20px;
  font-size: 16px;
  color: #636E6B;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.detail_card .accordion-body p {
  margin-bottom: 0px;
}
.detail_card_head {
  margin-bottom: 25px;
  border-bottom: none;
  padding: 0 0 10px;
}

.detail_card_head h5 {
  font-size: 17px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail_card_info,
.detail_card_info p {
  font-size: 15px;
}

.detail_card_info .propertyName {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.propertyName {
  margin-bottom: 24px;
}
div.propertyName:last-child {
  margin-bottom: 0px;
}
.detail_card_info .propertyName img {
  margin-inline-end: 10px;
}
.property-image img {
  width: 100%;
}
.property-image {
  position: relative;
  margin-top: 30px;
}
.detail_card_head h5 span svg {
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}

/* end */

.gridBanner__section {
  position: relative;
}
/*
.gridBanner__section::after {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(1%, rgba(0, 0, 0, 0.01)),
    to(rgba(0, 0, 0, 0.77))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.01) 1%,
    rgba(0, 0, 0, 0.77) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.01) 1%,
    rgba(0, 0, 0, 0.77) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  z-index: 0;
}
*/
.gridBanner__section .container {
  position: relative;
  z-index: 1;
}
.similar-property {
  margin-bottom: 55px;
}
.gridBanner_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /* position: absolute; */
  background: #fff;
  border-radius: 5px;
  padding: 25px 0px 0px 0px;
}
.property-type2 {
  background-color: #0D1432;
  font-size: 14px;
  padding: 1px 12px;
  color: #fff;
  border-radius: 4px
}
.flash_icon {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; */
}
.property-details {
  display: flex;
  column-gap: 15px;
  margin-bottom: 10px;
}
.propertyAddress2 {
  display: flex;
  font-size: 15px;
  column-gap: 8px;
  align-items: center;
}
.propertyAddress2 p {
  margin: 0px;
}
.mark_icon {
  background-color: #0ba986;
  width: 70px;
  height: 70px;
  padding: 12px;
  border-radius: 100px;
  margin-right: 15px;
}

.flash_icon h4 {
  font-size: 30px;
  color: #fff;
  /* text-shadow: 1px 1px 2px #6f6f6f; */
}

.flash_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flash_price h6 {
  font-size: 18px;
  color: #fff;
  /* text-shadow: 1px 1px 2px #6f6f6f; */
}

.flash_price {
  margin-right: 20px;
}

.flash_price span {
  font-size: 16px;
  color: #a8a8a8;
  white-space: nowrap;
  text-transform: capitalize;
  /* text-shadow: 1px 1px 2px #6f6f6f; */
}

.flash_call a {
  background: #0ba986;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price-detail {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.price-detail span {
  font-size: 20px;
}
.breadcrumb-item.active {
  color: #0BA986
}
.flash_call a:hover {
  opacity: 0.7;
}

.flash_call a svg {
  width: 16px;
  position: relative;
  left: -4px;
}

.for-gallery_style .slick-slide img {
  display: block;
  /* border-radius: 5px; */
  width: 100%;
}

.nav-gallery_style .slick-slide {
  padding: 11px 6px;
}

.nav-gallery_style .slick-dots {
  margin-top: 0;
  position: relative;
  top: -5px;
}

.nav-gallery_style .slick-slide img {
  display: block;
  /* border-radius: 5px; */
  cursor: pointer;
  max-width: 100%;
}

.orange-bg {
  background-color: #fff;
}
.dealer__widget  {
  box-shadow: 0px 1px 4px #63636324;
  border-radius: 5px;
}
.detail__centent ul:first-of-type li {
  background-image: url(../images/orange-tik.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 32px;
  margin-bottom: 10px !important;
}

.property__contact {
  padding: 30px 0;
}

/*  */

.widget__header {
  border-bottom: 1px solid #E2E4E6;
  padding: 15px 20px;
  font-size: 18px;
}

.widget__header img {
  width: 150px;
}

.widget__info {
  color: #fff;
  padding: 10px 18px;
}

.widget__info h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 2px;
}

.widget__info p {
  margin: 0;
}

.widget__list {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter";
  font-size: 16px;
  color: #051321;
}
.agent-contact {
  padding: 10px 0px;
}
.widget__list img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 120px;
  border: 1px solid #fff0;
  margin-right: 15px;
}

.widget__list a {
  margin-left: auto;
  background-color: #051321;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.widget__list a:last-child {
  margin-left: 10px;
}

.widget__list a img {
  width: 22px;
  height: 22px;
  -o-object-fit: none;
  object-fit: none;
  border-radius: 0;
  border: 0;
  margin: 0 auto !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget__list a img:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.maillingBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.maillingBtn h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.maillingBtn .enquirebtn {
    padding: 7px;
    background-color: #0D1520;
    border-radius: 5px;
    border: 0px;
    color: #fff;
}
.maillingBtn .whiteBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 35px 14px;
}

.maillingBtn img {
  margin-right: 5px;
}

/*  */

.property__addsBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.property_btn1 { 
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
}
.property__logo { 
  max-width: 180px;
}

.propertyAddress {
  padding: 0;
  font-size: 16px;
}
.propertyAddress h6 {
  color: #fff;
  font-family: "Inter";
  font-size: 17px;
  padding: 0 5px;
}

.contact__propertybtn a {
  margin-left: 15px;
}

.contact__propertybtn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
  width: 100%;
}
.contact__propertybtn .whiteBtn,
.contact__propertybtn .borderBtnWhite {
  padding: 10px 20px 10px;
}
.dealer__section {
  padding: 70px 0 30px;
}

.dealerImg {
  width: 110px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}

.dealerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 1px #ccc inset;
  box-shadow: 0 0 2px 1px #ccc inset;
  margin-bottom: 10px;
}

.dealerInfo {
  padding: 10px 20px;
}

.dealerInfo h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.dealerInfo p {
  margin: 0;
  padding: 0;
}

.dealerContact {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dealerContact a {
  font-size: 15px;
  padding: 8px 20px 7px;
  margin-left: 15px;
  font-family: "Inter";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dealerContact a img {
  margin-right: 6px;
}

.mainCarousel--style {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mainCarousel--style .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainCarousel--style .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainCarousel--style .slick-slide .propertyImg img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  /* border-radius: 5px; */
  transition: 0.5s all;
}

.pageCnter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* radio fancy button  */

.blockFilter {
  position: relative;
}

.radio--bt input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio--bt .radio--bt-label {
  cursor: pointer;
  border: 2px solid #0ba986 !important;
  background: #fff;
  color: #0ba986;
  font-family: "Inter", sans-serif;
  border-radius: 30px;
  padding: 5px 10px 3px;
  min-width: 122px;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 9px;
  text-align: center;
}
.blockFilter.blockFilter-js {
  gap: 0px;
  display: flex;
}



.choose-filter.active + .radio--bt-label {
  background: #0ba986;
  color: #fff;
}





/* image radio button  */

.imgRadio-bt input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.imgRadio-bt .imgRadio-label {
  cursor: pointer;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  color: #fff;
  margin: 0;
  position: relative;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imgRadio-bt .imgRadio-label:hover {
  color: #0ba986;
}

.imgRadio-bt .imgRadio-label::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imgRadio-bt .imgRadio-label:hover::after {
  bottom: -74%;
}

/* 07/08/2023 evening */

/* 7-8-2023 */

.list-of-proprty-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px 0;
  border-top: 1px solid #eee;
}

.list-of-proprty-btn .btn {
  padding: 7px 18px;
  font-size: 14px;
  line-height: normal;
}

/* list radio */

.list-of-proprty {
  max-height: 50vh;
  overflow: auto;
}

.list_radio {
  margin: 20px 10px;
  cursor: pointer;
}

.list_radio label{
 cursor: pointer;
}
.list_radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.list_radio input[type="radio"] + .list_radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.list_radio input[type="radio"]:checked + .list_radio-label:before {
  background-color: #0D1432;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border: #0D1432;
}

.list_radio input[type="radio"]:focus + .list_radio-label:before {
  outline: none;
  border-color: #0ba986;
}

.list_radio input[type="radio"]:disabled + .list_radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.list_radio input[type="radio"] + .list_radio-label:empty:before {
  margin-right: 0;
}

/* list check box */

.list-of-type {
  max-height: 50vh;
  overflow: auto;
  padding: 10px 12px 10px;
}

.list-of-type h6 {
  margin-bottom: 5px;
}

.list_checkbox {
  position: relative;
  padding: 10px 0;
}

.list_checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.checkbox-label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-label::before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #0ba986;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.list_checkbox input:checked + .checkbox-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0ba986;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  */

.list-of-range {
  padding: 7px 12px;
}
.advanced-model .list-of-range {
  padding: 0px;
}
.advanced-model .filter_card_wrap h6 {
    padding: 0 10px 12px;
    font-weight: 500;
}
.list-of-range h6 {
  margin-bottom: 10px;
  padding: 0 10px;
}
.advanced-model .filter_card_row {
  margin-bottom: 30px;
}
.bed .filter_card_row .select-min {
    padding: 9px 12px;
    color: #636E6B;
}
.list-of-range .form-select {
  margin: 0 10px;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-of-range {
  padding: 7px 0px 20px;
}

/* popup css */

.modal-header,
.modal-footer {
  background-color: #fff;
  padding: 24px;
}
.modal-footer {
padding: 18px 25px;
}
.modal-footer .OrangeBtn {
  margin: 0px;
}
._card_icon svg {
  margin-bottom: 5px;
}
/*
.pv-modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  height: 100%;
}
*/
.modal-dialog-scrollable .pv-modal-content {
  max-height: 550px;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background-color: #f7f7f7;
}
.modal-dialog-scrollable .pv-modal-content.advanced-model {
  border-radius: 15px;
}
.advanced-model .modal-header, .advanced-model .modal-footer {
    padding: 15px 20px;
    border-color: #BBBBBB;
    column-gap: 20px;
}
.modal-dialog-scrollable .advanced-model .modal-body {
    background: #fff;
    padding: 15px 8px;
}
.advanced-model .list-of-range .form-select {
    /* padding-top: 6px;
    padding-bottom: 6px; */
    font-size: 15px;
    color: #636E6B;
}
.advanced-model .modal-footer .btn {
    /* margin: 0 5px; */
    padding: 7px 12px;
    border-radius: 4px;
}
.borderBtnOrg2 {
    background-color: #24303D;
    color: #fff;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    padding: 19px 35px;
}
.filter_card_wrap {
  margin: 0 auto;
  max-width: 890px;
}

.filter_card_wrap h6 {
  padding: 0 10px 10px;
}
.advanced-model h5.modal-title {
  font-weight: 600;
}
.filter_card_col {
  padding: 0 10px;
}
.property-size-list {
  display: flex;
  column-gap: 29px;
}
.checkbox_card_buttons {
  /* width: 100%; */
  /* margin: 0 auto 15px; */
  text-align: center;
}
/* .advanced-model .checkbox_card_buttons {
  margin-bottom: 5px;
} */
/* .checkbox_card input {
  display: none;
} */

.checkbox_card_btn {
  margin: 0px 10px 0px 0px;
  width: 130px;
  height: 130px;
  border: 2px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  /* -webkit-box-shadow: 0 0 10px #c3c3c367;
  box-shadow: 0 0 10px #c3c3c367; */
  cursor: pointer;
  background-color: #fff;
}

.checkbox_card_btn > i {
  color: #ffffff;
  background-color: #ffdae9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(2);
  -ms-transform: translateX(-50%) scale(2);
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.checkbox_card_btn .checkbox_card_icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* padding: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox_card_btn .checkbox_card_icon img {
  display: block;
  width: auto;
  margin-bottom: 10px;
  height: 30px;
}

.checkbox_card_btn .checkbox_card_icon h3 {
  color: #474343;
  font-size: 16px;
  /* font-weight: 500; */
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Inter";
}
.mobile-show-list {
  display: none;
}
/* .checkbox_card input:checked + .checkbox_card_btn {
  border: 2px solid #ECECEC;
  background-color: #e1e6fe;
} */
.approval-button {
  width: 100%;
  text-align: end;
  border-top: 1px solid #BBBBBB;
  padding-top: 20px;
}
.filter_card_row {
  margin-bottom: 15px;
}

.filter_card_wrap .list-of-type {
  max-height: none;
}

.filter_card_wrap .list-of-range .form-select {
  margin: 0 0;
  width: 49%;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #EEF1FF;
  border-color: #0ba986;
  color: #0D1432;
}
.listingSearch__bar .btn.dropdown-toggle:hover {
  background-color: #EEF1FF;
  color: #0D1432;
}
.btn-outline-primary {
  --bs-btn-color: #0ba986;
  --bs-btn-border-color: #0ba986;
  --bs-btn-hover-bg: #0ba986;
  --bs-btn-hover-border-color: #0ba986;
  --bs-btn-active-bg: #0ba986;
  --bs-btn-active-border-color: #0ba986;
  --bs-btn-disabled-color: #0ba986;
  --bs-btn-disabled-border-color: #0ba986;
  background-color: #fff;
}

.propertyWidth img,
.propertyName img {
  height: auto !important;
}

.propertyAddress {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
}
.property-type {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #0D1432;
  font-size: 14px;
  padding: 1px 12px;
  color: #fff;
  border-radius: 4px;
}
.proprtyList_box .slick-slide img {
  display: block;
  /* height: 220px; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s all;
  aspect-ratio: 2/1.3;
}
.projectGallery-slider:hover .slick-slide img{
  transform: scale(1.14);
}
.proprtyList_box .propertyImg {
  height: auto;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #0ba986;
  border-color: #0ba986;
}
.advance-property-type select{
  color: #636E6B;
  padding: 10px;
}

.modal-footer .btn {
  margin: 0px;
  padding: 10px 20px;
}
.works {
  background-color: #fff;
  box-shadow: 0 0px 24px #c4c4c440;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.text-works h5  {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.text-works p {
  font-size: 16px;
  color: #636E6B;
  line-height: 24px;
  margin: 0px;
}
[dir="rtl"] .text-works p {
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.text-works {
  margin-top: 16px;
}
/* sticky css*/

.bottom__bar {
  display: none;
}

.bottom__barInner svg path {
  fill: #fff !important;
}

.bottom__barInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background: #0ba986;
  border-radius: 5px;
}

.bottom__barLeft a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 158px;
}

.bottom__barRight a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 12px;
}

.bottom__barRight svg {
  width: 19px;
  height: 19px;
}

.bottom__barInner svg path {
  fill: #000 !important;
}

.bottom__barRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property__contact .propertyAddress {
  white-space: inherit;
}

.filter_card_wrap .checkbox_card_btn {
  height: auto;
  width: auto;
  /* border-radius: 4px; */
}
#filter__modal {
  z-index: 9999;
}
.filter_card_wrap .checkbox_card_btn .checkbox_card_icon {
  position: relative;
  /* padding: 5px 10px; */
}

/* .property_listpage .modal-backdrop.fade {
  display: none;
} */
.property_listpage.modal-open .header {
  z-index: 9;
}
/* .property_listpage.modal-open .listingSearchForm:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  content: "";
  z-index: 9;
  background: #000;
  opacity: 0.5;
} */
.pair_pills .btn-group {
  gap: 10px;
}
.advanced-model .pair_pills .btn-group {
  gap: 0px;
  width: 100%;
}
.advanced-model .bed .filter_card_row {
  width: 100%;
}
.payment-method {
  margin-bottom: 0px;
}
.pop-up-price {
  display: flex;
  column-gap: 25px;
}
.advanced-model .bed {
  display: flex;
  column-gap: 5px;
}
.pair_pills .btn-group .btn-outline-primary {
  /* border-radius: 4px !important; */
}
.property_listpage .propertyTypeSlider .slick-prev.slick-arrow {
  left: 0;
}
.property_listpage .propertyTypeSlider .slick-next.slick-arrow {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .bottom__bar {
    display: block;
  }
  .sticky--bar {
    width: 100%;
    position: fixed;
    bottom:10px;
    z-index: 999; 
    left: 0px;
    padding: 0 15px;
  }
  .bottom__bar.sticky--bar h5 {
    font-size: 18px;
  }

  .bottom__bar.sticky--bar .bottom__barLeft {
    flex: 1 0 0%;
  }

  .bottom__bar.sticky--bar .bottom__barLeft a {
    width: 100%;
  }
}

/* dashboard css */

.layout-wrapper,
.layout-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

aside.menu-vertical {
  position: fixed;
  top: 91px;
  bottom: 0;
  left: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  padding: 12px 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  background-color: #fff;
}

.layout-page {
  padding-left: 271px;
}

.fullwidth .layout-page {
  padding-left:0;
}

.layout-content-navbar .layout-page {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 0;
  min-width: 0;
  max-width: 100%;
}

aside.menu-vertical .logo {
  padding-bottom: 18px;
  display: none;
}

.layout-page .img_data_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.layout-page .img_data_wrapper h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  /* 108.333% */
  letter-spacing: 0.5px;
}

.layout-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 85px;
}

.nav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

ul.menu-vertical_inner li a:hover {
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-wrapper.layout-content-navbar {
  background-color: #fafafa;
}

.menu-vertical_inner {
  min-height: calc(100vh - 157px);
  overflow: auto;
}

.menu-vertical_inner li.active {
  gap: 10px;
  /* width: 200px; */
  /* height: 40px; */
  background: #0ba986;
  border-radius: 5px;
}

.menu-vertical_inner li.active a {
  color: #fff;
}

.menu-vertical_inner li {
  margin-bottom: 9px;
}

.menu-vertical_inner li:hover {
  background: #0ba986;
  border-radius: 5px;
  cursor: pointer;
}

.menu-vertical ul.menu-vertical_inner li:hover a svg path {
  stroke: #fff;
}

ul.menu-vertical_inner li a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  font-family: "Inter";
  color: #8b909a;
  padding: 8px 10px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
}

.layout-page nav.navbar {
  margin-top: 30px;
  /* padding: 11px 20px; */
    padding: 11px 24px;
}
.inner_content.dash-left {
  padding: 10px 12px 0px 12px;
}
.layout-container ul li a svg {
  margin-right: 10px;
  width: 20px;
}

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

nav.navbar h3 {
  color: #23272e;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

footer.dashfooter {
  width: 100%;
  padding-left: 261px;
}
.extra-details {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  row-gap: 20px;

}
.extra-details li {
  padding-bottom: 8px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  padding-bottom: 0px;
  width: 25%;
}

.extra-details .item-attr {
  display: inline-block;
  font-size: 12px;
  color: #5D6772;
}
.extra-details li .item-property {
  font-size: 15px;
  color: #0D1432;
}
.extra-details li .item-attr
.property_page {
  column-gap: 15px;
}
.dash-left .property_page {
  column-gap: 20px;
}
.detail-property2 {
  padding-inline-end: 38px;
}
.btn-sm.directions-btn.active {
  color: #fff !important;
  background-color: #000;
}
.btn-sm.street-view-btn {
  background-color: #fff;
}
.extra-details li:last-child {
  border-bottom: none;
}

/* registration page */

/* header about_inner_data */

.header.about_inner_data {
  background-color: #0ba986;
}

.header.about_inner_data {
  background-color: #0ba986;
  position: unset;
  border: 0;
}

.main__Wrapper_inner_one {
  background-color: #0ba986;
}

.Property_seeks {
  text-align: center;
  padding: 89px 0;
  background-color: #f49f25;
}

.Property_seeks h2 {
  padding: 13px 0;
  color: #fff;
  font-size: 37px;
}

.bd_white_header img.edge {
  opacity: 0.1;
}

.Property_seeks p {
  margin-bottom: 28px;
  color: #fff;
}

ul.data_benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 31px;
  gap: 17px;
}

.benefit_data h4 {
  font-size: 32px;
  color: #000;
}

.benefit_data ul {
  margin-top: 10px;
}

.benefit_img {
  -webkit-clip-path: circle(70% at 70% 20%);
  width: auto;
  vertical-align: top;
  padding-top: 0;
  min-height: 370px;
  min-width: 100%;
}

.Benefits .benefit_data {
  margin-left: 25%;
  margin-top: 100px;
}

.benefit_data ul li {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}

.Sophisticated {
  background-color: #0ba986;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 76%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 76%, 0% 100%);
}

.Sophisticated .content h2 {
  color: #fff;
}

.content div ul li {
  color: #fff;
  padding: 5px 0;
  font-size: 25px;
  font-weight: 300;
}

.Sophisticated .content {
  padding: 87px 0;
}

#how-it-works {
  background-color: #0ba986;
  position: relative;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  padding: 30px 0 101px;
}

#how-it-works h2 {
  color: #fff;
  padding: 19px 0px 28px;
}

#how-it-works h2 {
  color: #fff;
}

#how-it-works .work_wrapper img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

div#half-form {
  text-align: center;
  padding: 75px 0;
  background-color: #0ba986;
  /* clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%); */
  -webkit-clip-path: polygon(0% 39%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 39%, 100% 0%, 100% 100%, 0% 100%);
}

div#half-form h2 {
  margin-bottom: 27px;
  padding: 101px 0 0;
  color: #fff;
}

.Sophisticated .col-md-12.img {
  padding-left: 0;
}

.work_wrapper h3 {
  color: #fff;
  font-size: 19px;
  margin-top: 18px;
}

.client_data h2 {
  margin-bottom: 16px;
}

.client_data {
  text-align: center;
  background-color: #fff;
  padding: 55px 0;
}
.Client_data_slider .client-logo{
  background-color: #fff;
  /* box-shadow: 0 2px 8px #0000002e; */
  margin: 12px 8px;
  border-radius: 10px;
  padding: 10px 0px;
}
.Client_data_slider .slick-arrow {
  display: block !important;
}
.Client_data_slider .slick-slide img {
  display: block;
  margin: auto;
  max-width: 190px;
  width: 100%;
}

div#pf-stats {
  background-color: #fff;
  padding: 149px 0 49px;
}
.choose-us {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 25px;
}
.choose-us h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0D1432;
}
.why-choose p{
  margin-bottom: 25px;
}
.row.source {
  text-align: center;
  padding: 26px 0 0px;
}

.row.source span {
  color: #413c46;
  text-align: center;
  font-size: 19px;
}

.achivement_data span {
  font-size: 16px;
  color: #636E6B;
  font-family: "Inter", sans-serif;
}
.achivement_data {
  border-inline-end: 1px solid #D9D9D9;
  padding-inline-end: 25px;
  margin-inline-end: 25px;
  text-align: center;
}
.achivement_data:last-child {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.hald_data {
  background-color: white;
}

.find_work {
  background-color: #fff;
  margin-top: 56px !important;
}

.Benefits img.curved {
  position: absolute;
  max-width: 100%;
  bottom: -108px;
  background-color: #f8f8f8;
}

.Benefits {
  position: relative;
}

.bd_white_header {
  background-color: #ddd;
}

.Benefits .col-md-6.img_data {
  padding-right: 0;
}

.header.about_inner_data .navBar ul li a:hover {
  color: #fff;
}

.header.about_inner_data .navBar ul li.active a {
  color: #fff;
}

#half-form input.button.btn.btn-primary,
.Property_seeks .btn-primary {
  padding: 10px 30px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 20px;
}

.Benefits .col-lg-6.img_data {
  padding-right: 0;
}

#exampleModaldata .modal-dialog .modal-body .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
  margin-bottom: 18px;
}

#exampleModaldata .form-group .company_details {
  width: 50%;
}
.pass-show  {
  position: relative;
}

#exampleModaldata .modal-body h3 {
  margin-bottom: 13px;
  font-size: 23px;
}

#exampleModaldata button.OrangeBtn {
  padding: 9px 35px;
}

#exampleModaldata .modal-footer {
  padding-right: 0;
}

#exampleModaldata select.form-control {
  background-image: url(../images/dropdown-icon.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 92% 50%;
}

#exampleModaldata input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  outline: none;
}

#exampleModaldata p.label_home {
  margin-top: 15px;
}

/* .company_details {
  max-width: 2560px;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  margin: auto;
} */
.main__Wrapper_inner_one .logo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/* 26/08/2023 ccs */
.flash_call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
}
.flash-wahtsapp {
  margin-left: 10px;
}
.price-detail h3 {
  color: #0BA986;
  font-size: 30px;
  font-weight: 600;
  margin-inline-start: 5px;
  white-space: nowrap;
}

.mainSearch__box {
  overflow: hidden;
}
.suggested__section p {
  font-size: 3em;
  font-weight: 600;
}

.btn.btn-outline-primary {
  border-color: #0ba986 !important;
  color: #0ba986 !important;
}
.advanced-model .btn.btn-outline-primary {
  border-color: #d2d2d2 !important;
  color: #636E6B !important;
}
.advanced-model .btn-check:checked + .btn {
    border: 1px solid;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #e1e6fe;
  color: #000 !important;
  border: 0px;
}
.project-sort .btn.dropdown-toggle:active, .project-sort .btn.dropdown-toggle {
  background-color: #EEF1FF !important;
  color: #0D1432 !important;
}

#homesearchform .btn.filter-btn {
  background-color: #fffF !important;
  color: #0BA986  !important;
  border: 0px !important;
}
.change-password {
  background-color: #0BA986;
  color: #fff;
  font-size: 15px;
  padding: 9px 15px;
  border-radius: 7px;
  border: 2px solid #0BA986;
  line-height: normal;
  text-align: center;
}
.change-password:hover {
  background-color: #fff;
  color: #0BA986;
  font-size: 15px;
  padding: 9px 15px;
  border-radius: 7px;
  border: 2px solid #0BA986;
  line-height: normal;
  text-align: center;
}
.wishList {
  margin-inline: 10px;
}
.projects.lighbox-scrolling {
  overflow: hidden;
}
.dashboard-header a{
  color: #0BA986;
}
.wishList svg {
  color: #0ba986;
  fill: #0ba986;
}
/* LANGUAGE AR */

.show-pass {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
}
[dir="rtl"] .show-pass {
  left: 15px;
  right: unset;
}
.lang_ar .leasing__box img {
  margin-right: 0;
  margin-left: 20px;
}
.main_content_wrapper .alert {
  transform: translateX(-50%);
  left: 50%;
  font-size: 15px;
  top: 100px !important;
  text-align: center;
}
.lang_ar .propertyLoc img {
  margin-right: 0;
  margin-left: 5px;
}
 .mobile-choose {
  display: none;
 }
/* .lang_ar .propertyWidth:not(:last-child) {
    border-left: 1px solid #cccc;
    padding-left: 5px;
} */
.lang_ar .list__propertyBox {
  justify-content: space-between;
}
.lang_ar .list__propertyCntnt {
  margin-right: 0;
}
.lang_ar .suggested__section p {
  text-align: right;
}
.lang_ar .extra-details li {
  display: flex;
  column-gap: 8px;
}
.lang_ar .detail_card_head h5 span svg {
  margin-right: 5px;
  margin-left: 5px;
}
.dealerImg {
  padding: 10px;
}
.lang_ar .widget__list a:last-child {
  margin-left: 0;
  margin-right: 20px;
}
.lang_ar .widget__list a:nth-child(3) {
  margin-left: 0;
  margin-right: auto;
}
.lang_ar .widget__list img {
  margin-right: 0;
  margin-left: 15px;
}
.lang_ar .btn-close {
  margin-left: 0 !important;
}
.lang_ar .navBar ul {
  text-align: right;
}
.lang_ar .userControl.d-flex {
  text-align: right;
}
.lang_ar .list_checkbox input:checked + .checkbox-label:after {
  left: unset;
  right: 9px;
}
.lang_ar .checkbox-label::before {
  margin-right: 0;
  margin-left: 5px;
}
.lang_ar .list_radio label {
  display: inline-block;
  text-align: right;
  /* float: right; */
  display: block;
}
.lang_ar .list_radio input[type="radio"] + .list_radio-label:before {
  margin-right: 0;
  margin-left: 10px;
}
.lang_ar .sortBy span {
  margin-right: 10px;
  margin-left: 10px;
}
/* .lang_ar .sortByForm .btn.dropdown-toggle::after {
  right: 1px;
} */
.lang_ar .getAlert__form .OrangeBtn {
  margin-left: 0px !important;
  margin-right: 15px;
}

/*****  Blog CSS *****/
.blogHolder__wrapper {
  padding: 90px 0;
}

.blogHolder {
  margin-bottom: 50px;
}

.blogHolder .blogHolder__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.blogHolder .blogHolder__img img {
  display: block;
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.blogHolder .blogHolder__img:hover img {
  transform: scale(1.07);
}

.blogHolder .blogHolder__cntnt {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}

.blogHolder .blogHolder__cntnt h5 {
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blogHolder:hover .blogHolder__cntnt h5 {
  color: #0ba986;
}
.blogHolder .blogHolder__cntnt .blogHolder__date {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.blogpageSection.commonSection {
  padding-top: 120px;
}
.blogArticalOuter {
  max-width: 100%;
  margin: 0 auto;
}

.blogArticalOuter__image {
  margin: 0 0 20px;
}
.blogArticalOuter__title {
  margin: 0 0 30px;
}
.blogArticalOuter__content {
  max-width: 100%;
  margin: 0 auto 60px;
}

.innerpagetitle {
  margin-bottom: 47px;
  padding: 20px 0 0;
}

.blogTitleDate {
  font-size: 14px;
  margin-top: 15px;
}

.blogArticalOuter__content p,
.blogArticalOuter__content li {
  font-size: 16px;
  line-height: 28px;
}

.blogArticalOuter__content p {
  margin: 0 0 30px;
}

.blogArticalOuter__content li {
  margin: 0 0 5px;
}

.blogArticalOuter__content ul,
.blogArticalOuter__content ol {
  margin: 0 0 30px;
  padding-left: 20px;
  list-style: disc;
}
.blogArticalOuter__content ul li,
.blogArticalOuter__content ol li {
  list-style: disc;
}
.blogArticalOuter__content a {
  color: var(--primaryBtn);
}

.blogArticalOuter__content strong {
  font-weight: 700;
}
.blogArticalOuter__content
  :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .blogArticalOuter {
    max-width: 100%;
  }

  .blogArticalOuter__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

@media only screen and (min-width: 576px) {
  ul.doubleList {
    column-count: 2;
  }
}

/***** Sidebar  *****/

.sidebar_block_column h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.sidebar_block_column .categories_list {
  background-color: #fff;
  padding: 20px;
  margin: 0 0 40px 0;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
}
.sidebar_block_column .categories_list li {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
}
.sidebar_block_column .categories_list li:first-child {
  padding-top: 0;
}
.sidebar_block_column .categories_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar_block_column .categories_list li > a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #111111;
}
.sidebar_block_column .categories_list li a:hover {
  color: #0ba986;
}
.content-block.post-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-block.post-medium.post-medium-border {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
}
.content-block.post-medium.post-medium-border:first-child {
  padding-top: 0;
}
.post-reveal-title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 600;
  margin-top: 0.01em;
  margin-bottom: 0.01em;
  margin-right: 25px;
}

.content-block.post-medium .post-content .post-date,
.post-date {
  margin-bottom: 5px;
  font-size: 14px;
}

.content-block.post-medium .post-content .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.content-block.post-medium .post-content .title a {
  color: #111111;
}
.content-block.post-medium .post-content .title:hover a {
  color: #0ba986;
}

.sidebar_search {
  margin-bottom: 20px;
}
.sidebar_search .sidebar_search_button {
  padding: 10px;
  border-radius: 0;
}

/*** Find broker css ***/

/* .broker_find_banner {
  background-image: url(../images/dahab.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
  position: relative;
}
.broker_find_banner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */
.broker_find_banner .container {
  position: relative;
  z-index: 1;
}
.broker_find_banner {
  padding: 30px 0px;
}
.broker_find_banner h2 {
  color: #0D1432;
  text-align: center;
  margin-bottom: 30px;
}
/* .broker_find_searchBar {
  background: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem;
  max-width: 774px;
  margin: 0 auto;
} */
.broker_find_searchBar h5 {
  margin-bottom: 15px;
}
.broker_find_searchBar .btn {
  padding: 12px 25px;
  /* border-radius: 0; */
}
/* .broker_listing_section {
  padding: 80px 0;
} */
 .agency-search {
  flex-wrap: nowrap;
  column-gap: 20px;
 }
 .agency-input {
  max-width: 280px;
  border-radius: 5px !important;
 }
.borker_list_item {
  background: #fff;
  border: 1px solid #e7e7e7;
  /* padding: 20px; */
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px #c4c4c440;
}
.borker_list_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 20px;
  padding-bottom: 20px; */
}
.borker_list_item_img {
  min-width: 205px;
  margin-right: 15px;
  width: 100%;
  max-width: 20px;
}
.borker_list_item_img img {
  width: 100%;
}
/* .borker_list_item_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 165px);
  flex: 0 0 calc(100% - 165px);
  max-width: calc(100% - 165px);
} */
.borker_list_item_content h5 {
  margin-bottom: 8px;
}
.borker_list_item_content p,
.borker_list_item_botom .agency_address {
  font-size: 14px;
}
.agency_address {
  display: grid;
  column-gap: 5px;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 15px;
  color: #636E6B;
}
.agency-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}
.agency_address p {
  font-size: 15px;
  color: #636E6B;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.borker_list_item_content a {
  font-size: 18px;
  color: #0D1432;
  font-weight: 500;
  font-family: Inter;
}
.borker_list_item_botom .counter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}
.table td a{
  color: #000;
}
.table td a:hover{
  color: #0BA986;
}
.admin-header {
  background-color: #0BA986;
  color: #fff;
}
.back-website {
  color: #0ba986;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
/* sidebar code */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;              /* SHOW by default */
    width: 250px;
    height: 100vh;
    background: #0f172b;
    color: #fff;
    transition: 0.3s ease;
    z-index: 11;
}

.sidebar.active {
    left: -251px;
}

.sidebar h4 {
    padding: 20px;
    text-align: center;
}

.sidebar .nav-link {
    color: #cbd5e1;
    padding: 12px 20px;
}

.sidebar .nav-link:hover {
    background: #374151;
    color: #fff;
}
.buyer-admin-dash {
  flex-direction: column;
}
.buyer-admin-dash .layout-container {
  flex: unset;
}

.start-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
}

.start-left {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
}
.admin-search-bar {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.icon-box {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    min-width: 60px;
}
.text-content h3 {
    margin: 0;
    font-size: 22px;
    color: #23272e;
    font-weight: 500;
}

.text-content p {
    margin-top: 6px;
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 0px;
}

.save-btn {
    background: #0ba986;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    display: block;
    width: 100%;
}


.main-content {
    margin-left: 250px;
    transition: 0.3s;
}

.main-content.shift {
    margin-left: 0;
}
.sidebar-buyer li a {
  color: #ffffff80;
  padding: 12px 20px;
}
.dashboard-header2 .btn.dropdown-toggle {
  background-color: #EEF1FF;
  color: #0D1432;
  padding: 10px 42px 10px 15px;
}
.image-admin {
  padding: 15px 20px;
  border-bottom: 1px solid #717171;
}
.buyer-admin-dash {
  height: 100vh;
}
.sidebar-buyer li a svg, .sidebar-buyer li a i {
  margin-right: 8px;
  max-width: 20px;
  text-align: center;
}
.sidebar-buyer {
  padding: 20px 0px;
}
.menu-btn {
    font-size: 17px;
    cursor: pointer;
    border: none;
    background: unset;
    color: #0D1432;
}
.menu-btn span {
  background: #EEF1FF;
  padding: 7px 9px;
  border: 0px;
  border-radius: 5px;
}
/* end of sidebar */

.sidebar-admin {
  display: flex;
}
.sidebar-admin .scrollbar-inner {
  width: 250px;
}
.content-dashboard {
  width: 100%;
}
.borker_list_item_botom .counter_list .counter_list_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  margin: 0 5px 15px;
}
.borker_list_item_botom .counter_list .counter_list_item span {
  display: block;
  text-align: center;
}
.borker_list_item_botom .counter_list .counter_list_item .counter {
  font-size: 20px;
}
.borker_list_item_botom .counter_list .counter_list_item .caption {
  font-size: 14px;
}
.broker_contect_list {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
}
.broker_contect_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.broker_contect_list li + li {
  margin-left: 10px;
}
.borker_list_item_content {
  padding: 20px 15px 20px 0px;
  width: 100%;
}
[dir="rtl"] .borker_list_item_content {
    padding: 20px 0px 20px 15px;
}
.broker_contect_list li a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #051321;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  column-gap: 10px;
}
.broker_contect_list li svg {
  fill: #fff;
  width: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* .broker_contect_list li:hover svg {
  fill: #333;
} */
.broker_contect_list li:hover a {
  color: #333;
}
.agency-heading h2 {
  font-size: 25px;
  color: #0D1432;
  margin-bottom: 25px;
}
.broker_contact {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 20px;
}
.broker_contact .title {
  margin-bottom: 15px;
}
.broker_contact .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
}
.broker_contact .btn svg {
  width: 20px;
  fill: #fff;
  margin-right: 10px;
}

.blog-shareo svg path {
  fill: #0ba986;
}
.blog-shareo {
  margin: 0 auto;
}
.gridBanner_info h4 {
  color: #000;
}
.gridBanner_info .flash_price span {
  color: #000;
}
.gridBanner_info .flash_price h6 {
  color: #000;
}
a#cancel_reset {
  display: block;
  text-align: end;
}

form.form-reset button {
  display: block;
  margin: 20px auto 0;
}
a#cancel_reset:hover {
  color: #0ba986 !important;
}
.gridBanner_info .flash_call a svg {
  left: 0;
}
/*** New Projects ***/

.find-button {
  min-width: auto;
  padding: 5px 28px;
  min-width: auto;
  text-align: left;
  border: 1px solid #0ba986 !important;
  background: #0ba986 !important;
  border-radius: 50px;
  color: #fff;
}
.find-button:hover {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
button#mbfilter.project-fiter {
  position: unset;
}
.listingSearch__box .input-group.project-launch {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.location__bar-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location__bar {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  /* width: calc(100% - 200px); */
}
.location__bar .location__item + .location__item {
  margin-left: 12px;
}
.location__bar .location__item .location-btn {
  background-color: #fff;
  color: #666666;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
  line-height: normal;
  text-align: center;
  font-family: "Inter";
}
.location__nav-arrows {
  margin-left: 20px;
}
.location__nav-arrows .arrows {
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 0;
}
.location__nav-arrows .arrows + .arrows {
  margin-left: 10px;
}
.location__nav-arrows .arrows svg {
  width: 13px;
  display: block;
}
.projectList__wrapper {
  padding-top: 5px;
  padding-bottom: 30px
}
.propertyTitle a {
  font-size: 18px;
  font-weight: 600;
}
.projects.mx1024 {
  padding-top: 0px;
}
/* .projectList__item + .projectList__item {
  margin-top: 60px;
} */

.Project-details {
  background-color: #F3F5FF;
  margin-top: 30px;
  padding: 30px 0px;
}  
.detail_card_info.new-project-detail .propertyName{
  width: 100%;
  padding: 0px 15px;
}
.new-project-detail .propertyName ul{
  columns: 3;
  width: 100%;
  gap: 34px;
}
.new-project-detail .propertyName ul li{
    list-style: disc;
}
.projectList__item-gallery {
  position: relative;
  height: 100%;
}
.projectGallery,
.projectList__item-gallery img {
  height: 100%;
}
.projectList__item-map {
  height: 100%;
}
.projectList__item-map iframe {
  width: 100%;
  height: 100%;
}
.model-tag {
  background-color: #fff;
  color: #0D1432;
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  line-height: normal;
  text-align: center;
  font-family: "Inter";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
}
[dir="rtl"] .model-tag {
  left: unset;
  right: 8px;
}
.model-outer {
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 2;
}
.model-button {
  background-color: #fff;
  color: #666666;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
  line-height: normal;
  text-align: center;
  font-family: "Inter";
  display: inline-block;
}
.project_detail_row {
  align-items: center;
}
.projectGallery-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
/* .projectList__item-bottom {
  border-top: 0;
  border-radius: 0 0 5px 5px;
  width: 100%;
  padding: 20px;
} */
.project__detail {
  color: #212529;
}
.project__detail .delivery-date {
  display: inline-block;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 3px 12px;
  border: 1px solid #e7e7e7;
  font-size: 13px;
}
.project__detail .project-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project__detail {
  padding: 15px 20px 0px 20px;
}
.project__detail .project-from-price,
.project__detail .project-develop,
.project__detail .delivery-date,
.project__detail .beds-card,
.projectDetail__section .property-type {
  margin-bottom: 4px;
}
.project__detail .project-develop p + p {
  margin-left: 15px;
}
.das-property-type button.btn{
  background-color: #EEF1FF;
  color: #0D1432;
}
.das-property-type button.btn:focus {
  border: 1px solid #d6d6d6;
}
.project__detail .beds-card,
.project__detail .location-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project__detail .beds-card {
  color: #636E6B;
  margin-bottom: 8px;
}
.project-heading {
  margin-bottom: 0px;
}
.project__detail .beds-card svg path + path {
  fill: #636E6B;
}
.beds-card p {
  margin-bottom: 0px;
}
.project__detail .beds-card svg,
.project__detail .location-card svg {
  width: 20px;
  margin-inline-end: 5px;
}
.project__detail .location-card svg path {
  fill: #333;
}
.project-detail2 {
  padding-right: 24px;
}
.project-developer span {
  font-size: 15px;
  color: #0D1432;
  font-weight: 500;
}
.project-developer {
  color: #636E6B;
  margin: 8px 0px; 
}
.location-card {
  display: flex;
  align-items: center;
}
.location-card p{
    margin-inline-start: 5px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #707070;
}
.floor-plan-model .modal-dialog {
  max-width: 600px;
}
.floor-plan-model .plan-image-gallery .slick-arrow {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.floor-plan-model .modal-dialog h5 {
  margin-bottom: 10px;
}
.projectDetail__section .floorPlan__container {
  position: relative;
  margin-bottom: 5px;
}
.projectDetail__section .floorPlan__container::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.projectDetail__section .floorPlan__container img {
  height: 100%;
  width: 100%;
}
.projectDetail__section .projectList__item-map {
  height: calc(50% - 5px);
}
.projectDetail__section .model-outer {
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projectDetail__section .property-type {
  font-size: 18px;
}
.projectDetail__section .projectList__item-bottom .project__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.projectDetail__section .projectList__item-bottom .OrangeBtn {
  -ms-flex-preferred-size: 20rem;
  flex-basis: 20rem;
  padding: 13px 30px;
  text-align: center;
}
.property__card-outer {
  padding: 50px 0;
}
.property__card {
  background-color: #fff;
  padding: 2rem 2rem;
  border-radius: 0.8rem;
  text-align: center;
}
.property__card .property__card-icon svg {
  height: 44px;
  width: 44px;
  margin: 0 auto;
}
.property__card .property__card-title {
  font-weight: normal;
}
.property__card .property__card-title,
.property__card .property__card-value {
  margin-top: 10px;
}
.property__description {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}
.property__description h3 {
  margin-bottom: 20px;
}
.property__description .more-text {
  display: none;
}
.property__description .moreless-button {
  margin-left: 0;
  margin-top: 15px;
  display: inline-block;
}
.units__accordion {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 10px;
}
.accordion-title {
  width: 100%;
}
.accordion-title .area-container {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-title .area-container img {
  width: 20px;
}
.accordion-title .area-container .proprty-area,
.accordion-title .area-container .area-unit {
  font-size: 20px;
  font-weight: normal;
  color: #686868;
  font-family: "Interr";
  margin: 0 8px;
}
.accordion-title .area-container .area-unit {
  font-size: 16px;
  margin: 0;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  background-color: #e3e3e3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table-model {
  width: 100%;
}
.table-model .table__header,
.table-model .table__body {
  padding: 12px;
  border-bottom-width: 1px;
  border-bottom-color: #e7e7e7;
  border-top: none;
}
.broucher-download {
  background-color: #0BA986;
  font-weight: 500;
  padding: 9px 18px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  max-width: 186px;
  margin: auto;
  text-align: center;
  justify-content: center;
}
.brochure_downlaod {
  border: 1px solid #C3C3C3;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
}
.brochure_downlaod p {
  margin: 9px 0px 15px 0px;
}
.project-detail-space {
  padding: 50px 0px 80px 0px;
}
.table-model .table__header:last-child,
.table-model .table__body:last-child {
  text-align: center;
}
.table-model .table__header {
  border-bottom-width: 2px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.project-detail-acordian {
  padding-right: 35px;
}
.table__body {
  font-size: 16px;
  color: #636E6B;
}
.table-model tr:last-child .table__body {
  border-bottom: none;
}
.table-model .button-module_button {
  background-color: transparent;
  border: none;
}

.amenities__section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.amenities__section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 15px;
  gap: 0 10px;
}
.amenities__section li {
  list-style: disc;
  margin: 5px 0;
}

.profile-widget.rent-list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature__property-sec {
  padding: 60px 0 0;
}
.product-custom {
  width: 100%;
}
.product-custom .profile-widget {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
  box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
  position: relative;
  margin-bottom: 24px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.profile-widget.rent-list-view {
  margin: 0 0 24px;
}
.profile-widget.rent-list-view .doc-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  max-width: 345px;
  position: relative;
}
.product-custom .doc-img .property-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 0;
  display: block;
  height: 100%;
}
.product-custom .doc-img .property-img:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
.profile-widget.rent-list-view .doc-img img {
  border-radius: 0;
  max-width: 345px;
  height: 100%;
  -webkit-transition: 0.9s all;
  -o-transition: 0.9s all;
  transition: 0.9s all;
}
.card-profile-image .circle_name {
    transform: translate(0%, -50%);
    left: 45%;
}
.agency-details.table th{
    white-space: nowrap;
}
.agent-management {
  padding-top: 15px;
}
table.dataTable.enquires {
  padding-top: 15px;
  }
/* .product-custom .doc-img:hover img {
    transform: scale(1.05);
} */
.product-custom .doc-img .user-avatar {
  right: auto;
  left: 20px;
  position: absolute;
  bottom: 20px;
  height: 50px;
  width: 50px;
}
.product-custom .doc-img .user-avatar img {
  border-radius: 50px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-custom .doc-img .slick-slider,
.product-custom .doc-img .slick-slider .slick-list,
.product-custom .doc-img .slick-slider .slick-track {
  height: 100%;
}
.profile-widget.rent-list-view .pro-content {
  width: 100%;
}
.pro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  border-radius: 0 0 4px 4px;
}
.pro-content .product-category {
  margin-bottom: 10px;
}
.pro-content .product-category p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.profile-widget.rent-list-view .pro-content .list-head .rating {
  display: block;
  margin: 0 0 10px;
}
.product-name-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-bottom: 14px;
}
.pro-content h3 {
  margin-bottom: 11px;
  font-size: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile-widget.rent-list-view .pro-content .list-head h3 {
  margin: 0;
}
.profile-widget.rent-list-view .pro-content .list-head .product-amount {
  position: static;
}
.product-name-price .product-amount {
  margin-left: 5px;
}
.profile-widget.rent-list-view .pro-content .list-head .product-amount h5 {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
}
.buy-list .product-custom .product-amount h5 {
  margin-bottom: 15px;
}
.profile-widget.rent-list-view .pro-content .list-head p {
  margin: 0 0 20px;
}
.profile-widget.rent-list-view .pro-content .list-head p svg {
  fill: #0ba986;
  width: 13px;
  margin-right: 10px;
}
.pro-content .details {
  margin: 0;
  padding: 20px 20px 15px;
  background-color: #f7f6ff;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-widget.rent-list-view .pro-content .details {
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}
.pro-content .details li {
  color: #111111;
  margin-bottom: 5px;
  font-weight: 500;
  margin-right: 10px;
}
.profile-widget.rent-list-view .pro-content .details li {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pro-content .details li img {
  width: 18px;
}
.pro-content .details li {
  gap: 8px;
}
.profile-widget.rent-list-view .pro-content .details li {
  margin: 0 !important;
}
.profile-widget.rent-list-view .pro-content .details {
  gap: 20px;
}
.feature__property-sec .property-category {
  padding-top: 20px;
  border-top: 1px solid #f4f4f4;
}
.pro-content .list,
.pro-content .list {
  font-size: 15px;
  font-weight: 700;
}
.pro-content .date,
.pro-content .date {
  font-size: 14px;
  font-weight: 500;
}
.feature__property-sec .property-category {
  padding-top: 20px;
  border-top: 1px solid #f4f4f4;
}
.full-slider-model .modal-dialog {
  max-width: 90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.full-slider-model .modal-content,
.full-slider-model .modal-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.full-slider-model .modal-body {
  padding: 0;
}
.full-slider-model .modal-header .btn-close {
  color: #fff;
  filter: invert(1);
}
/* .sortBy .sortByForm .btn.show {
  color: #0ba986 !important;
} */
/* .sortBy .sortByForm .btn:first-child:active {
  background-color: inherit !important;
} */
.slick-slide .propertyImg img {
  width: 100%;
}
.projectList__list-btn {
  position: absolute;
  left: 15px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.projectList__list-btn .model-button {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.projectList__list-btn .model-button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.contact_details,
.contact_details .borderBtn {
  display: flex;
  align-items: center;
}
.contact_details .borderBtn {
  min-width: auto;
}
.contact_details .borderBtn svg {
  fill: #0ba986;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact_details .borderBtn:hover svg {
  fill: #fff;
}
.contact_details .borderBtn.wishlist svg,
.contact_details .borderBtn.shareBtn svg {
  margin-right: 0;
}
.management__pic .pic + .pic {
  margin-left: -10px;
}
.management__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* 15-oct */
.mainSearchForm .filter-btn {
  margin-left: 0 !important;
}

/* Details Map */
.detail__map {
  position: relative;
}

.detail__map .map-buttons {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 20px;
  z-index: 9;
}

.sidebar--box .widget__list + .widget__list:after {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 20px;
}

.sidebar--box .widget__list + .widget__list {
  position: relative;
}

.propertyTypeSlider .slick-arrow {
  background-size: 10px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  filter: brightness(0) invert(1);
  box-shadow: none;
  border: navajowhite;
}

.common-section-banner.sticky-section {
  position: sticky;
  top: 80px;
}
.recent__property .row.mainCarousel {
  padding: 0;
}

.custom-container {
  max-width: 1740px;
}
.common-section.sticky-section.listing-page {
  top: 90px;
  position: sticky;
  padding: 60px;
}
.listingSearch__bar .btn.filter-btn,
.listingSearch__bar .btn.dropdown-toggle {
  /* padding-top: 5px;
  padding-bottom: 5px; */
  position: relative;
  font-family: "Inter", sans-serif;
  color: #666666;
}

.listingSearch__bar .btn.dropdown-toggle:after {
  top: 13px;
}
.listingSearch__bar .btn.filter-btn:after {
  top: 8px;
}
.listingSearch__bar.list-page-bar .listingSearchForm > .row {
  align-items: center;
}
.projectList__item-gallery .slick-prev {
  left: 0;
  filter: brightness(100);
}

.projectList__item-gallery .slick-next {
  right: 0;
  filter: brightness(100);
}
.property-location hr{
  margin: 7px 0px 15px 0px;
  color: #afafaf;
}
.propertyDetail .propertyAddress {
  color: #3c475b;
  font-size: 15px;
  padding: 3px 0;
  margin-top: 8px;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.propertyDetail .propertyAddress p {
  line-height: normal;
  margin: 0px;
  color: #636E6B;
}
.propertyDetail-buttons .prop-btn {
  border: 1px solid #0ba986;
  color: #0ba986;
  font-size: 16px;
  text-align: center;
  padding: 6px 20px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 1 0 0%;
}
.proprtyList_box .property-detail-disc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.proprtyList_box .property-detail-disc .prop-imgae {
  max-width: 100px;
  margin-left: 10px;
}

.proprtyList_box .property-detail-disc .prop-info {
  max-width: calc(100% - 120px);
}

.proprtyList_box .property-detail-disc .prop-type {
  font-size: 12px;
  margin-bottom: 8px;
}

.proprtyList_box .property-detail-disc .prop-price {
  font-size: 16px;
}
.page-link:focus {
  background-color: unset;  
}
.page-link {
  color: #0D1432;
}
/* .proprtyList_box .property-detail-disc .prop-title {
  font-size: 14px;
  margin-top: 20px;
} */

.proprtyList_box .prop-loc-info {
  display: flex;
  align-items: center;
  color: #707070;
  font-size: 12px;
  margin-top: 15px;
}
.proprtyList_box .prop-loc-info p {
  margin-inline-start: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.propertyDetail-buttons-con {
  margin-left: -16px;
  margin-right: -16px;
  padding: 15px;
  border-top: 1px solid #ccc;
  margin-top: auto;
  position: relative;
  top: 15px;
}
.propertyDetail-buttons-con .propertyDetail-buttons {
  display: flex;
  gap: 10px;
}
.projectList__item-bottom .project__detail {
  font-size: 14px;
}
.project__detail .delivery-date {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 50px;
  background: #f5a620;
  color: #fff;
  border-color: #f5a620;
}
.project__detail .project-from-price {
  padding: 8px 0 5px;
  font-size: 32px;
  font-weight: 600;
}
.developer-name li::marker {
  font-size: 20px;
  line-height: 10px;
  color: #D9D9D9;
}

.project-price {
  background-color: #fff;
  display: flex;
  align-items: center;
  column-gap: 35px;
  max-width: 320px;
  justify-content: center;
  padding: 14px;
  margin: 14px 0px 20px 0px;
}
.project-liting {
  color: #fff;
  background-color: #0BA986;
  padding: 8px 10px;
  border-radius: 5px;
  display: block;
  max-width: 138px;
  border: 1px solid #0BA986;
}
.project-liting img {
  margin-left: 6px;
  max-width: 10px;
}
[dir="rtl"] .project-liting img {
  margin-right: 6px;
  margin-left: 0px;
}
.project-price div:first-child {
  border-right: 1px solid #D9D9D9;
  padding-right: 35px;
}
.project-price div {
  text-align: center;
}
.project-detail2 .propertyAddress {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 14px;
}
.project-detail2 .propertyAddress p {
  margin: 0px;
  font-size: 16px;
}
.Project-working {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.developer-name li {
  list-style: disc;
  margin-left: 30px;
}
[dir="rtl"] .developer-name li {
  margin-right: 30px;
  margin-left: 0px;
}
.project-construction {
  background-color: #0D1432;
  font-size: 14px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px
}
.listingSearch__bar .listingSearchForm > .row {
  align-items: center;
}
.listingSearch__bar .listingSearchForm > .row .listingSearch__box .input-group {
  margin-bottom: 0px !important;
}
.listingSearch__bar
  .listingSearchForm
  > .row
  .listingSearch__box
  .input-group
  > div
  > .btn-warning {
  color: #fff;
}
.listingSearch__bar
  .listingSearchForm
  > .row
  .listingSearch__box
  .input-group
  > div {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .proprtyList__section .custom-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* .proprtyList__section .custom-container .commonHeading {
    padding: 0 15px;
  } */
  .common-section.sticky-section.listing-page { 
    top: 2px;
    position: relative;
  }
  /* .slick-prev.slick-arrow {
    left: 0;
    filter: brightness(100);
  } */

  .slick-next.slick-arrow {
    right: 0;
    filter: brightness(100);
  }
}
/***** Arabic launguage *******/
.lang_ar .borker_list_item_img {
  margin-right: unset;
  margin-left: 15px;
}
.lang_ar .broker_contect_list li + li {
  margin-right: 15px;
  margin-left: unset;
}
/* .lang_ar .broker_contect_list li svg {
  margin-right: unset;
  margin-inline: 10px;
} */
.lang_ar .broker_contact .btn svg {
  margin-right: unset;
  margin-left: 10px;
}
.lang_ar .mark_icon {
  margin-right: unset;
  margin-left: 15px;
}
.lang_ar .flash-wahtsapp {
  margin-right: 10px;
  margin-left: unset;
}
.lang_ar .flash_price {
  margin-left: 20px;
  margin-right: unset;
}
.lang_ar .navBar > ul > li + li {
  margin-left: unset;
  margin-right: 25px;
}
.lang_ar .management__info {
  margin-left: unset;
  margin-right: 20px;
}
/***** New container Design *******/
/* .mx1024 .container,
.mx1024 .custom-container {
  max-width: 1280px;
} */
.mx1024 .footer__Wrap .container {
  max-width: 1320px;
}
.mx1024 .propertyImg {
  overflow: hidden;
  /* border-radius: 5px; */
}
.mx1024 .header .container {
  max-width: 1280px;
}
.mx1024 .agency_bootom_bar .list__propertyBox {
  padding: 60px 50px;
}
.support-img {
  position: absolute;
  bottom: 0px;
  right: 50px;
}
[dir="rtl"] .support-img {
  left: 50px;
  right: unset;
}
[dir="rtl"] .decoration-img {
  right: unset;
  left: -64px;
  transform: scaleX(-1);
}
.decoration-img {
  position: absolute;
  top: 8px;
  right: -40px;
  max-width: 100px;
}

/* border radious  */
/* .propertyImg img {
  border-radius: 5px !important;
} */
.mx1024 .propertyImg img {
  object-fit: cover;
  width: 100%;
  object-position: center;
  display: block;
  height: 100%;
}

.proprtyList_box, .property__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.proprtyList_box .property-detail-disc .prop-info {
  max-width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 30px;
  height: 30px;
}
.proprtyList__section [class*="col-"] {
  display: flex;
  flex-wrap: wrap;
}
.mainSearchForm input {
  padding: 10px 15px;
  accent-color: #000000;
}

.mainSearchForm .search-btn {
  border-top-right-radius: 5px ;
  border-bottom-right-radius: 5px;
}

.mainSearchForm .search-btn:before {
  top: 12px;
}

.mainSearch__box .btn.filter-btn::after{
  top: 10px;
}
.mainSearch__inner h1 {
  margin-bottom: 10px;
}
.mainSearch__inner .property h1 {
  text-transform: capitalize;
}
.propertyDetail {
  padding: 15px 20px 0px 20px;
}
.listingSearch__bar
  .listingSearchForm
  > .row
  .listingSearch__box
  .input-group
  input {
  border-radius: 5px !important;
}

.listingSearch__bar .btn.filter-btn,
.listingSearch__bar .btn.dropdown-toggle {
  border-radius: 4px !important;
  max-width:165px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listingSearch__bar .btn.dropdown-toggle:focus-visible {
  background-color: unset;
  box-shadow: unset;
}
.btn.search-btn.project-btn {
  padding: 8px 14px;
}
.listingSearch__box .project-listing {
  column-gap: 20px;
  flex-wrap: nowrap;
}
.project-space {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
button#btn_p_status {
    max-width: 190px;
}
.projectList__item-gallery img {
  /* border-radius: 5px; */
  width: 100%;
}
.input-group .find-button {
  border-radius: 3px;
}
.broker_find_searchBar .input-group,
.searchform .input-group {
  overflow: hidden;
  border-radius: 3px;
}

.broker_find_searchBar .input-group input.form-control {
  border-radius: 3px;
}
.broker_find_searchBar .btn {
  padding: 8px 25px;
}
.sidebar_search .sidebar_search_button {
  padding: 6px 10px;
}
.borker_list_item_img img {
  height: 100%;
  object-fit: cover;
}

/* property_detail  */

.property_detail .gridBanner__section .slick-slide img {
  width: 100%;
  height: 320px;
  border-radius: 0px !important;
  object-fit: cover;
}

.property_detail .gridBanner__section .slick-slide:before {
  content: "";
  background-color: #242429;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.property_detail .gridBanner__section .slick-slide {
  position: relative;
}

.property_detail .gridBanner__section .slick-slide:hover:before {
  opacity: 0;
}

/* .property_detail .gridBanner__section > .container {
  max-width: 1280px;
} */

.property_detail .gridBanner__section .gridBanner_info {
  background: transparent;  
}

.property_detail .gridBanner__section .gridBanner_info h1.h4 {
  color: #051321;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.propertyLocation {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  white-space: nowrap;
  display: flex;
  font-size: 16px;
  column-gap: 15px;
}
.propertyLocation .propertyWidth {
  column-gap: 4px;
}
.propertyLocation p {
  margin: 0px;
}
.property_detail .gridBanner__section .gridBanner_info .flash_price * {
  color: #fff;
}

/* filter */
.modal-dialog.pv-modal-dialog {
  max-width: 720px;
}
.checkbox_card_buttons {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.filter_card_wrap .list-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter_card_wrap .list-of-type .list_checkbox {
  width: calc(33.33% - 10px);
}

.filter_card_wrap .list-of-type .checkbox-label::before {
  height: 12px;
  min-width: 12px;
  border-radius: 3px;
}

.filter_card_wrap .list-of-type .checkbox_card_icon h3 {
  font-size: 14px;
  font-family: "Inter";
}

.filter_card_wrap .list-of-type .checkbox-label {
  align-items: center;
  gap: 8px;
}
.feature__property-sec .contact_details .borderBtn {
  gap: 5px;
}

.feature__property-sec .contact_details .borderBtn {
  margin-left: 0px;
}
.feature__property-sec .property-category .contact_details {
  gap: 10px;
}
.property_image_home .property__box img {
  width: 100%;
}
#exampleModaldata .modal-dialog .modal-body .form_field .form-group {
  align-items: flex-start;
}
#exampleModaldata .modal-dialog .modal-body .form_field .form-group .company_details {
  margin: 0px;
}
