body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
     background-color: #e8f3ff;
}

/* wrapper for the submenu */
.dropdown-submenu {
  position: relative;
}

/* position the nested menu */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
}

/* optional: show a subtle chevron spacing */
.dropdown-submenu > .dropdown-toggle::after {
  float: right;
  margin-top: .5rem;
  transform: rotate(-90deg);
}

/* Desktop: hover opens submenu */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  /* Prevent Bootstrap from requiring .show on hover */
  .dropdown-submenu > .dropdown-menu {
    margin-top: 0;
  }

  .dropdown-submenu > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}


.sidebar_ad_text{
	text-align:justify;
	font-family:'tahoma';
	font-size:14px;
	font-weight: bold;
	color:#626263; 
}
.sidebar_ad_title{
	color:red;
	text-align:center;
	text-transform: uppercase;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	font-weight:bold;
	font-size:18px;
}

.sidebar_ad_link{
	color:red;
	text-align:center;
	text-transform: uppercase;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	font-weight:bold;
	font-size:14px;
}



.sidebar_ad_name{
	text-align:center;
	font-family:'tahoma';
	font-size:14px;
	font-weight: bold;
	color:#626263; 
	text-transform: uppercase;
	
}
.sidebar_ad_price{
	color:red;
	text-align:center;
	font-family:'tahoma';
	font-weight:800;
	font-style:italic;
	font-size:16px;
}

.sidebar_ad_brokers{
	color:black;
	text-align:center;
	font-family:'tahoma';
	font-weight:600;
	
	font-size:14px;
}

.sales-container {
    text-align: center;
    margin: 0 auto;
}

.sales-block {
	color:black;
    display: inline-block;
    text-align: center;
	font-family:'tahoma';
	font-weight:600;
	
	font-size:14px;
   
    margin: 5px;
    border: none;
    width: 200px; /* Adjust as needed */
}

.sales-block.single {
    display: block;
    margin: 0 auto;
}

.sales-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.sidebar_ad_stock_num{
		color:black;
	text-align:center;
	
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	font-weight:bold;
	font-size:12px;
}

hr.heavy{
	height: 1px; /* Sets the thickness of the line */
  background-color: #000; /* Sets the color */
  opacity: 0.7;
}

div.memberships img {
    margin-right: 10px;
    margin-top: 10px;
    /* height: 100px; */
    max-width: 180px;
}
.pbbfooter {
    background-color: #0c2d40;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border: #000000 solid medium; */
}

.quick_links {
	 
	font-size:small;
	text-align: center;
}

a.quick_link {
	color:#45baf6;
}
 
a.quick_link:hover{
	color:#FFFFFF;
}
	
p.card-text {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	font-family: 'Tahoma', sans-serif;
}

.flag {
	width:25px;
	margin-right:5px;
}
/* for floating vr-tour and video icon over images */
.video-icon {
	position: absolute;
	left:0;
	top:0;
	z-index: 200;
}
.video-icon img {
	width:70px;
	height:70px;
	position:absolute;
	top:25px;
	left:20px;
	
	
}

.info-label {
	position: absolute;
	right:0px;
	top:0;
	z-index: 200;
	padding:5px;

	border-bottom-left-radius: 10px;
	border-top-right-radius: 1em;
	color:#ffffff;
	font-weight:bold;
}

.bg-reduced {
	background-color: #215aea; 
}

.bg-new {
	background-color: #eb2227; 
}
.bg-sold {
	background-color: #6a2095; 
}
.bg-deal-pending {
	background-color: #2da163; 
}

.social-media {
    max-width: 55px;
    padding: 10px;
}

.thumbnail {
	background-color:white;
	border-radius:5px;
	padding:5px;
	border:solid #cccccc 1px;
}



