
.widget-incontent {
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom:30px;
	padding:25px 40px;
	color:white ;
}

.widget-incontent .grid-x {
	min-height:257px;
}

.widget-incontent .button{
	width:100%;
	max-width:370px;	
}

.widget-incontent h2,
.request-consultation-widget a,
.widget-incontent label {
	color:white ;
}

.widget-incontent h2,
.widget-incontent label {
   font-size: 30px;
}



 
.request-consultation-widget a {
	font-size:23px;
}

.search-widget .button {
	background-color:#aa9881;
}

.education-program-heading {
	text-align:center;
	padding:15px 20px;
	color:white;
	background-color:#5f7485;
	font-size:26px;
	margin-bottom:25px;
	margin-top:45px;
}

.education-programs .card-border {
	margin-bottom:25px;
	padding:30px 20px 25px;
	box-shadow:2px 2px 10px rgba(0,0,0,0.4);
}

.education-programs .card-border h4,
.education-programs .card-border .ep-dates,
.education-programs .card-border .ep-content,
.education-programs .card-border .ep-names {
	margin-bottom:15px;
}
.education-programs .card-border h4 {
	font-size: 1.875rem;
}

.ep-bottom-content {
	margin-bottom:20px;
	margin-top:15px;
}

.ep-bottom-content p {
	margin-bottom:15px;
}

.education-programs .card-border .ep-dates span {
	margin:0 15px;
}
		
.education-programs .card-border .ep-dates {
	color:#323232;	
}
.education-programs .card-border .ep-names  { 
	color:#526472;
	margin-bottom:0;
}
.education-programs .card-border .ep-content {
	font-weight:700;
	color:#585858;
}

@media screen and (max-width:767px) { 
	.parent-corner-widget .grid-x {
		-ms-flex-align: flex-end;
		align-items: flex-end;
	}
	.meet-the-doctors-widget .grid-x {
		min-height: 520px;
	}
	.meet-the-doctors-widget  {
	background-position:center top;		
	}
	.widget-incontent .button{
		margin:0 auto;	
	}
	
}




@media screen and (max-width:640px) { 
	.meet-the-doctors-widget .grid-x {
		-ms-flex-align: flex-end;
		align-items: flex-end;
	}
}

/*****************
TABLET 
/****************/
@media screen and (min-width:768px) {
.request-consultation-widget h2 {
   font-size: 2.5rem;
}
}



/*****************
DESKTOP 
/****************/

@media screen and (min-width:768px) and (max-width:1025px) {
	
}

