: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;
}
@font-face {
  font-family: "MetropolisSemiBold";
  src: url("../fonts/Metropolis-SemiBold.eot");
  src: url("../fonts/Metropolis-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Metropolis-SemiBold.woff2") format("woff2"),
    url("../fonts/Metropolis-SemiBold.woff") format("woff"),
    url("../fonts/Metropolis-SemiBold.ttf") format("truetype"),
    url("../fonts/Metropolis-SemiBold.svg#Metropolis-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MetropolisMedium";
  src: url("../fonts/Metropolis-Medium.eot");
  src: url("../fonts/Metropolis-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Metropolis-Medium.woff2") format("woff2"),
    url("../fonts/Metropolis-Medium.woff") format("woff"),
    url("../fonts/Metropolis-Medium.ttf") format("truetype"),
    url("../fonts/Metropolis-Medium.svg#Metropolis-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MetropolisRegular";
  src: url("../fonts/Metropolis-Regular.eot");
  src: url("../fonts/Metropolis-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Metropolis-Regular.woff2") format("woff2"),
    url("../fonts/Metropolis-Regular.woff") format("woff"),
    url("../fonts/Metropolis-Regular.ttf") format("truetype"),
    url("../fonts/Metropolis-Regular.svg#Metropolis-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  counter-reset: #333;
  font-family: "MetropolisRegular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background: #f8f8f8;
  font-family: "Poppins", sans-serif !important;
  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: "MetropolisSemiBold";
}

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;
}

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: #f4a620;
}
a.special-modal-btn {
    -webkit-font-smoothing: antialiased;
    display: block;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(270deg);
    -webkit-backface-visibility: hidden;
    position: fixed;
    z-index: 13;
    top: 50%;
    background: #f4a620;
    border-color: #f4a620;
    min-width: 121px;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
    font-size: 25px;
    left: -154px;
}
.why_choose_us li {
    font-size: 19px;
    padding: 6px 0;
    line-height: 28px;
}
.why_choose_us {
    padding: 87px 0 150px;
}
.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;
  background: #fff !important;
  border-radius: unset;
  color: #666666;
}
.listingSearch__box .btn.dropdown-toggle {
  padding: 10px 26px 8px 18px;
}
.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: 9;
  background-size: 12px;
  top: 17px;
  right: 12px;
  border: 0;
  margin: 0;
  opacity: 0.5;
}

.dropdown-menu.show {
  display: block;
  border-radius: 5px;
  min-width: 280px;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 15px;
}

.btn.filter-btn {
  border: 1px solid #f4a620;
  border-radius: unset;
  color: #f4a620;
  padding: 10px 46px 10px 25px;
}

.btn.filter-btn::after {
  content: "";
  background-image: url(../images/filter-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 20px;
  position: absolute;
  left: auto;
  z-index: 1;
  background-size: 14px;
  top: 13px;
  right: 18px;
}

.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: 16px 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.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 {
  position: relative;
  top: 3px;
  width: 100%;
  max-width: 150px;
}
#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: "MetropolisSemiBold";
}

.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: #111111;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 1;
}

.navBar ul li:hover > a,
.navBar ul li.active > a {
  color: #f4a620;
}

/*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;
}

.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: 35px;
}

.menuIcon span {
  position: relative;
  width: 24px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #f4a620;
  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;
}

/*  */

.userControlBtn {
  background-color: #f4a620;
  color: #fff;
  font-size: 15px;
  padding: 9px 15px;
  border-radius: 7px;
  border: 2px solid #f4a620 !important;
  line-height: normal;
  min-width: 105px;
  text-align: center;
  margin-left: 15px;
  font-family: "MetropolisMedium";
}

.borderBtn {
  background-color: #fff;
  color: #f4a620;
}

.userControlBtn:hover {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}

.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 .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%;
}

.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 */
.subscription_section{
    background: #007dbf;
    padding: 50px 0 40px;
}
.subscription_section #subscribebtn {
  border-radius: 2px;
  cursor: pointer;
  background: #2c2828;
  color: #fff;
}
.copyright__wrap {
  border-top: 1px solid #818080cc;
}
.footer__Wrap {
  background: #2c2828;
  color: #fff;
}

.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 30px;
  padding: 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.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 18px;
  padding: 0;
}

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

.footerbox ul li a:hover {
  color: #f4a620;
}

.footerMenu__wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.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: #fff;
  font-size: 16px;
  text-decoration: none !important;
}

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

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

.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: 20px 0 0;
}

.copyright__inner {
  opacity: 0.8;
}

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

/* strat section */

/*  */

.common-section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.commonHeading {
  margin-bottom: 30px;
  width: 100%;
}

.commonHeading h2 {
  font-size: 38px;
  margin: 0;
  padding: 0;
}

.commonHeading h3 {
  font-size: 32px;
  margin: 0;
  padding: 0;
}

.lighter-bg {
  background-color: #f2f5f7;
}

.borderBtnOrg {
  background-color: transparent;
  color: #f4a620;
  font-size: 15px;
  font-family: "MetropolisSemiBold";
  padding: 15px 35px;
  border-radius: 7px;
  border: 2px solid #f4a620 !important;
}

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

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

.whiteBtn {
  background-color: #fff;
  color: #f4a620;
  font-size: 15px;
  font-family: "MetropolisSemiBold";
  padding: 19px 35px 17px;
  border-radius: 7px;
  border: 2px solid #fff !important;
}

.OrangeBtn {
  background-color: #f4a620;
  color: #fff;
  font-size: 15px;
  font-family: "MetropolisSemiBold";
  padding: 19px 35px;
  border-radius: 7px;
  border: 2px solid #f4a620 !important;
}

.borderBtnOrg:hover,
.blueBtn:hover,
.OrangeBtn:hover,
.whiteBtn:hover,
.borderBtnWhite:hover {
  background-color: #333;
  color: #fff;
  border-color: #333333 !important;
}

.mainSearch__section {
  padding: 90px 0 50px;
}

.mainSearch__inner h1 {
  font-size: 55px;
  margin-bottom: 72px;
}

.mainSearch__inner p {
  color: #626a78;
}

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

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

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 .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 54px 10px 32px;
  text-align: left;
  border-radius: 0;
}

.mainSearch__box .btn.filter-btn::after {
  background-size: 16px;
  top: 19px;
  right: 28px;
}

.filter-btn:hover {
  background-color: #fff2dc !important;
}

.choose-filter {
  border: 2px solid #f4a620 !important;
  background: #fff;
  color: #f4a620;
  font-family: "MetropolisSemiBold";
  border-radius: 30px;
  padding: 5px 10px 3px;
  min-width: 122px;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 9px;
}

.choose-filter.active {
  background: #f4a620;
  color: #fff;
}

.btn.search-btn {
  color: #fff !important;
  border-color: #f4a620;
  padding: 10px 48px 10px 70px;
  background-color: #f4a620 !important;
}

.btn.search-btn::before {
  content: "";
  background-image: url(../images/search-icon-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 40px;
  z-index: 999;
  background-size: 19px;
  top: 19px;
}

.btn.search-btn:hover {
  background-color: #333 !important;
}

/*  */

.opportunity_box {
  display: block;
  position: relative;
  margin: 4px 8px;
  overflow: hidden;
  border-radius:3px;
}

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

.opportunity_box a:hover {
  color: #f4a620;
}

.opportunity_box a::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;
}

.opportunity_box a:hover::after {
  bottom: -74%;
}

.opportunity_box span {
  position: absolute;
  bottom: 12px;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "MetropolisSemiBold";
  left: 0;
}

.opportunity_box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*  */

.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: "MetropolisSemiBold";
  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: #f2f5f7;
  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;
  margin-bottom: 15px;
}

.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: 38px;
  margin-bottom: 15px;
}

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

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

.list__propertyCntnt h6 {
  font-size: 22px;
  font-family: "MetropolisRegular";
  font-weight: normal;
  line-height: 1.5;
  padding-right: 70px;
}

.list__propertyCntnt h6 span {
  color: #f4a620;
  font-family: "MetropolisSemiBold";
}

/*  */

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

.propertyDetail {
  border-top: 0;
  font-size: 18px;
  line-height: 1.7;
  width: 100%;
  height: calc(100% - 180px);
  border: 1px solid #e7e7e7;
  border-top: 0;
  display: flex;
  flex-direction: column;
}

.propertyTitle a {
  color: #000;
}

.propertyTitle a:hover {
  color: #f4a620;
}

.propertyLoc {
  font-family: "MetropolisSemiBold";
  margin-top: 5px;
  overflow-x: hidden;
  white-space: nowrap;
  padding-bottom: 4px;
  display: flex;
  font-size: 16px;
}
.propertyTitle span {
  font-size: 15px;
}
.propertyLoc img {
  margin-right: 5px;
}

.iconic__property {
  padding-bottom:25px;
}
p.testimonial_para {
    font-size: 14px;
}
.propertyWidth {
  padding-right: 10px;
  min-width: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.propertyName {
  margin-right: 10px;
  align-items: center;
  font-size: 14px;
  color: #3c475b;
}
.propertyWidth {
    font-size: 14px;
    color: #3c475b;  
}
/*  */

.slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background-color: transparent;
  font-size: 0;
  border: 0;
  padding: 9px;
  position: absolute;
  top: 50%;
  z-index: 1;
  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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-prev.slick-arrow {
  left: -25px;
  background-image: url(../images/arrow-left.svg);
}

.slick-next.slick-arrow {
  background-image: url(../images/arrow-right.svg);
  right: -25px;
}

.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: #f4a620;
  border-color: #f4a620;
}

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

.mainCarousel--style {
  padding: 0 5px;
}

.mainCarousel--style .property__box {
  padding: 0 15px;
  height: 100%;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.proprtyList_box {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.propertyImg {
  padding: 0;
  position: relative;
  height: 300px;
}
.property_type {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: right;
  z-index: 1;
  pointer-events: none;
}

.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: #f4a620;
}

.featured {
  background-color: #f4a620 !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: #f4a620;
  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 li a {
  border: 1px solid #f1f1f1;
  background: #fff;
  text-align: center;
  color: #222;
  min-width: 34px;
  height: 34px;
  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: 7px;
  padding: 0 10px;
}

.pagination__row li a:hover,
.pagination__row li a.active {
  border-color: #f4a620;
  background: #f4a620;
  color: #fff;
}
.profile_ul li {
    margin: 15px 0;
}
.pagination__row li.active a:hover,
.pagination__row li.active span {
  border-color: #f4a620;
  background: #f4a620;
  color: #fff;
}

.pagination__row li.active span {
  border-radius: 7px;
  min-width: 34px;
  height: 34px;
  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: 34px;
  height: 34px;
  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: 7px;
  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: #f4a620;
}

.getAlert__form input {
  border-radius: 0;
}

.getAlert__form .OrangeBtn {
  padding: 13px 28px;
  margin-left: 15px !important;
  border-radius: 6px !important;
}

/*  */

.listingSearch__bar {
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
  padding: 15px;
  position: sticky;
  top: 90px;
  z-index: 9;
}
.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 .btn.dropdown-toggle {
  border: 0 !important;
  background: none !important;
  padding-left: 2px;
  color: #f4a620;
  font-family: "MetropolisMedium";
}

.sortByForm .btn.dropdown-toggle::after {
  background-image: url(../images/dropdown-icon-orange.png);
  width: 14px;
  height: 10px;
  background-size: 15px;
  top: 17px;
  right: 15px;
}

/* 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__wrapInner {
  margin: 0 auto;
  max-width: 430px;
}

.formLogo {
  width: 200px;
  position: relative;
  left: 0px;
  margin-bottom: 10px;
}

.form__wrapInner .commonHeading {
  margin-bottom: 20px;
}

.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;
  margin: 10px 0 20px;
}

.form-label {
  margin-bottom: 0.1rem;
  font-size: 15px;
}

.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: "MetropolisSemiBold";
}

.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: #f4a620;
  border-color: #f4a620;
}

.form__wrapInner li a {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 8px 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;
  color: #828282;
  margin: 15px 0;
  font-family: "MetropolisSemiBold";
  font-size: 14px;
  -webkit-box-shadow: 0 0px 2px #eaeaea;
  box-shadow: 0 0px 2px #eaeaea;
  min-height: 44px;
}

.form__wrapInner li a:hover {
  border-color: #f4a620;
  background: #f4a620;
  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: "MetropolisSemiBold";
}

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

.full-width {
  width: 100%;
}

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

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

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

/* Detail page */

.breadcrumb__bar {
  background-color: #fff;
}

.breadcrumb {
  color: #626a78;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.detailTop__bar {
  background-color: #f4a620;
  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: 80px 0 70px;
}

.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: 70px;
}

.detail__map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

/* card css */

.detail_card {
  background: #fff;
  padding: 18px 15px 12px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
  border-radius: 5px;
}

.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: "MetropolisSemiBold";
  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;
  padding-bottom: 8px;
}

.detail_card_info .propertyName img {
  margin: 0px 10px 0 0;
}

.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;
}

.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;
  left: 0;
  top: -100px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
}

.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;
}

.mark_icon {
  background-color: #f4a620;
  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: #f4a620;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 19px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flash_call a:hover {
  opacity: 0.7;
}

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

.for-gallery_style .slick-slide img {
  display: block;
  border-radius: 6px;
}

.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: 8px;
  cursor: pointer;
}

.orange-bg {
  background-color: #f4a620;
}

.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 rgba(255, 255, 255, 0.2);
  padding: 15px 15px;
  margin-bottom: 10px;
  color: #fff;
}

.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 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "MetropolisMedium";
}

.widget__list img {
  width: 60px;
  height: 60px;
  -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: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  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;
}

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

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 25px 18px 35px;
}

.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__logo {
  max-width: 180px;
}

.propertyAddress {
  padding: 0;
  font-size: 16px;
}

.propertyAddress h6 {
  color: #fff;
  font-family: "MetropolisMedium";
  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: "MetropolisMedium";
  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%;
}

.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 #f4a620 !important;
  background: #fff;
  color: #f4a620;
  font-family: "MetropolisSemiBold";
  border-radius: 30px;
  padding: 5px 10px 3px;
  min-width: 122px;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 9px;
  text-align: center;
}

.choose-filter.active + .radio--bt-label {
  background: #f4a620;
  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: #f4a620;
}

.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 10px 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: #f4a620;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

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

.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 #f4a620;
  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 #f4a620;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  */

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

.list-of-range h6 {
  margin-bottom: 10px;
  padding: 0 10px;
}

.list-of-range .form-select {
  margin: 0 10px;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

/* popup css */

.modal-header,
.modal-footer {
  background-color: #fff;
}

._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: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 0;
  border: 0;
  background-color: #f7f7f7;
}

.filter_card_wrap {
  margin: 0 auto;
  max-width: 890px;
}

.filter_card_wrap h6 {
  padding: 0 10px 12px;
}

.filter_card_col {
  padding: 0 10px;
}

.checkbox_card_buttons {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.checkbox_card input {
  display: none;
}

.checkbox_card_btn {
  margin: 6px;
  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: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "MetropolisRegular";
}

.checkbox_card input:checked + .checkbox_card_btn {
  border: 2px solid #f4a620;
  background-color: #fffaf3;
}

.filter_card_row {
  margin-bottom: 40px;
}

.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: #f4a620;
  border-color: #f4a620;
}

.btn-outline-primary {
  --bs-btn-color: #f4a620;
  --bs-btn-border-color: #f4a620;
  --bs-btn-hover-bg: #f4a620;
  --bs-btn-hover-border-color: #f4a620;
  --bs-btn-active-bg: #f4a620;
  --bs-btn-active-border-color: #f4a620;
  --bs-btn-disabled-color: #f4a620;
  --bs-btn-disabled-border-color: #f4a620;
  background-color: #fff;
}

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

.propertyTitle strong,
.propertyAddress {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
}

.proprtyList_box .slick-slide img {
  display: block;
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.proprtyList_box .propertyImg {
  height: auto;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #f4a620;
  border-color: #f4a620;
}

.modal-footer .btn {
  margin: 0 5px;
  padding: 10px 20px;
}

/* 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: #f4a620;
  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;
}
.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: #f4a620;
  border-radius: 5px;
}

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

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

.menu-vertical_inner li:hover {
  background: #f4a620;
  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: "MetropolisRegular";
  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: 110px;
  padding: 11px 20px;
}

.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: "MetropolisRegular";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

footer.dashfooter {
  width: 100%;
  padding-left: 261px;
}
.extra-details li:first-child {
  padding-top: 0;
}

.extra-details li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  padding-bottom: 8px;
}

.extra-details .item-attr {
  display: inline-block;
  line-height: 26px;
}

.extra-details li div {
  margin-bottom: 0;
  font-size: 14px;
}

.extra-details .item-property {
  float: right;
}

.extra-details li div {
  margin-bottom: 0;
  font-size: 14px;
}

.extra-details li:last-child {
  border-bottom: none;
}

/* registration page */

/* header about_inner_data */

.header.about_inner_data {
  background-color: #f4a620;
}

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

.main__Wrapper_inner_one {
  background-color: #f4a620;
}

.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: #f4a620;
  -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: #f4a620;
  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: #f4a620;
  /* 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 {
  max-width: 856px;
  margin: auto;
}

.Client_data_slider .slick-slide img {
  display: block;
  margin: auto;
}

div#pf-stats {
  background-color: #fff;
  padding: 149px 0 49px;
}

.achivement_data {
  font-size: 26px;
  text-align: center;
  margin-top: -41px;
}

.row.source {
  text-align: center;
  padding: 26px 0 0px;
}

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

.achivement_data span {
  font-weight: 300;
  font-size: 21px;
}

.hald_data {
  background-color: white;
}

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

.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%;
}

#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;
}
.flash-wahtsapp {
  margin-left: 10px;
}

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

.btn.btn-outline-primary {
  border-color: #f4a620 !important;
  color: #f4a620 !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #f4a620 !important;
  border-color: #f4a620 !important;
  color: #fff !important;
}

.wishList {
  margin: 0 0 0 10px;
}
.wishList svg {
  color: #f4a620;
  fill: #f4a620;
}
.languageBox.new-mob {
  margin-right: 10px;
}

/* LANGUAGE AR */
.lang_ar .languageBox.new {
  margin: 0 10px;
}

.lang_ar .leasing__box img {
  margin-right: 0;
  margin-left: 20px;
}
.lang_ar .propertyLoc img {
  margin-right: 0;
  margin-left: 5px;
}
.lang_en .propertyWidth:not(:last-child) {
    border-right: 1px solid #cccc;
    margin-right: 5px;
}
.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 {
  justify-content: space-between;
  display: flex;
}
.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: #f4a620;
}
.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: #f4a620;
}
.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: #f4a620;
}

.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 h2 {
  color: #fff;
  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;
}
.borker_list_item {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-bottom: 30px;
}
.borker_list_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.borker_list_item_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  margin-right: 15px;
}
.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: 10px;
}
.borker_list_item_content p,
.borker_list_item_botom .agency_address {
  font-size: 14px;
}
.borker_list_item_content p:last-of-type {
  margin-bottom: 0;
}
.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;
}
.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 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.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: 15px;
}
.broker_contect_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.broker_contect_list li svg {
  fill: #f4a620;
  width: 20px;
  margin-right: 10px;
  -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;
}

.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: #f4a620;
}
.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: center;
}

form.form-reset button {
  display: block;
  margin: 20px auto 0;
}
a#cancel_reset:hover {
  color: #f4a620 !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 #f4a620 !important;
  background: #f4a620 !important;
  border-radius: 50px;
  color: #fff;
}
.find-button:hover {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
.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: "MetropolisMedium";
}
.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: 10px;
  padding-bottom: 40px;
}
.projectList__item + .projectList__item {
  margin-top: 60px;
}

.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: #666666;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  line-height: normal;
  text-align: center;
  font-family: "MetropolisMedium";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
}
.model-outer {
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 2;
}
.model-button {
  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: "MetropolisMedium";
  display: inline-block;
}
.projectGallery-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.projectList__item-bottom {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  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 .project-develop p {
  margin: 0;
}
.project__detail .project-develop p strong {
  color: #333;
}
.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;
}
.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 svg,
.project__detail .location-card svg {
  width: 20px;
  margin-right: 7px;
}
.project__detail .beds-card svg path + path,
.project__detail .location-card svg path {
  fill: #333;
}
.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 {
  height: 50%;
  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: "MetropolisRegular";
  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;
}
.table-model .table__header:last-child,
.table-model .table__body:last-child {
  text-align: center;
}
.table-model .table__header {
  border-bottom-width: 2px;
}
.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;
}
/* .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: #f4a620;
  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: #f4a620 !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: #f4a620;
  -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;
}

.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);
}
.propertyDetail .propertyAddress {
  color: #3c475b;
  font-size: 14px;
  padding: 3px 0;
  margin-top: 12px;
}
.propertyDetail-buttons .prop-btn {
  border: 1px solid #f4a620;
  color: #f4a620;
  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;
}

.proprtyList_box .property-detail-disc .prop-title {
  font-size: 14px;
  font-family: "MetropolisRegular";
  margin-top: 20px;
}

.proprtyList_box .prop-loc-info {
  display: flex;
  align-items: flex-start;
  color: #707070;
  font-size: 12px;
  margin-top: 15px;
}
.proprtyList_box .prop-loc-info p {
  margin: 0px 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.propertyDetail-buttons-con {
}
.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;
}
.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-left: 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: 1024px;
}
.mx1024 .footer__Wrap .container {
  max-width: 1320px;
}
.mx1024 .propertyImg {
  height: 180px;
  overflow: hidden;
}
.mx1024 .header .container {
  max-width: 1280px;
}
.mx1024 .agency_bootom_bar .list__propertyBox {
  padding: 40px 5px;
}

/* border radious  */
.propertyImg img {
  border-radius: 3px !important;
}
.mx1024 .propertyImg img {
  height: 100%;
  object-fit: cover;
}
.mainCarousel--style .slick-slide .propertyImg img {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.proprtyList_box .property-detail-disc .prop-info {
  max-width: 100%;
  flex: 1 0 0%;
}
.proprtyList__section [class*="col-"] {
  display: flex;
  flex-wrap: wrap;
}
.mainSearchForm input {
  padding: 10px 15px;
}

.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: 12px;
}
.mainSearch__inner h1 {
  margin-bottom: 50px;
}
.propertyDetail {
  border-radius: 3px;
}
.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: 3px !important;
  max-width:165px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
button#btn_p_status {
    max-width: 190px;
}
.projectList__item-gallery img {
  border-radius: 0;
  border-top-left-radius: 3px;
}
.input-group .find-button,
.borker_list_item {
  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: 90px;
  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: #fff;
}

.property_detail .gridBanner__section .gridBanner_info .flash_price * {
  color: #fff;
}

/* filter */
.modal-dialog.pv-modal-dialog {
  max-width: 740px;
}
.checkbox_card_buttons {
  text-align: left;
}

.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: "MetropolisRegular";
}

.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;
}
