.doc_clinic {
	color:#9d8366;
}
@media screen and (max-width:767px){
	.doc_wrap {
		width:30% !important;
		padding-top:0px !important;
		padding-left:0px !important;
		padding-bottom:0px !important;
	}
	.doc_img {
		width:100px !important;
		height:100px !important;
		margin-top:0px !important;
	}
	.doc_name {
		font-size:15px !important;
		text-align:left !important;
	}
	.doc_clinic {
		text-align:left;
		margin-top:30px !important;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	.doc_wrap {
		height:134px !important;
		width:25% !important;
		padding-top:0px !important;
		padding-left:0px !important;
		padding-bottom:0px !important;
	}
	.doc_img {
		height:134px !important;
		width:100px !important;
		margin-top:0px !important;
	}
	.doc_img_wrap {
		width:100px !important;
		float:left;
	}
	.doc_name {
		font-size:15px !important;
		text-align:left !important;
		margin-top:0px !important;
		padding-top:5px !important;
	}
	.doc_clinic {
		text-align:left;
		margin-top:45px !important;
	}
	.doc_info_wrap {
		float:right;
		margin-right:17px !important;
	}
}
@media screen and (min-width:1024px){
	.doc_wrap {
		height:134px !important;
		width:25% !important;
		padding-top:0px !important;
		padding-left:0px !important;
		padding-bottom:0px !important;
	}
	.doc_img {
		width:100px !important;
		height:134px !important;
		margin-top:0px !important;
	}
	.doc_name {
		font-size:15px !important;
		text-align:left !important;
		margin-top:0px !important;
		padding-top:5px !important;
	}
	.doc_clinic {
		text-align:left;
		margin-top:45px !important;
	}
	.doc_info_wrap {
		margin-right:12px !important;
	}
}