
.open-popup-btn {
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	padding: 16px !important;
	text-align: center;
	vertical-align: middle;
	border-radius: 0!important;
	position: fixed;
	top: 180px;
	right: 0px;
	font-family: "Poppins", Sans-serif;
	font-size: 18px!important;
	font-weight: 500!important;
	background: rgb(240, 8, 7) !important;
	color: rgb(255, 255, 255) !important;
}

.archive .price {
display: none;	
}

.single-property .rh_prop_card__price {
display: none;	
}

.page .price {
display: none ;	
}

.osm-popup-price {
display: none;	
}

.home .rh_prop_card__price_sty {
display: none;	
}

.single-property .price {
color :  #f7f7f7 !important;
font-size: 5px !important;	
}


.rh_banner__cover {
background: #000 !important;
}

.rh_menu__user_submit {
display: none;	
}

.rh_var2_header_meta_wrapper {
  background: #303c4a ;
}	


.calendly-badge-widget {
	top: 100px!important;
	right: 0!important;
}

.calendly-badge-widget .calendly-badge-content {
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	cursor: pointer;
	padding: 16px !important;
	text-align: center;
	vertical-align: middle;
	border-radius: 0!important;
	display: inline-flex;
	height: -moz-fit-content;
	width: fit-content;
	font-family: "Poppins", Sans-serif;
	font-size: 18px!important;
	font-weight: 500!important;
	background: rgb(240, 8, 7) !important;
	color: rgb(255, 255, 255) !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.calendly-badge-widget .calendly-badge-content:hover {
transform: scale(1.1);
}

.custom-floating-button {
  /* Positioning */
  position: fixed;
  top: 220px; /* Distance from bottom */
  right: 20px; /* Distance from right */
  z-index: 1000; /* Ensure it's above other content */

  /* Styling */
  background-color: #007bff; /* Button color */
  color: white; /* Text color */
  padding: 15px 20px; /* Size of the button */
  border-radius: 50%; /* Makes it round, adjust for square or oval */
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Adds a shadow */
  text-decoration: none; /* Removes default link underline */
  /* Add more custom styles as needed (font-size, hover effects, etc.) */
}

/* Optional: Add hover effects */
.custom-floating-button:hover {
  background-color: #0056b3;
}


