a {
	text-decoration: none;
}

.rpList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rpList ul li {
	display: inline-block;
	width: 100%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	transition: 3s all;
}

.rpItemBox {
	/* 	border: 1px solid #ddd; */
	color: #333;

	position: relative;
	/* padding-bottom: 20px; */


}

.rpItemBox .rpTitle {

	/* 	background-color: #f5f5f5; */
	text-align: center;
	letter-spacing: 1px;
	font-size:0.8rem;
	color: var(--text-color-light-black);
}

.rpItemBox .rpTitle img {
	border: 6px solid #f8f8f8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
	height: 120px;
	width: 120px;
}

.rpDetails {
	padding: 5px;
	text-align: center;
	border-top: 1px solid #eee;
}

.rpDetails h6 {
	font-size: 10px;
	margin: 0;
}

.rpItemBox strong {
	color: var(--text-color-whitesmoke);
}

.rpItemBox p {
	font-size: 13px;
	margin: 0;
	line-height: 22px;
}

.j-p-link {
	font-size: .8rem;
	background: var(--theme-color);
	padding: 2px 9px;
	border-radius: 2px;
	color: var(--text-light-bg-black);
	margin-left: 10px;
	vertical-align: middle;
}

.links-rp {
	position: absolute;
	right: 0;
	bottom: 3px;
}

.physicianModal {
	text-align: center;
}

.physicianModal .rpTitle img {
	border: 6px solid #f8f8f8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
	height: 180px;
	width: 180px;
}

.jour-name {
	color: var(--text-color-light-black);
}

.text-info {


	color: var(--text-color-light-black);
	font-size: 11px !important;
	padding: 0 !important;
}

.showrpBtn {
	background-color: #337ab7;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
}

/*Pagination CSS*/
#page_navigation {
	clear: both;
	margin: 10px 0 10px;
	text-align: center;
	font-size: .8rem;
}

#page_navigation a {
	padding: 5px 15px;
	border: 1px solid var(--theme-color);
	margin: 2px;
	color:var(--text-color-1);
	text-decoration: none;
	border-radius: 3px;
}

#page_navigation>.previous_link, #page_navigation>.next_link {
	padding: 5px;
}

.active_page {

	background: var(--theme-color);
 
    color: var(--text-light-bg-black) !important;
	border: 0px !important;
}

.deactive-rp {
	display: none !important;

}

.active-rp {
	display: block !important;

}