.doctor-container {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align:center;
}
.doctor-container > * {
  display:block;
  width:300px;
}
.doctor-container > * img {
  max-height: 270px;
}

/* List for the home page */

.homepage_list {
  max-width:300px;
  text-align:left;
  margin:auto;
}

/*CARE CREDIT STYLES*/
#calculator_small {
	width: 326px;
	height: 232px;
	background:url("https://www.carecredit.com/assets/views/home/payment-calculator.jpg") no-repeat;
	font-family: 'Myriad Pro', sans-serif;
}
#calculator_small h2 {
	font-weight: bold;
	color: #FFF;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-top:0;
border:0;
padding:0;
float:left;
text-align:left;
}
#calculator_small #input-amount-field {
	width: 245px;
	background: url("https://www.carecredit.com/assets/views/home/payment-calculator-input.png") no-repeat;
	margin-bottom: 10px;
	height: 44px;
	margin-right: 30px;
	border: none;
	padding: 10px;
	font-size: 16px;
}
#calculator_small #submit-field {
	font-family: 'Myriad Pro', sans-serif;
	font-size:16px;
	oapcity:0.9;
	color:#fff;
	font-weight:300;
	text-decoration: none;
	padding:11px 18px;
	min-width:46px;
	background-color:#00ac9d;
	border-radius:5px;
	display:inline-block;
	text-align:center;
	border:none;
	cursor:pointer;
	transition: opacity 0.2s;
        float:left;
}
#calculator_small #submit-field:hover{
	opacity:0.7;
}

#calculator_small #content1{
	padding:25px;
}