
h1{
	font-weight: 450 !important;
	font-family: frank ruhl libre !important;
}

h2{
	font-family: poppins !important;
	font-weight: 300 !important;
}

h3{
	font-weight: 450 !important;
}

.directory-box-desktop-info-arrow{
	font-weight: 450 !important;
	line-height: 0px;
}

span[itemprop="name"]{
	font-family: frank ruhl libre;
	font-weight: 600;
}

.search-title-container{
	text-align: center; 
	padding-top: 40px; 
	padding-bottom: 15px;
}

.search-title-container h1{
	color: white; 
	font-weight: 400;
}

.search-title-container h2{
	color: #cad9e8; 
	font-weight: 500;
}

.container{
	max-width: 1170px;
	padding: 0px;
}

.rotating-gear {
	-webkit-animation: rotation 40s infinite linear;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}

.directory-box-desktop{
	background-color: white; 
	display: none;
	max-width: 1170px; 
	margin-top: 30px; 
	margin-left: auto; 
	margin-right: auto;
	transition: ease 0.2s;
	border-radius: 5px;
}

.directory-box-desktop:hover{
	/*transform: translate(0px, -2px);
	box-shadow: 0px 0px 11px -3px rgba(0,0,0,2);*/
}

.directory-box-desktop-right{
	height: 220px; 
	width: 280px; 
	text-align: center; 
	display: none;
	background-color: #F5F9FF;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.directory-box-desktop-right div{
	display: table-cell; 
	vertical-align: middle;
}

.directory-box-desktop-right button{
	background-color: #154e9e; 
	color: white; 
	min-width: 160px; 
	margin-left: 27px; 
	margin-top: 7px; 
	margin-bottom: 7px; 
	line-height: 20px;
}

.directory-box-desktop-image{
	height: 60px; 
	width: 60px;
	margin: 10px;
	margin-right: 6px;
}

.directory-box-desktop-image img{
	display: inline-block; 
	height: 92%; 
	width: 92%; 
	margin: 4%;
	border-radius: 5px;
}

.directory-box-desktop-info{
	flex: 1; 
	padding: 10px; 
	padding-left: 5px; 
	padding-right: 5px;
}

.directory-box-desktop-info h3{
	color: #154e9e;
}

.directory-box-desktop-info-arrow{
	font-family: frank ruhl libre;
	display: none; 
	opacity: 0;
}

.directory-box-desktop-description{
	color: #56688b; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
}

.directory-box-mobile{
	background-color: white;
	border-radius: 3px;
	margin-top: 16px;
}

.directory-box-mobile button{
	font-weight: 500 !important;
}

.directory-box-mobile-heading{
	height: 112px;  
	padding: 16px; 
	display: flex;
	margin-bottom: 0px;
}

.directory-box-mobile-heading .avatar-div{
	height: 80px; 
	width: 80px;
}

.directory-box-mobile-heading .avatar-div img{
	border: 1px solid #EEEEEE;
}

.directory-box-mobile-heading .name-div{
	margin-left: 16px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}

.directory-box-mobile-heading h3{
	font-family: frank ruhl libre !important;
	font-weight: 600 !important;
	color: #154e9e; 
	font-size: 1.4em; 
	margin-bottom: 0px;
}

.directory-box-mobile-info{
	padding: 16px;
	padding-top: 2px;
}

.directory-box-mobile-info p{
	color: #56688b; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical; 
	margin-bottom: 6px;
}

.directory-box-bottom-container{
	padding: 16px; 
	padding-top:0px;
}

.directory-box-bottom-container button{
	border: 2px solid #154e9e;
	font-weight: bold;
	background-color: white; 
	height: 38px; 
	line-height: 0px; 
	color: #154e9e; 
	width: 100%; 
	margin: 0px;
}

.location-pinpoint{
	color: #7e8fb0; 
	line-height: 0px; 
	font-size: 14px
}

.location-pinpoint img{
	height: 20px; 
	margin-top: -4px; 
	margin-right: 10px;
}

.directory-box-mobile{
	background-color: white; 
	margin-top: 16px;
}

.nounderline {
  text-decoration: none !important
}

.directory-page-circle{
    border-radius: 100%;        
	background: white;
	display:inline-block;
	text-decoration: none;
	color: #56688b;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin: 8px;
	cursor: pointer;
	font-size: 12px;
	transition: transform .4s;
}

.directory-page-circle:hover{
    transform: scale(1.1);
	text-decoration: none;
	color: #56688b;
}

.seo_links_below{
	color: white;
	text-decoration: none;
	margin: 8px;
	display: inline-block;
}

.seo_links_below:hover{
	color: white;
	text-decoration: underline;
}

.reviews-mobile-full{
	displaY: flex;
}

.reviews-mobile-full .sp, .reviews-mobile-full img{
	opacity: 0.8;
}

.reviews-desktop-full{
	display: none;
}

.reviews-desktop-full span{
	opacity: 0.8;
}

@media (max-width: 420px) {
	
	.reviews-mobile-full span{
		font-size: 12px;
		margin-top: 9px;
	}
	
	.reviews-mobile-full img{
		width: 60% !important;
	}
	
	.reviews-mobile-full div{
		padding: 0px !important;
	}
	
}


@media (min-width: 700px) {
	
	.search-title-container{
		padding-top: 60px; 
		padding-bottom: 15px;
	}
	
	.directory-box-desktop h3{
		font-size: 1.75rem !important;
	}
	
	.directory-box-desktop-info-arrow{
		font-size: 1.75rem !important;
	}
	
	.directory-box-desktop{
		align-items: center;
		display: flex;
	}
	
	.directory-box-mobile{
		display: none;
	}
	
	.directory-box-desktop-image{
		height: 190px; 
		width: 190px;
		margin: 0px;
	}
	
	.reviews-mobile-full{
		display: none;
	}
	
	.reviews-desktop-full{
		display: block;
	}
}

@media (min-width: 950px) {
	
	.directory-box-desktop-right{
		display: table;
	}
	
	.directory-box-desktop-image{
		height: 220px; 
		width: 220px;
	}
	
}

.tooltipp {
  background-color: #fff9ed;
  color: #78722b;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  max-width: 400px;
  min-width: 300px;
}

/* Create the arrow at the bottom */
.tooltipp::after {
  content: "";
  position: absolute;
  bottom: -9px; /* Position it right below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  width: 0; 
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff9ed; /* Adjust color to match tooltip */
}
