a{
  text-decoration: none;
}
.text-info {
    color: #31708f;
}
.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;
}
.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: 10px;
	text-align: center;
	border-top: 1px solid #eee;
}
.rpDetails h6{font-size: 10px; margin:0;}
.rpItemBox strong{color: #444;}
.rpItemBox p{font-size: 13px; margin: 0; line-height: 22px;}
.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;
}
  .text-info{margin: 0;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;
}
#page_navigation a{
	padding:3px 6px;
	border:1px solid #2e6da4;
	margin:2px;
	color:black;
	text-decoration:none
}
.active_page{
	background:#337ab7;
	color:white !important;
}
.deactive-rp{
	display: none !important;
	 
}
.active-rp{
	display: block !important;
	 
}