@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.woff2') format('woff2'), url('../fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.woff2') format('woff2'), url('../fonts/Gotham-Ultra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.woff2') format('woff2'), url('../fonts/Gotham-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Gotham';
  background-color: #faf9ff;
  padding: 125px 70px 30px 70px;
  
}
.container {
  max-width: 1800px;
}
.searchbox input {
  border: none;
  border-radius: 50px;
  padding: 13px 30px;
  background-color: #FAF9FF;
  box-shadow: 0px 5px 20px #ECE8FF;
  font-size: 15px;
  font-family: 'Gotham Book';
  font-weight: 500;
}
.searchbox input::placeholder {
  color: #333;
  opacity: 1;
}
.searchbox {
  width: 260px;
  margin: auto;
}
.searchbox button {
  border: none;
  background: none;
  padding-left: 25px;
}
.top_links {
  margin-right: 40px;
}
.top_links ul {
  margin: 0px;
  padding: 0px;
}
.top_links ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 13px;
}
.login_box span {
  font-size: 12px;
  padding-right: 40px;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: 'Gotham';
  text-transform: uppercase;
}
.top_links .active {
  font-family: 'Gotham';
}
.filter_links ul {
  margin: 0px;
  padding: 0px;
}
.filter_links ul li {
  list-style: none;
  display: inline-block;
}
.business-border img {
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
}
.filter_links li a {
  /* background-color: #f4f3fa; */
  color: #000;
  padding: 10px 17px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 24px;
  height: 40px;
  font-family: 'Gotham Book';
}
.filter_links li a:hover {
  color: #000;
  font-family: 'Gotham';
  letter-spacing: 1px;
}
.filter_links li .active {
  background: #FF0C0C;
  background: linear-gradient(155deg, rgba(255, 12, 12, 1) -22%, rgba(255, 0, 216, 1) 100%);
  color: #fff !important;
  font-family: 'Gotham';
  letter-spacing: 1px;
}
.filter_links li .active:hover {
  letter-spacing: 1px;
}
.swiper-pagination-bullet {
  background: #FAF9FF !important;
  opacity: 0.4 !important;
}
.text-all {
  color: #FF00D8;
}
.text-buy {
  color: #7700FF;
}
.text-rent {
  color: #0EC71E;
}
.text-agents {
  color: #7700FF;
}
.text-brokers {
  color: #0EC71E;
}
.text-developers {
  color: #FF00D8;
}
.text-brokerage {
  color: #FF0C0C;
}
.text-projects {
  color: #0EC71E;
}
.text-pre-launch {
  color: #7700FF;
}
.text-new {
  color: #DE00FF;
}
.text-saved {
  color: #FF00D8;
}
.text-likes {
  color: #DE00FF;
}
.text-lik {
  color: #000 !important;
  text-decoration: none;
  padding-right: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: 'Gotham Book';
  text-transform: uppercase;
}
.text-business {
  color: #FF0C0C;
}
.text-trending {
  color: #7700FF;
}
.text-help {
  color: #FF00D8;
}
.text-broker-preview {
  color: #FF00D8;
}
.text_feature h4 {
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.text_feature a {
  color: #000;
  text-decoration: none;
}
.text_feature span {
  font-size: 10px;
  font-weight: normal;
  font-family: 'Gotham Book';
}
.text_feature span img {
  padding-right: 5px;
}
.price_box h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.price_box span {
  font-size: 10px;
  color: #FF00D8;
  font-weight: bold;
}
.text_feature span {
  padding-bottom: 15px;
}
.text_feature p {
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.grid_box {
  margin-top: 20px;
}
.grid_box_2 {
  min-height: 700px;
}
.feature_image {
  position: relative;
}
.feature_image img {
  border-radius: 5px;
}
.feature_image span img {
  border-radius: 0px;
}
.v-short {
  position: absolute;
  top: 20px;
  left: 20px;
}
.save {
  position: absolute;
  top: 15px;
  right: 15px;
}
.profile_img {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.heart {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.text_he_box h4 {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Gotham';
  color: #000;
}
.text_he_box {
  margin-bottom: 40px;
  height: 40px;
}

.text_he_boxnew h4 {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Gotham';
  color: #000;
}
.text_he_boxnew {
  margin-bottom: 40px;

}


.text_he_boxnew span {
  font-family: 'Gotham';
  color: #000;
  letter-spacing: 0.2px;
}
.text_he_boxnew ul {
  margin: 0px;
  padding: 0px;
}
.text_he_boxnew ul li {
  list-style: none;
  display: inline-block;
}

.text_he_boxnew ul li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    font-family: 'Gotham Book';
}

.text_he_boxnew h4 {
  font-size: 16px;
  font-family: 'Gotham';
  margin-bottom: 0px;
  display: inline-block;
}

.boximg-frame {
  height: 567px;
  margin-bottom: 90px;
  background-color: #f4f3fb;
}
.view-property-frame {
  background-color: #f4f3fb;
  padding-bottom: 40px;
  height: 100vh;
  margin: auto;
  display: inline;
}
.view-property-frame .swiper {
  border-radius: 0px;
}
.swiper-pagination {
  z-index: inherit !important;
}
.text_he_box span {
  font-family: 'Gotham';
  color: #000;
  letter-spacing: 0.2px;
}
.text_he_box ul {
  margin: 0px;
  padding: 0px;
}
.text_he_box ul li {
  list-style: none;
  display: inline-block;
}
.text_he_box2 h4 {
  font-size: 16px;
  font-family: 'Gotham Book';
  margin-bottom: 0px;
  display: inline-block;
}
.notify-box:hover {
  background: #F3F2F9;
}
.head_sale h6 {
  font-size: 16px;
  font-family: 'Gotham Book';
}
.armani_box {
  padding-top: 100px;
}
.left_aside h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.left_aside span {
  padding-top: 20px;
  display: block;
  font-size: 14px;
  font-family: 'Gotham Book';
}
.pri_sale {
  padding-top: 30px;
}
.pri_sale h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Gotham';
}
.pri_sale h5 {
  font-size: 20px;
  font-weight: 900;
  color: #FF00D8;
  padding-left: 120px;
  font-family: 'Gotham';
}
.content_box {
  padding-top: 50px;
}
.content_box h3 {
  font-size: 20px;
  font-weight: bold;
}
.content_box p {
  font-size: 18px;
}
.box_three {
  padding-top: 80px;
}
.box_1 {
  border-top: 5px solid;
  border-image: linear-gradient(to right, #FF0C0C, #FF00D8) 1;
  border-radius: 12px;
  border-bottom: 5px solid;
  padding: 30px 0px;
}
.box_1 span {
  padding-top: 0px;
  font-size: 15px;
}
.box_1 p {
  font-size: 10px;
}
.property-title {
  width: auto !important;
}
/* .property-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
} */
.swiper {
  border-radius: 5px;
}
.button_showmore {
  margin-top: 50px;
}
.button_showmore a {
  font-size: 12px;
  font-family: 'Gotham Book';
  display: inline-block;
  padding: 11px 30px;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  background-color: #F3F2F9;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.new_box_img img {
  height: 120px;
  object-fit: contain;
}
.new_box_img {
  width: 120px;
  height: 120px;
  margin: auto;
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
}
.new_box_img2 img {
  height: 70px;
  object-fit: contain;
}
.new_box_img2 {
  width: 70px;
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new_box_img3 {
  width: 78px;
  height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new_box_img4 {
  width: 78px;
  height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new_box_img5 {
  width: 70px;
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.button_showmore a:hover {
  color: #ffffff;
  font-family: 'Gotham';
  background: #FF0C0C;
  background: linear-gradient(155deg, rgba(255, 12, 12, 1) -22%, rgba(255, 0, 216, 1) 100%);
}

.property-agent{ display: inline-block; width: 102px;
  height: 102px;}
.property-agent .agent-profile-picture{ width: 102px;
  height: 102px; border-radius: 100%;
  box-shadow: 0px 0px 10px #ECE8FF;
  object-fit: contain; background-color: #fff; padding: 10px;}

.property-brokerage{ display: inline-block;  width: 102px;
    height: 102px;
    box-shadow: 0px 0px 10px #ECE8FF;
    object-fit: contain;
    padding: 15px; border-radius: 100%;    vertical-align: middle;
    display: table-cell;}

  .property-brokerage .agent-profile-picture{  
    width: 100%;
    }


.pr_ag_b .agent-profile-picture{ border-radius: 0px !important;}
.age_b_x{    width: 102px;
    height: 102px;
    padding: 15px;
    background: #fff;
    border-radius: 100%;    vertical-align: middle;
    display: table-cell;}

    .age_b_x .v-agent-profile{ bottom: 0;}

.age_b_x img{ width: 100%;}


.property-developer{ display: inline-block;  width: 102px;
    height: 102px;
    box-shadow: 0px 0px 10px #ECE8FF;
    object-fit: contain;
    padding: 15px; border-radius: 100%; vertical-align: middle;
    display: table-cell;}

  .property-developer .agent-profile-picture{  
    width: 100%;
   }


.property-brokerage .v-agent-profile{ bottom: -4px !important;}
.property-developer .v-agent-profile{ bottom: -4px !important;}










footer {
  margin-top: 70px;
}
.foot-box-n {
  border-top: 1px solid #c3c4c9;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c3c4c9;
  margin-bottom: 30px;
}
.foot h4 {
  font-size: 16px;
  font-family: 'Gotham Book';
  letter-spacing: 0.5px;
}
.foot ul {
  margin: 0px;
  padding: 0px;
}
.foot ul li {
  list-style: none;
  padding-top: 30px;
}
.swiper-pagination {
  bottom: 17px !important;
}
.foot ul a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Gotham Book';
  letter-spacing: 0.3px;
}
.copyright span {
  display: inline-block;
  font-size: 12px;
  font-family: 'Gotham Book';
}
.copyright a {
  color: #000;
  font-size: 12px;
  font-family: 'Gotham Book';
  text-decoration: none;
  padding-left: 10px;
  width: 110px;
  display: inline-block;
}
.copyright a:hover {
  color: #000;
  font-family: 'Gotham';
}
.stories {
  padding: 0px 0px 35px 0px;
}
.story_box ul {
  margin: 0px;
  padding: 0px;
}
.story_box ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 120px;
}
.story_box span {
  display: block;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  font-family: 'Gotham Book';
}
.story_box a {
  display: inline-block;
  /* line-height: 110px; */
}
.swiper-pagination-bullet-active {
  width: 5px !important;
  height: 5px !important;
  border-radius: 10px !important;
  opacity: 0.7 !important;
  background: #FAF9FF;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}
.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  border-radius: 10px !important;
  background: #FF0C0C;
  background: linear-gradient(180deg, rgba(255, 12, 12, 1) 0%, rgba(255, 0, 216, 1) 100%);
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}
.story_box img {
  object-fit: cover;
  border-radius: 50px;
}
.story_box a {
  border: 3px solid transparent;
}
.story_box a:hover {
  border: 3px solid transparent;
  border-radius: 100px;
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #FF00D8, #FFE000);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.story_box .active-story {
  border: 3px solid transparent;
  border-radius: 100px;
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #FF00D8, #FFE000);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.story_box li {
  text-align: center;
}
.username_story {
  position: absolute;
  top: 25px;
  left: 70px;
  z-index: 1;
  font-size: 15px;
  font-family: 'Gotham';
  color: #fff;
  text-shadow: 0px 0px 5px #000000af;
}
.filter_links .swiper-slide {
  width: auto !important;
  margin-right: 25px;
}
.button_gredient {
  color: #fff;
  background: #FF0C0C;
  display: inline-block;
  background: linear-gradient(163deg, rgba(255, 12, 12, 1) -42%, rgba(255, 0, 216, 1) 98%);
  font-size: 10px;
  letter-spacing: 1px;
  padding: 14px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  height: 40px;
}
.text_he_box ul li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-right: 15px;
  font-family: 'Gotham Book';
}
.text_he_box ul li a img {
  padding-left: 15px;
}
.text_he_box h4 img {
  margin-right: 15px;
}
.box_bg_color {
  background-color: #f7f3ff;
  height: 567px;
}
.right_side_box {
  padding: 50px;
}
.right_side_box h4 {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.hightlights {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-top: 25px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.hightlights h5 {
  font-size: 15px;
  font-family: 'Gotham';
  font-weight: bold;
  margin-bottom: 0px;
}
.hightlights span {
  font-size: 10px;
  color: #FF00D8;
  font-weight: 900;
  letter-spacing: 1px;
}


.box_blank h5 {
  font-size: 15px;
  font-family: 'Gotham';
  font-weight: bold;
  margin-bottom: 0px;
}
.box_blank span {
  font-size: 10px;
  color: #FF00D8;
  font-weight: 900;
  letter-spacing: 1px;
}


.amanities {
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
  padding-top: 15px;
  min-height: 107px;
}
.amanities ul {
  margin: 0px;
  padding: 0px;
}
.amanities li {
  list-style: none;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  padding-left: 3px;
  font-family: 'Gotham Book';
}
.hightlights_bor {
  border-bottom: none !important;
  padding-bottom: 50px;
}
.box_blank {
  padding-bottom: 60px;
  margin-bottom: -40px;
  padding-top: 20px;
}
.most_links {
  border-top: 2px solid #ccc;
  padding-top: 20px;
}
.most_links ul {
  margin: 0px;
  padding: 0px;
}
.most_links ul li {
  list-style: none;
  display: inline-block;
  font-size: 10px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.most_links ul li a {
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
}
.most_links .strip {
  padding-top: 10px;
}
.notifiction-box {
  overflow-y: scroll;
  /* max-height: 600px; */
}
.box_frame {
  margin-bottom: 70px;
  height: 567px;
  object-fit: cover;
}
.box_frame_detail {
  margin-bottom: 70px;
  height: 650px;
  object-fit: contain;
}
.aedprice {
  text-align: center;
  padding-bottom: 40px;
}
.aedprice h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}
.aedprice span {
  font-weight: 500;
  font-size: 14px;
}
.head_sale {
  
  padding-left: 50px;
}
.img_noti img {
  width: 100%;
  border-radius: 100%;
  height: 100%;
}
.head_sale h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FF00D8;
  letter-spacing: 2px;
}
.right_side_box_span {
  font-size: 14px;
  font-family: 'Gotham Book';
}
.text_s p {
  font-weight: bold;
  font-size: 10px;
  color: #FF00D8;
  letter-spacing: 1px;
}
.sanda_box {
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
}
.right_ver span {
  font-size: 10px;
}
.right_ver p {
  font-size: 10px;
  color: #FF00D8;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0px;
}
.armani_img_logo {
  text-align: right;
  padding-top: 45px;
}
.bot_box {
  padding-top: 50px;
}

.bot_box p{ margin-bottom: 0px;}
.strip_3 {
  padding-top: 30px;
}
.three_bottom_box {
  padding: 50px 200px;
}
.agent_box {
  border-top: 2px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}
.agent_box h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}
.agent_box span {
  font-weight: bold;
  font-size: 10px;
  color: #FF00D8;
  letter-spacing: 1px;
}
.pro-im-b img {
  margin-right: 10px;
  width: 55px;
  height: 55px;
  border-radius: 100%;
}
.profile_box {
  position: relative;
  padding: 30px 10px;
  box-shadow: 0px 0px 20px #ECE8FF;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.profile_box .v-agent-profile {
  position: absolute;
  bottom: -36px;
  right: 0;
}
.profile_box h5 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding-top: 20px;
  padding-bottom: 15px;
}
.profile_box h4 {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 7px;
}
.profile_box p {
  font-size: 10px;
  margin-bottom: 0px;
  font-family: 'Gotham Book';
}
.share_btn {
  color: #fff;
  background: #FF0C0C;
  display: inline-block;
  background: linear-gradient(163deg, rgba(255, 12, 12, 1) -42%, rgba(255, 0, 216, 1) 98%);
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  height: 30px;
  padding: 9px 15px;
}
.chat_btn {
  color: #fff;
  background: #0EC71E;
  display: inline-block;
  background: linear-gradient(156deg, #0EC71E 10%, #7721FD 93%);
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  height: 30px;
  padding: 9px 15px;
}
.pro-b2 {
  margin: 25px auto;
}
.pro-b2 span {
  display: block;
  font-weight: bold;
  font-size: 10px;
  color: #FF00D8;
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.stripbo{ padding-top: 40px;}

.stripbo h4 {
  font-size: 16px;
  margin-top: 80px;
  font-size: 14px;
  font-family: 'Gotham Book';
  line-height: 30px;
}



.most_links ul {
  padding-bottom: 20px;
}
.border_radius_gredient {
  display: block;
  height: 5px;
  border-radius: 17px;
  background: #FF0C0C;
  background: linear-gradient(180deg, rgba(255, 12, 12, 1) 0%, rgba(255, 0, 216, 1) 100%);

}
.property-media-image {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 15px;
  background-color: #f4f3fb;

}

.property-media-imagebroker {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 30px;
  background-color: #f4f3fb;

}
.scroll-v-broker{ overflow: hidden;}
::placeholder {
  color: #0EC71E;
}
.property-media-image1 {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  
}

.property-logo-image1 {
  height: auto;
  width: 150px;
  object-fit: contain;
}
.grid_heading_dev {
  font-size: 11px;
  font-family: 'Gotham';
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 70px;
  display: block;
}
.custom-col {
  width: 16%;
  word-break: break-all;
}
.grid_dev h5 {
  font-size: 12px;
  font-family: 'Gotham Book';
  padding-top: 30px;
  margin-bottom: 100px;
}
.custom-col img {
  border-width: 1px;
  border-style: solid;
  background: linear-gradient(#faf9ff, #faf9ff) padding-box, linear-gradient(to right, #7c0ffa, #ff08d5) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  padding: 3px;
}
.custom-col-1 {
  width: 10%;
  word-break: break-all;
}
.custom-col-1 img {
  border-width: 1px;
  border-style: solid;
  background: linear-gradient(#faf9ff, #faf9ff) padding-box, linear-gradient(to right, #7c0ffa, #ff08d5) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  padding: 3px;
  object-fit: contain;
}
.grid_dev span {
  font-size: 12px;
  font-family: 'Gotham Book';
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 70px;
  display: block;
}
.swiper-wrapper {
  z-index: inherit !important;
}
.swiper {
  z-index: inherit !important;
}
.button_story_pop {
  border: none;
  background: none;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 25px;
}
.button_story_pop1 {
  border: none;
  background: none;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 7px;
  top: -13px;
}
.head_part {
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding-top: 30px;
  background: #FAF9FF;
}
.ReactModal__Overlay {
  background-color: #f3f2f9f0 !important;
  top: 341px;
  z-index: 5;
}
.ReactModal__Content {
  inset: 0 auto auto 50% !important;
  overflow: unset !important;
}
.ReactModal__Content h3 {
  display: none !important;
}
.mySwiper1 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper1 .swiper-slide {
  width: 25%;
  height: 100%;
  /* opacity: 0.4; */
}
.mySwiper1 .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.privacy_policy h3 {
  background: linear-gradient(170deg, rgba(255, 12, 12, 1) 11%, rgba(255, 0, 216, 1) 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 24px;
  font-family: 'Gotham';
  letter-spacing: 1.3px;
}
.text_privacy {
  font-family: 'Gotham Book';
  color: #000;
}
.text_privacy b {
  font-family: 'Gotham' !important;
  font-weight: 500;
}
.terms_service h3 {
  background: linear-gradient(170deg, rgba(255, 12, 12, 1) 11%, rgba(255, 0, 216, 1) 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 24px;
  font-family: 'Gotham';
  letter-spacing: 1.3px;
}
.terms_service p {
  padding-top: 30px;
}
.broker_name {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 20px;
}
.broker_username {
  text-transform: lowercase;
  font-size: 12px;
  padding-bottom: 10px;
  font-family: 'Gotham Book';
  color: #000;
  height: 30px;
}
.broker_number {
  font-size: 10px;
  padding-bottom: 50px;
  letter-spacing: 0.5px;
}
.custom-col-2 {
  width: 10%;
}
.custom-col-2 .broker_name {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.6em;
  line-height: 1.8em;
  height: 67px;
}
.custom-col-3 {
  width: 16.6%;
}
.modal_box2 .modal-content {
  background-color: #FAF9FF;
  padding: 64px 100px;
  width: 544px;
}
.modal_box .modal-content {
  background-color: #FAF9FF;
  padding: 50px 100px;
  width: 544px;
}
.modal_box4 .modal-content {
  background-color: #FAF9FF;
  padding: 50px 100px;
  width: 1132px;
  height: 1200px;
}
.form_container span {
  background: #F3F2F9;
  border: none;
  padding-left: 20px;
  border-radius: 0px;
}
.continue_button span{padding-left: 5px !important;}
.react-apple-signin-auth-btn-dark{ border-radius: 0px;}
.form_container input {
  background: #F3F2F9;
  border: none;
  height: 50px;
  font-weight: 500;
  color: #364A63;
  font-size: 12px;
  border-radius: 0px;
}
.gredient_bg {
  font-size: 13px;
  background: rgb(255, 12, 131);
  background: linear-gradient(180deg, rgba(255, 12, 131, 1) 0%, rgba(255, 0, 216, 1) 100%);
  color: #fff !important;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 15px;
  margin-top: 50px;
  letter-spacing: 1px;
}
.forgot_b {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFCDFD;
  margin-bottom: 20px;
}
.forgot_b a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.poweredby p {
  font-size: 10px;
  font-weight: 400;
  padding-top: 40px;
  text-align: center;
}
.modal-body2 input {
  font-size: 14px;
}
.gredient_bg1 {
  font-size: 13px;
  background: #F3F2F9 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 15px;
  margin-top: 50px;
  letter-spacing: 1px;
}
.gredient_bg1 img {
  filter: invert(1);
}
.my-custom-overlay {
  background-color: #f3f2f9f0 !important;
  top: 114px !important;
  z-index: 1000;
}
.modal_boxnew .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  font-size: 13px;
  background: #FF0C0C;
  background: linear-gradient(155deg, rgba(255, 12, 12, 1) -55%, rgba(255, 0, 216, 1) 100%);
  color: #fff;
  border-radius: 0px;
height: 56px;
  letter-spacing: 1px;
  font-weight: 500;
}
.modal_boxnew .nav-pills .nav-link {
  background-color: #F3F2F9;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  height: 56px;
  border-radius: 0px;
  letter-spacing: 1px;
}
.gredient_bg img {
  padding-right: 10px;
}
.policy-text .active {
  color: #000 !important
}
.logo a:focus-visible {
  outline: none !important;
}
.logo a img {
  outline: none;
  width: 304px;
  height: 29px;
}
.property-description {
  width: 100%;
  field-sizing: content;
  border: none;
  background: none;
  outline: none;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Gotham';
  font-weight: 300;
  resize: none;
  min-height: 200vh;
}
.property-description:focus- {
  outline: none;
}
.p-sale {
  font-family: 'Gotham Book' !important;
  font-weight: 300 !important;
}
.fraction {
  font-family: 'Gotham Book' !important;
  font-weight: 300 !important;
  font-size: 16px;
}
.bg_dev_sec {
  background: url(../images/dugasta-bg.png) top center no-repeat;
  background-size: cover;
  padding: 50px;
}
.dev_slide_logo {
  text-align: right;
  padding-bottom: 650px;
}
.dev_slide_content h1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dev_slide_content h4 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.learn_btn a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}
.gallery_slide_dev {
  padding-top: 40px;
}
.textbox_cont {
  padding-top: 80px;
}
.textbox_cont h3 {
  padding-bottom: 5px;
}
.award_win_de h4 {
  font-size: 32px;
  padding-bottom: 0px;
  font-family: 'Sentinel';
  font-style: italic;
}
.profile_box3 {
  padding: 30px 10px;
  box-shadow: 0px 0px 20px #ECE8FF;
  border-radius: 10px;
}
.profile_box3 h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding-top: 20px;
  padding-bottom: 15px;
}
.profile_box3 h4 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 7px;
}
.profile_box3 p {
  font-size: 15px;
  margin-bottom: 15px;
}
.pro_img_b2 {
  display: inline-block;
}
.pro_img_b2 span {
  border: solid 2px transparent;
  border-radius: 50px;
  background: linear-gradient(#faf9ff, #faf9ff) padding-box, linear-gradient(0deg, #7800ff, rgba(255, 0, 216, 1)) border-box;
  display: inline-block;
  width: 102px;
  height: 102px;
  padding-top: 23px;
}
.pro_img_b2 span img {
  width: 75px;
}
.profile_box3 span {
  color: #FF00D8;
  font-weight: bold;
  font-size: 15px;
}
.about_prop_cont {
  padding-top: 60px;
}
.prop_me_text h3 {
  font-size: 24px;
}
.prop_me_text p {
  font-size: 20px;
  font-weight: 300;
}
.prop_me_text {
  border-bottom: 2px solid #ccc;
  padding-bottom: 30px;
}
.amb_text {
  padding-top: 20px;
}
.amb_text h3 {
  font-size: 24px;
  color: #000;
  padding-bottom: 40px;
}
.amb_text p {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.pre_m_b h4 {
  font-size: 15px;
  color: #000;
  padding-bottom: 40px;
}
.pro_text_new_b {
  padding: 80px 0px 10px 0px;
}
.pre_m_b h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
  padding-bottom: 40px;
}
.pre_m_b p {
  font-size: 25px;
}
.box_monsa_prop h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.box_monsa_prop p {
  padding-top: 25px;
  font-size: 20px;
}
.box_n_mos {
  padding-left: 40px;
}
.box_n_mos2 {
  padding-right: 40px;
  padding-top: 40px;
}
.propery_filter {
  padding-top: 50px;
}
.prop_fil_nw span {
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}
.prop_fil_nw select {
  background-color: #F3F2F9;
  border: none;
  border-radius: 0px;
  padding: 25px;
  font-weight: 700;
}
.pagination_dev_main .page-link {
  color: #a1a1a1;
}
.pagination_dev_main .page-item:not(:first-child) .page-link {
  margin-left: 30px;
}
.pagination_dev_main .page-link {
  border: none;
  width: 50px;
  height: 50px;
  padding: 9px;
  text-align: center;
  box-shadow: 0px 0px 15px #ECE8FF;
  border-radius: 5px;
}
.pagination_dev_main .page-item:first-child .page-link {
  border-radius: 100%;
}
.pagination_dev_main .page-item:last-child .page-link {
  border-radius: 100%;
}
.box_4new2 {
  padding-top: 70px;
}
.box_4new2 h4 {
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Gotham';
  text-transform: uppercase;
  line-height: 28px;
  height: 100px;
}
.box_4new2 p {
  font-size: 20px;
  text-transform: uppercase;
}
.ns_ns h2 {
  font-size: 45px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.ns_ns p {
  font-size: 20px;
}
.new_box_three {
  padding-top: 80px;
}
.tera-tower {
  background-color: #560FA7;
  padding: 20px 0px;
}
.tera-tower h2 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 0px;
}
.tera-tower h4 {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  margin-bottom: 0px;
  padding-top: 5px;
  letter-spacing: 1px;
}
.dev_dlrc span {
  font-size: 16px;
}
.new_unbx h4 {
  font-size: 30px;
  padding-bottom: 30px;
}
.dug-dev-spn {
  padding-bottom: 40px;
}
.heading_dl {
  padding-top: 30px;
}
.left_aid {
  padding-top: 20px;
}
.left_aid span {
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 40px;
}
.floor_plan_icon span {
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 20px;
}
.floor_plan_icon img {
  margin-left: 10px;
  vertical-align: text-top;
}
.floor_plan_icon {
  padding-top: 22px;
}
.price_box_new h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0px;
}
.price_box_new span {
  font-size: 25px;
  color: #FF00D8;
  font-weight: 900;
  letter-spacing: 1px;
}
.price_box_new {
  padding-top: 30px;
}
.milestone_box {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.milestone_box span {
  font-size: 20px;
}
.milestone_box {
  padding-top: 40px;
}
.milestone_box .table {
  background-color: #faf9ff;
}
.milestone_box .table tr th {
  font-size: 20px;
  background: none;
  border: none;
  padding: 18px 0px;
  font-weight: 500;
}
.milestone_box .table tr td {
  font-size: 20px;
  padding: 18px 0px;
  background: none;
  border: none;
}
.booking_fees_new span {
  font-size: 20px;
}
.booking_fees_new {
  padding-top: 70px;
}
.mile_nw_l h4 {
  font-size: 20px;
  padding-top: 18px;
}
.form_details span {
  font-size: 12px;
  letter-spacing: 1px;
}
.form_details input {
  margin-top: 15px;
  background: #F3F2F9;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 13px 20px;
  margin-bottom: 25px;
  color: #000;
}
.form_details input:focus {
  box-shadow: none;
  background: #F3F2F9;
}
.button_plus {
  background: #f3f2f9;
  border: 1px solid #000;
  border-radius: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
.button_plus a {
  color: #000;
  text-decoration: none;
  display: block;
}
.button_minus {
  background: #f3f2f9;
  padding: 2px;
  border: 1px solid #000;
  border-radius: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
.button_minus a {
  color: #000;
  text-decoration: none;
  display: block;
}
.pay-sp {
  font-size: 12px !important;
}
.cancelbtn {
  color: #000;
  display: inline-block;
  background: none;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 600;
  height: 60px;
}
.form_details input::placeholder {
  color: #000;
}
.heading_po h4 {
  font-size: 70px;
}
.heading_po {
  padding-bottom: 50px;
}
.bg_grdient_pink {
  background: #FF0C0C;
  background: linear-gradient(120deg, rgba(255, 12, 12, 1) 15%, rgba(255, 0, 216, 1) 100%);
}
.downti_text h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0px;
  font-style: italic;
}
.downti_text span {
  font-size: 25px;
  color: #fff;
}
.icon_downti {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  padding-right: 15px;
}
.downti_text {
  display: inline-block;
  text-align: right;
}
.text_bg_bpn {
  border-bottom: 1px solid #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.explore_nearby {
  background: url(../images/map_location.png) top center no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 50px;
}
.bg_explore {
  padding: 30px;
  background-color: #FAF9FF;
}
.bg_explore h4 {
  font-size: 40px;
  color: #6D17D1;
  letter-spacing: 1px;
}
.head_exp_attract {
  position: absolute;
  color: #fff;
  font-size: 20px;
  bottom: 20px;
  left: 40px;
}
.slide_botom_burj {
  padding-top: 50px;
}
.dirham-icon {
  margin-right: 2px;
  width: 11px;
  vertical-align: baseline;
}
.spinner {
  height: 100vh;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  background: #f3f2f9f0;
  width: 100%;
}
.spin-img {
  text-align: center;
}
.spin-img img {
  width: 130px;
  border-radius: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 48%;
  left: 48%;
}
.dirham-symbol {
  display: inline-block;
  color: #000 !important;
  font-weight: normal !important;
  font-size: 13px !important;
  vertical-align: 1px;
  padding-right: 3px;
}
.property-des a {
  color: #000;
  text-decoration: none;
}
.like-animation {
  position: absolute;
  top: 80px;
  left: 80px;
  z-index: 1;
}
.story-size-1 {
  height: 106px;
  width: 76px;
}
.story-size-2 {
  height: 56px;
  width: 76px;
}
.story-size-3 {
  height: 76px;
  width: 76px;
}
.text_terms {
  font-family: 'Gotham Book';
  color: #000;
}
.text_terms b {
  font-family: 'Gotham';
  font-weight: 500;
}
.logo a img {
  outline: none;
}
.srk-img-new {
  border-radius: 5px;
}
.box_shk .g-5 {
  --bs-gutter-x: 44px;
}
.sk-pad-new {
  padding-left: 20px;
}
.short-pr-t {
  margin-bottom: 0px !important;
}
.button_showmore_developer {
  margin-top: 0px;
}
.foot ul a:hover {
  font-family: 'Gotham'
}
.login-spinner {
  animation-name: spin;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 20px;
  height: 20px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.broker_main_sec {
  background-color: #FAF9FF;
  border-radius: 10px;
  box-shadow: 5px 5px 30px #ECE8FF;
  height: 577px;
  position: relative;
}
.brok-s-img img {
  width: 100%;
  height: 577px;
  object-fit: cover;
}
.brok_s_content {
  padding: 20px 35px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.shave_icon_top {
  position: absolute;
  right: 34px;
  top: -6px;
}
.profile_box4 {
  position: relative;
  border-radius: 10px;
}
.profile_box4 .v-agent-profile {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile_box4 h5 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
}
.profile_box4 h4 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 7px;
}
.profile_box4 p {
  font-size: 10px;
  margin-bottom: 10px;
  font-family: 'Gotham Book';
}
.profile_box4 ul {
  margin: 0px;
  padding: 0px;
}
.profile_box4 ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 1px;
}
.button_gredient_follow {
  color: #fff;
  background: #FF0C0C;
  display: inline-block;
  background: linear-gradient(163deg, rgb(255 81 12) -42%, rgba(255, 0, 216, 1) 98%);
  font-size: 10px;
  letter-spacing: 1px;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 500;
  height: 30px;
  margin-top: 10px;
}
.ver-bro {
  font-size: 10px;
  background: linear-gradient(177deg, rgba(255, 12, 12, 1) 50%, rgba(255, 0, 216, 1) 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}
.bork-short-cont span {
  font-size: 10px;
  font-family: 'Gotham Book';
  line-height: 22px;
}
.bork-short-cont p {
  font-size: 10px;
  font-family: 'Gotham';
  font-weight: 500;
  margin-bottom: 0px;
  width: 75px;
  text-align: left;
}
.bork-short-cont {
  padding: 15px 55px;
  margin-top: 25px;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
.link_socil_e ul {
  margin: 0px;
  padding: 0px;
}
.link_socil_e ul li {
  list-style: none;
  padding-right: 15px;
}
.brok-det {
  background-color: #f7f3ff;
  height: 577px;
}
.brok-head h4 {
  font-size: 20px;
  font-family: 'Gotham';
  font-weight: 900;
  letter-spacing: 1px;
  padding-bottom: 0px;
  margin-bottom: 0px;

}
.brok-head span {
  font-size: 12px;
  font-family: 'Gotham';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.brok-text p {
  font-family: 'Gotham Book';
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.brok-text {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  margin-top: 30px;
}
.points_bro_det span {
  font-size: 16px;
  color: #000;
  width: 255px;
  padding-right: 50px;
}
.points_bro_det span img {
  margin-right: 15px;
}
.points_bro_det p {
  margin-bottom: 0px;
  font-family: 'Gotham Book';
  font-size: 15px;
}
.points_bro_det {
  padding-top: 20px;
}
.button_gredient_chat {
  color: #fff;
  background: #FF0C0C;
  display: inline-block;
  background: linear-gradient(163deg, rgba(255, 12, 12, 1) -42%, rgba(255, 0, 216, 1) 98%);
  font-size: 10px;
  letter-spacing: 1px;
  padding: 14px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  height: 40px;
  width: 120px;
  text-align: center;
}
.button_gredient_edit {
  color: #fff;
  background: #FF0C0C;
  display: inline-block;
  background: linear-gradient(163deg, rgba(255, 12, 12, 1) -42%, rgba(255, 0, 216, 1) 98%);
  font-size: 10px;
  letter-spacing: 1px;
  padding: 14px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  height: 40px;
  width: 120px;
  text-align: center;
}
.bottom_mew_n {
  padding: 30px 50px;
}
.head-new_b h4 {
  font-size: 16px;
  font-family: 'Gotham';
  font-weight: bold;
}
.box_sh_fou span {
  font-family: 'Gotham Book';
  font-size: 16px;
}
.box_sh_fou h2 {
  font-family: 'Gotham';
  font-size: 25px;
  font-weight: bold;
  padding-top: 20px;
}
.box_sh_fou {
  background-color: #FAF9FF;
  border-radius: 10px;
  box-shadow: 5px 5px 30px #f2efff;
  padding: 60px 50px;
  text-align: center;
  margin-top: 20px;
}
.new_box_img3 img {
  object-fit: cover;
  border-radius: 100%;
  object-position: top center;
}
.noti_overlay_box {
  background-color: #FAF9FF;
  box-shadow: 0px 0px 30px #ECE8FF;
  margin-top: 80px;
  padding: 50px 50px 10px 50px;
  width: 544px;
}
.arrow-down {
  cursor: pointer;
}
.notificaton_head {
  color: #000;
  padding-top: 40px;
  padding-bottom: 10px;
}
.notificaton_head p {
  margin-bottom: 0px;
  background: linear-gradient(180deg, rgba(255, 12, 12, 1) 41%, rgba(255, 0, 216, 1) 72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.notificaton_head span {
  font-size: 14px;
  letter-spacing: 1px;
}
.notificaton_head p {
  font-size: 15px;
  letter-spacing: 1px;
}
.img_noti {
  border-width: 1px;
  border-style: solid;
  background: linear-gradient(#faf9ff, #faf9ff) padding-box, linear-gradient(to bottom, #7c0ffa, #ff08d5) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
  padding: 3px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notify-box {
  border-bottom: 1px solid #d9d8dd;
  padding: 30px 20px;
}
.noti_title {
  margin-left: 30px;
  /* width: 175px; */
}
.over_link_noti {
  color: #000;
  text-decoration: none;
}
.noti_title h6 {
  font-size: 14px;
  line-height: 18px;
}
.noti_title p {
  font-size: 10px;
  margin-bottom: 0px;
  font-family: 'Gotham Book';
}
.right_noti_img img {
  width: 35px;
  height: 35px;
  background-color: #f3f2f9;
}
.right_noti_img2 {
  width: 35px;
  height: 35px;
}
.right_noti_img2 img {
  border-radius: 0px;
}
.right_noti_img img {
  border-radius: 100%;
  background-color: #f3f2f9;
}
.rightnoti1 img {
  width: 50px;
  height: 50px;
  background-color: #f3f2f9;
}

.rightnoti2 img {
  width: 30px;
  border-radius: 0px;
}
.chat_overlay_box {
  background-color: #FAF9FF;
  box-shadow: 0px 0px 30px #ECE8FF;
  margin-top: 80px;
  padding: 25px 50px;
  width: 544px;
}
.arrow_long {
  margin-right: 18px;
}
.img_chat_pro {
  width: 50px;
  height: 50px;
}
.img_chat_pro img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.chat_title {
  margin-left: 15px;
  width: 175px;
}
.chat_title h3 {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin-bottom: 0px;
}
.chat_title span {
  background-color: #22C694;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
}
.dottedvr {
  padding-right: 30px;
}
.chat_pack {
  padding-top: 67px;
  text-align: right;
}
.chat_bg_light {
  margin-top: 30px;
  background-color: #F3F2F9;
  padding: 25px 15px;
  border-radius: 10px 10px 10px 0px;
  width: 300px;
}
.chat_bg_light p {
  margin-bottom: 0px;
  font-size: 15px;
  font-family: 'Gotham Book';
  line-height: 25px;
}
.chattime {
  width: 300px;
}
.chattime p {
  font-size: 9px;
  margin-top: 10px;
  font-family: 'Gotham Book';
}
.chat_bg_light2 {
  margin-top: 30px;
  background-color: #ebdcff;
  padding: 25px 15px;
  border-radius: 10px 10px 0px 10px;
  width: 300px;
}
.chat_bg_light2 p {
  margin-bottom: 0px;
  font-size: 15px;
  font-family: 'Gotham Book';
  line-height: 25px;
}
.chattime2 p {
  font-size: 9px;
  margin-top: 10px;
  font-family: 'Gotham Book';
  text-align: right;
}
.chat_bg_light3 {
  margin-top: 30px;
}
.chattime3 p {
  font-size: 9px;
  margin-top: 10px;
  font-family: 'Gotham Book';
  text-align: right;
  color: #BB6BD9;
}
.chattime3 span {
  background-color: #BB6BD9;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
}
.pro-b2 a {
  text-decoration: none;
  color: #000;
}
.broker_det_pad {
  margin-top: 80px;
}
.mySwiper2 {
  border-radius: 0px;
}
.custom-pagination {
  position: absolute;
  display: inline-block;
  text-align: right;
}
.mySwiper3 .swiper-button-prev:after, .swiper-button-next:after {
  font-size: 11px !important;
  background: #FF0C0C;
  background: linear-gradient(180deg, rgba(255, 12, 12, 1) 0%, rgba(255, 0, 216, 1) 100%);
  padding: 7px;
  border-radius: 81%;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
}
.mySwiper3 .swiper-button-prev, .swiper-button-next {
  z-index: auto !important;
}
.view-all-image {
  text-decoration: none;
  color: #000;
  float: right;
}
.view-all {
  width: auto !important;
  vertical-align: top;
}
.slider_ske_bg {
  background-color: #faf9ff;
}
.modal_boxbrochure h4 {
  margin-bottom: 0px;
  font-size: 16px;
}
.arrowdn {
  border: none;
  background: none;
  margin-left: 40px;
}
.logo_bro_pro {
  width: 150px;
  margin-top: 70px;
}
.bg_resid h2 {
  color: #fff;
  font-size: 60px;
  position: absolute;
  z-index: 1;
  top: 30%;
  width: 100%;
  text-align: center;
  text-shadow: 0px 2px 4px #00000073;
}
.bg_resid {
  position: relative;
}
.luxonplam {
  padding: 70px 0px;
}
.luxonplam h5 {
  font-weight: bold;
}
.luxonplam p {
  font-family: 'Gotham Book';
}
.gio_img {
  padding-bottom: 60px;
}
.ultimate_beach {
  background-color: #F0F4F7;
  padding: 100px 0px;
  text-align: center;
}
.ultimate_beach h4 {
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 80px;
}
.ultimate_beach h2 {
  font-size: 50px;
  padding-bottom: 80px;
  font-weight: 600;
  font-family: 'Gotham Book';
  letter-spacing: 4px;
}
.ultimate_beach p {
  font-size: 30px;
  padding-bottom: 80px;
  font-family: 'Gotham Book';
  letter-spacing: 3px;
}
.button_register {
  background-color: #000;
  padding: 50px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 680px;
}
.property-files {
  width: 1160px;
  height: 90vh;
}
.text_he_box h5 {
  font-family: 'Gotham Book';
  color: #000000;
  font-size: 15px;
  margin-bottom: 0px;
}
.Story-styles_header__-rnWL {
  left: 70px !important;
  position: absolute;
  right: 0 !important;
  top: 50px !important;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 0px 5px #00000080;
}
.modal_box3 {
  width: 1160px;
}
.msg-rt {
  font-size: 10px;
  font-family: 'Gotham Book';
}
.chat-new-bo {
  display: inline-block;
}
.bottom_chat_frame input {
  border: none;
  background-color: #F6F4FF;
  padding: 10px 20px;
  font-family: 'Gotham Book';
  border-radius: 15px;
  width: 300px;
}
.bottom_chat_frame input:focus {
  border: none;
}
.bottom_chat_frame input:focus-visible {
  border: none;
  outline: none;
}
.pro_pic_img {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.user_profile_picture {
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 22px;
}
.property-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.card-img-top {
  height: 250px;
  object-fit: cover;
}
.story_box .swiper-slide {
  width: 73px !important;
  margin-right: 30px !important;
}
.mySwiper1 .swiper-slide {
  width: 95px !important;
  height: 95px !important;
}
.p-no-image {
  width: 22px !important;
  border-radius: 0px !important;
}
.pswp__button .pswp__icn-shadow {
  stroke: none;
}
.pswp__button--arrow .pswp__icn {
  fill: rgb(255 255 255);
}
.pswp__button--arrow--prev {
  width: 30px !important;
  height: 30px !important;
  background: #FF0C0C;
  background: linear-gradient(180deg, rgba(255, 12, 12, 1) 0%, rgba(255, 0, 216, 1) 100%) !important;
  left: 70px !important;
  border-radius: 100%;
}
.pswp__button--arrow--next {
  width: 30px !important;
  height: 30px !important;
  background: #FF0C0C;
  background: linear-gradient(180deg, rgba(255, 12, 12, 1) 0%, rgba(255, 0, 216, 1) 100%) !important;
  right: 70px !important;
  border-radius: 100%;
}
.pswp__button--arrow .pswp__icn {
  margin-top: -15px !important;
}
.pswp__button--arrow .pswp__icn {
  width: 20px !important;
  height: 30px !important;
}
.pswp__button--arrow--prev .pswp__icn {
  left: 7px;
}
.pswp__button--arrow--next .pswp__icn {
  right: 8px !important;
}
.pswp__img {
  background: transparent !important;
  object-fit: contain;
}
.pswp__zoom-wrap {
  background: transparent !important;
}
.chat-list {
  overflow-y: scroll;
  height: 600px;
}
.bottom_chat_frame {
  padding-top: 20px;
}
.modal-open3 .ReactModal__Content .chat_overlay_box h3 {
  display: block !important
}
.chat-list2 {
  overflow-y: scroll;
  height: 600px;
  padding: 0px 20px;
}
.bottom_chat_frame a {
  padding-left: 10px;
}












.signup_head {
  padding-top: 30px;
}
.signup_head h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 0px;
  color: #000;
}
.country_code {
  margin-right: 20px;
  width: 70px;
}
.signup_country_input input {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 13px;
}


.signup_country_input input::placeholder {
  color: #000;
}
.signup_country_input p {
  font-size: 10px;
  font-family: 'Gotham Book';
  margin-bottom: 0px;
}
.signup_country_input {
  border-bottom: 1px solid #333;
  padding-bottom: 35px;
}
.continue_button {
  margin-bottom: 20px;
  width: 100%;
  border: none;
  background-color: #F3F2F9;
  height: 50px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.continue_button img {
  width: 15px;
}
.sign_bot_copy p {
  font-size: 8px;
  color: #FF00D8;
  font-weight: bold;
}
.select_country select {
  height: 80px;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  color: #000;
  background-color: #fdfcff;
  padding-left: 20px;
  padding-right: 20px;
}
.buttons_cont {
  border-bottom: 1px solid #EFCDFD;
  margin-bottom: 20px;
}


.otp_to_number input{font-size: 20px;
    color: #313346;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 50px;}
.otp_to_number p{ font-size: 15px; font-family: 'Gotham Book';}


.button_gredient_red{ color: #fff;
  background: #FF0C0C;
 text-align: center;
  background: linear-gradient(180deg, #ff0c0c 0%, rgba(255, 0, 216, 1) 100%);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 26px;
  text-decoration: none;
  border-radius: 70px; border: none; width: 100%;
  height: 70px; margin-top: 70px;}
.otp_to_number span{ font-size: 15px; color: #FF00D8; background: none; text-align: left; padding-left: 0px;}
.otp_to_number{ position: relative;}
.enterotpimg{ position: absolute;right: 20px;top: 20px;z-index: 1;}

.name-inp{ font-size: 15px !important; font-weight: bold !important;}

.button_gredient_white{color: #000;
  background: none;
 text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
 margin-top: 30px;
  text-decoration: none;
   border: none;
  }
.signup_head input:focus{ box-shadow: none; background: #F3F2F9;}
.signup_country_input input:focus{ box-shadow: none; background: #F3F2F9;}
.select_country{ position: relative;}
.select_country button{ width: 100%; height: 80px;text-align: left;padding-left: 20px; font-size: 20px; background-color: #fdfcff; border: none;}
.arrow_dn{position: absolute;right: 20px;top: 37px;z-index: 1;}
.country_searchoption{ padding-top: 15px; position: relative;}
.country_searchoption input{ border-radius: 10px; padding-left: 50px; padding-right: 20px; font-size: 20px;}
.country_searchoption img{position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;}

    .country_list_withsearch{    padding-left: 20px;
    overflow-y: scroll;
    height: 250px; margin-top: 15px;}
    .country_list_withsearch ul{ margin: 0px; padding: 0px;}
    .country_list_withsearch ul li{ list-style: none;}
    .country_list_withsearch ul li a{ font-size: 20px; color: #313346; text-decoration: none; margin-top: 20px; display: block;}
    .country_list_withsearch ul li a:hover{ color: #FF00D8;}
.form-control:focus{ box-shadow: none; background: #F3F2F9;}


.pro_home_img{ border-radius: 100% !important; border: 1px solid #FF00D8; padding: 2px; height: 30px;}
.text_he_box3 h4 {
    font-size: 16px;
    font-family: 'Gotham Book';
    margin-bottom: 0px;
    display: inline-block;
}

.error-message{
  color: #f84040;
}

.btnnew-ch{ font-size: 12px; height: auto;}
.form-width-b{width: 800px;
    margin: auto;}
.form-width-b .error-message{     position: absolute;
    right: 26px;
    top: 16px;
    z-index: 1;
    padding-left: 0px;
    font-size: 11px;} 

.secure1{
      border-top: 1px solid #EFCDFD;
      margin-top:30px ;
      padding-top: 30px;
}


.overflow_container{ max-height: 370px; overflow-y: scroll;}
.apple-auth-btn{     width: 100%;
    margin-bottom: 20px;
    height: 50px;
    font-size: 10px !important;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;}

.filter_links .swiper-button-prev{ display: none;}
.filter_links .swiper-button-next{ display: none;}


/* Media Query */
@media(max-width:1800px) {
  .head_part {
    padding: 30px 70px;
  }
  .property-image {
    width: 100%;
  }
  .amanities li {
    font-size: 10px;
  }
  .container {
    max-width: 100%;
  }
  body {
    padding: 130px 70px 30px 70px;
  }
  .ReactModal__Overlay {
    padding: 0px 70px !important;
  }
  .modal-open3 .ReactModal__Content {
    inset: auto !important;
    overflow: unset !important;
    margin: 0px !important;
    transform: none !important;
    right: 70px !important;
    border-radius: 0px !important;
  }
  .scroll-v-broker{ overflow-x: scroll ;}
      .scroll-v-broker {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */}
  .scroll-v-broker::-webkit-scrollbar {
  display: none;
}
}
@media(max-width:1728px) {
  .points_bro_det span{ width: 225px;}
  .brok-det{ height: 625px;}
  .broker_main_sec{ height: 625px;}
  .brok-s-img img{ height: 625px;}
  .three_bottom_box {
    padding: 50px 100px;
  }
  .bork-short-cont {
    padding: 15px 0px;
  }
  .points_bro_det p {
    font-size: 12px;
  }
  .box_sh_fou {
    padding: 60px 0px;
  }
  .like-animation {
    top: 60px;
    left: 60px;
  }
  .ReactModal__Overlay {
    padding: 0px 70px !important;
  }
  .modal-open3 .ReactModal__Content {
    inset: auto !important;
    overflow: unset !important;
    margin: 0px !important;
    transform: none !important;
    right: 70px !important;
    border-radius: 0px !important;
  }
  
}
@media(max-width:1710px) {
  .aedprice span {
    font-weight: 500;
    font-size: 11px;
  }
}
@media(max-width:1600px) {
  .custom-col-2 {
    width: 14%;
  }
  
  .ReactModal__Overlay {
    padding: 0px 70px !important;
  }
  .modal-open3 .ReactModal__Content {
    inset: auto !important;
    overflow: unset !important;
    margin: 0px !important;
    transform: none !important;
    right: 70px !important;
    border-radius: 0px !important;
  }
  .aedprice span {
    font-size: 14px;
  }
  .amanities li {
    font-size: 9px;
  }
}
@media(max-width:1440px) {
   
    .brok-s-img img {
        height: 650px;
    }

  .link_socil_e ul li {
  padding-right:5px;
}
  .brok-det{ height: 650px;}
  .broker_main_sec{ height: 650px;}
  .points_bro_det span{ width: 255px; font-size: 12px;}
  .points_bro_det p{ width: 200px;}
  .button_gredient_edit{ width: auto;}

  .custom-col-2 {
    width: 14%;
  }
  .property-files {
    height: 750px
  }
  .slider_ske_bg {
    height: auto;
  }
  .text_he_box h4 {
    font-size: 14px;
  }
  .text_feature span {
    font-size: 9px;
  }
  .like-animation {
    top: 40px;
    left: 40px;
  }
  .most_links ul li {
    font-size: 9px;
  }
  .hightlights_bor {
    padding-bottom: 20px;
  }
  .aedprice h2 {
    padding-bottom: 0px;
  }
  .aedprice span {
    width: 100%;
    margin-bottom: 15px;
  }
  .aedprice a {
    width: 100%;
  }
  
  .three_bottom_box {
    padding: 50px 0px;
  }
}


@media(max-width:1200px) {
.right_side_box{ margin-top: 30px;}
    .brok-det {
        height: auto;
    }
}


@media(max-width:1024px) {
  .brok-det{ margin-top: 30px;}
  .custom-col-2 {
    width: 20%;
  }
  .property-logo-image1 {
    width: 100%;
  }
  .modal_box3 {
    width: 100%;
  }
  .modal_box3 .property-files {
    width: 100%;
  }
  .modal-open2 .ReactModal__Content {
    width: 100%;
  }
  .property-files {
    height: 750px;
  }
  body {
    padding: 130px 20px 30px 20px;
  }
  .head_part {
    padding: 20px;
  }
  .custom-col-1 {
    width: 14%;
  }
  .text-lik {
    padding-right: 20px;
  }
}

@media(max-width:991px) {
  .form-width-b{ width: 100%;}
.box_bg_color{ margin-top: 30px; height: auto;}
.aedprice{padding-bottom: 64px;}
 .box_frame_detail{margin-bottom: 0px;
    height: 500px;
    object-fit: cover;}
    .custom-pagination {
    position: initial; margin-top: 40px;}
    .view-all{  text-align: center; width: 100%;}
    
  }


@media(max-width:834px) {
  .text_he_boxnew h4 { font-size: 14px;}
  .top_links ul li {
    padding-right: 13px;
    padding-left: 0px;
  }
}

@media(max-width:768px) {
.bot_box p{ font-size: 13px;}
.text_he_box ul li a{ font-size: 13px;}
    .points_bro_det p {
     
        width: 200px;
    }
}


@media(max-width:767px) {
.new-bx-e{ margin-bottom: 20px;}
  .tab-indbo ul{ padding-bottom: 0px !important;}
.brok-head h4{padding-bottom: 0;
    margin-bottom: 0px;}
  .button_gredient_chat{ margin-top: 30px;}
  .brok-det{ height: auto;}
 .broker_main_sec{ height: auto;}
  .sk-pad-new {
    padding-left: 20px;
  }
  /* .img_noti{ height: auto;} */
  .notify-box {
    padding: 30px 10px;
  }
  .modal-open3 .ReactModal__Content {
    right: 0px !important;
    width: 100%;
  }
  .noti_title {
    margin-left: 15px;
  }
  .foot {
    margin-bottom: 50px;
  }
  .stripbo h4 {
    line-height: 25px;
  }
  .grid_box .text_he_box ul {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .head_sale {
    padding-top: 50px;
    padding-left: 0;
  }
  .right_side_box {
    padding: 30px;
  }
  .content_box h3 {
    line-height: 33px;
  }
  .text_he_box2 h4 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .fraction{ width: 100%; text-align: center;}
  .top_links ul li {
    padding-left: 0px;
  }
  .gallery_gridview {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .box_bg_color {
    height: auto;
    margin-top: 30px;
  }
  .view-all-image {
    float: left !important;
  }
  .box_frame {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
    margin-bottom: 0px;
  }
  .boximg-frame {
    height: auto;
    margin-bottom: 30px;
  }
  .text_he_box {
    height: auto;
  }
  .text_he_box h4 {
    width: 100%;
    line-height: 26px;
    text-align: left !important;
  }
  .searchbox {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slider_ske_bg {
    max-width: 100%;
  }
  .text-lik {
    padding-right: 9px;
  }
  .head_part {
    padding: 20px;
  }
  .custom-col {
    width: 33%;
  }
  .custom-col-1 {
    width: 25%;
  }
  .custom-col-2 {
    width: 25%;
  }
  .text_terms {
    padding-top: 30px;
  }
  .noti_overlay_box {
    padding: 50px 20px;
    width: 100%;
  }
  .chat_overlay_box {
    padding: 50px 20px;
  }
  .brok-text{ margin-top: 30px;}
}

@media(max-width:680px) {
   .filter_links .swiper-button-prev{ display: block !important;
        top: 16px;
        background: #FAF9FF;
        background: linear-gradient(90deg, rgba(250, 249, 255, 1) 54%, rgba(255, 255, 255, 0) 100%);
        width: 70px;
        left: 0;
        height: 55px;
        padding: 14px 0px;
      z-index: 1;
        text-align: left;}
.filter_links .swiper-button-next{ display: block !important;
        top: 16px;
        background: #FAF9FF;
        background: linear-gradient(270deg, rgba(250, 249, 255, 1) 54%, rgba(255, 255, 255, 0) 100%);
        width: 70px;
        right: 0;
        height: 55px;
        padding: 14px 0px;
      
        text-align: right;}

.filter_links .swiper-button-prev:after{background: none; font-size: 25px;}
.filter_links .swiper-button-next:after{background: none; font-size: 25px !important; line-height: 12px;}

.filter_links .swiper-button-prev, .swiper-button-next{ color: #000 !important;}
.ReactModal__Overlay {
    padding: 0px !important;
    inset: 0px !important;
    background-color: #000 !important;
    display: flex; align-items: center; justify-content: center;
  }
  /* .ReactModal__Content--after-open{transform: translate(-50%,20%)!important; width: 100%;} */

  .ReactModal__Content--after-open{position: static !important;
    inset: inherit !important;
    
    margin-right: 0 !important;
    transform: none !important;}
  
  .styles_main__-0FEu{ width: 100% !important;}
}

@media(max-width:575px) {
   
      .points_bro_det p {
        width: 200px;
    }
    .points_bro_det span{ width: 300px;}
  .modal_box2 .modal-content{    padding: 64px 50px;}
  
  .top_links {
    margin-right: 0px;
  }
  .bell_icon {
    width: 19px;
  }
  .custom-col-2 {
    width: 33%;
  }
  .text_he_box {
    height: auto;
  }
  .slider_ske_bg {
    max-height: 511px;
  }
}
@media(max-width:480px) {
  
      .points_bro_det p {
        width: 250px;
    }
  .points_bro_det span { padding-right: 0px;
    font-size: 14px;}
  .brok-s-img img{ height: 400px;}
  .button_gredient_chat{ width: 100%;}
  .box_frame_detail {
     
        height: 300px;
     
    }
      .bot_box p {
     
        padding-bottom: 20px;
    }
  .text_he_box{ margin-bottom: 0px;}
  .text_feature span {
        font-size: 13px;
    }
  .img_noti { width: auto; min-width: 50px;}
  .bottom_chat_frame input {
    width: 100%;
  }
  .bottom_chat_frame a {
    padding-left: 10px;
  }
  .chat-new-bo {
    display: block;
  }
  .chat-list2 {
    padding: 0px;
  }
  .chat_bg_light {
    padding: 15px;
    margin-top: 0px;
  }
  .chat_bg_light2 {
    padding: 15px;
    margin-top: 0px;
  }
  .notificaton_head {
    padding-top: 0px;
  }
  .ver_head {
    padding-bottom: 15px;
  }
  .bottom_chat_frame input {
    width: 200px;
  }

  .view-all {
    width: 100% !important;
    text-align: left !important;
  }
  .noti_overlay_box {
    padding: 50px 20px;
  }
  .chat_overlay_box {
    padding: 50px 20px;
  }
  .login_box span {
    padding-left: 0px;
    padding-right: 15px;
  }
  .top_links ul li {
    padding: 0px;
  }
  .text-lik {
    padding-right: 22px;
  }
  .logo {
    padding-bottom: 10px;
  }
  .head_part {
    padding: 20px 10px;
  }
  .foot {
    margin-bottom: 50px;
  }
  .foot-box-n {
    padding-bottom: 0px;
  }
  .top_links {
    margin-right: 0px;
  }
  .grid_box .g-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: -22px;
  }
  .text_he_box h4 {
    width: 100%;
    line-height: 26px;
  }
  .searchbox {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .property-image {
    width: 100%;
  }
  .logo img {
    width: 100%;
  }
  body {
    padding: 130px 10px 30px 10px;
  }
  footer {
    padding: 0px;

  }
  .three_bottom_box {
    padding: 50px 0px 0px 0px;
  }
  .agent_box {
    padding-bottom: 50px;
  }
  .strip_3 {
    padding-top: 0;
  }
  .grid_box .text_he_box .col-5 {
    width: 100% !important;
  }
  .grid_box .text_he_box .col {
    flex: none !important;
  }
  .right_side_box {
    padding: 20px;
  }
  .right_side_box h4 {
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .text_he_box2 h4 {
    line-height: 24px;
    margin-bottom: 20px;

  }
  .photo_gal img {
    margin-bottom: 30px;
  }
  .head_sale {
    padding-left: 0px;
  }
  .right_ver {
    padding-top: 50px;
  }
  .strip_2 {
    padding-top: 50px;
  }
  .armani_box {
    padding-top: 70px;
  }
  .left_aside h2 {
    font-size: 22px;
  }
  .pri_sale h4 {
    font-size: 20px;
  }
  .pri_sale h5 {
    font-size: 16px;
    padding-left: 80px;
  }
  .content_box h3 {
    font-size: 20px;
  }
  .content_box p {
    font-size: 16px;
    padding-bottom: 40px;
  }
  .box_bg_color {
    height: auto;
  }
  .amanities {
    min-height: auto;
  }
  .box_blank {
    margin-bottom: 30px;
  }
  .amanities li {
    font-size: 11px;
  }
  .property-description {
    height: auto !important;
    margin-bottom: 50px;
    display: block;
  }
  .property-logo-image1 {
    width: 100%;
    object-fit: cover;
  }
  .bot_box {
    padding-top: 0px;
  }
  .text_he_box ul {
    padding-bottom: 15px;
  }
  .stripbo h4 {
    line-height: 27px;
    margin-top: 50px;
  }
  .content_box h3 {
    line-height: 28px;
  }
  .modal-open2 .ReactModal__Content {
    width: 100%;
  }
  .modal_box2 .modal-content {
    padding: 70px 20px;
    width: 100%;
  }
 
  .modal_box2 .nav-item {
    margin-bottom: 10px;
  }
  .modal_box2 .nav-item button {
    width: 100%;
  }
 .property-title {
    text-align: left !important;
  }
  .custom-col {
    width: 50%;
  }
  .custom-col-1 {
    width: 33%;
  }
  .custom-col-2 {
    width: 33%;
  }
  .custom-col img {
    width: 125px;
    height: 125px;
  }
  .custom-col-3 {
    width: 50%;
  }
  .custom-col-3 img {
    width: 100px;
    height: 100px;
  }
  .grid_dev h5 {
    margin-bottom: 50px;
  }
  .bell_icon {
    width: 17px;
  }
}
@media(max-width:425px) {

  .brok-head span {
    font-size: 10px;}
  .points_bro_det span{ width: 300px; font-size: 14px;
    padding-right: 0px;}
    
    .points_bro_det p{ width: 250px;}
  .button_gredient_edit {
     
        margin-bottom: 0px;
    }
        .new-bx-e {
        margin-bottom: 0px;
    }
    .button_gredient_edit{ margin-top: 20px;}
  .foot ul li{ padding-top: 20px;}
  .copyright a{ width: auto;}
    .login_box span {
    font-size: 10px;
  }
  .top_links {
    margin-right: 10px;
  }
  .text-lik {
    padding-right: 20px;
    font-size: 10px;
  }
}
@media(max-width:414px) {
  .chat_bg_light2 {
    width: 250px;
  }
  .chat_bg_light {
    width: 250px;
  }
  .chattime {
    width: 100%;
  }
  .bottom_chat_frame input {
    width: 100%;
  }
  .text-lik {
    padding-right: 14px;
  }
  .login_box span {
    padding-left: 0px;
  }
  .bell_icon {
    width: 17px;
  }
}
@media(max-width:375px) {
  .text_he_boxnew h4 {
        font-size: 13px;
    }
  .tab-indbo ul{ padding-top: 15px !important;}
  .signup_head h4 {
    font-size: 18px;}
 
  .custom-col-2 {
    width: 50%;
  }
  .text_feature span {
    font-size: 13px;
  }
  .logo a img {
    width: 100%;
  }
  .login_box span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text-lik {
    padding-right: 10px;
    font-size: 10px;
  }
  .login_box span {
    font-size: 10px;
  }
  .profile_img_top {
    width: 35px;
  }
  .bell_icon {
    width: 15px;
  }
  .bottom_mew_n {
    padding: 30px 0px;
}
}
@media(max-width:360px) {

      .right_side_box h4 {
        font-size: 14px;}
 
  .text-lik {
    font-size: 10px;
    padding-right: 8px;
  }
  .login_box span {
    font-size: 10px;
  }
  .profile_img_top {
    width: 35px;
  }
   .points_bro_det span{font-size: 12px;}
  .points_bro_det p {
        font-size: 11px;
    }
}
@media(max-width:320px) {
 
  .points_bro_det span img {margin-right: 5px;}
  .copyright span{padding-right: 10px;}
  .copyright a{ padding-left: 0px;}
 
  .signup_head h4 {
        font-size: 15px;
    }
  
  .login_box span {
    padding-left: 0px;
  }
  .top_links {
    margin-right: 0;
  }
  .text-lik {
    font-size: 9px;
    padding-right: 9px;
  }
  .login_box span {
    font-size: 9px;
  }
  .profile_img_top {
    width: 35px;
  }
  .bell_icon {
    width: 17px;
  }
}