/*####################### Updated Design ##############################*/
.bootstrap-wrapper{
	background-color: transparent !important;
}
.user_contacts a {
  color: rgb(33, 37, 41) !important;
  text-decoration: none;
  box-shadow: none;
}
.user_contacts a:hover {
  text-decoration: none;
  box-shadow: none;
  color: rgb(0, 0, 0) !important;
}
.user_socials a {
  color: #808080;
}
.profile_userinfo {
  /* border: 1px solid red; */
}
.profile_userinfo .userpic img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.profile_userinfo .username {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

h4.profile-desc-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.user_socials {
  display: flex;
}
.user_phone,
.user_mobile,
.user_email,
.user_website {
  padding: 0;
  margin: 0;
}
.user_fb,
.user_twitter {
  margin-right: 10px;
}

.user_fb a,
.user_fb a:hover,
.user_twitter a,
.user_twitter a:hover,
.user_gplus a,
.user_gplus a:hover {
  text-decoration: none;
  box-shadow: none;
}

.user_fb i,
.user_twitter i,
.user_gplus i {
  font-size: 20px;
}
.agent_properties {
  margin-top: 60px;
}
h4.agent_properties_title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #bdc3c7;
}

.user_poperties {
  margin-top: 30px;
  position: relative;
  border-radius: 6px;
}
.user_property_img {
  height: 220px;
  width: 100%;
}
.user_property_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.user_property_status {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 5px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.user_property_desc {
  background-color: #f4f1f1;
  padding: 10px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.user_property_desc .property_title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: rgb(59, 66, 73) !important;
}
.property_title a {
  text-decoration: none;
  box-shadow: none;
  color: #1c1b1b;
}
.property_title a:hover {
  text-decoration: none;
  box-shadow: none;
  color: #000;
  font-weight: 600;
}
.user_property_desc .property_price {
  font-size: 14px;
  text-align: center;
}
ul.iv-pagination {
  margin: 20px 0;
  list-style: none;
  display: flex;
}
.iv-pagination li a {
  border: 1px solid #ddd;
  margin-right: 10px;
  padding: 3px 15px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: none;
}
.iv-pagination li a:hover {
  background-color: #acaaaa;
  text-decoration: none;
  box-shadow: none;
}
.active-li a {
  background-color: #cacaca;
}
.active-li a {
  color: #000;
}
