/* CSS Document */
@media (max-width:767px)
{
	.doctor-name 
	{
		width:100% !important;
		min-height:100px;
	}
}
.lasthead
{
background-color: #25c9da;
border: medium none;
color: white;
cursor: pointer;
font-family: inherit;
font-size: 1em;
font-weight: 300;
line-height: 1;
position: relative;
text-align: center;
text-decoration: none;
width:100%;
padding:10px;
}
#appmake {
    background: none repeat scroll 0 0 #ccc;
    margin: 0 0 20px 0px;
    padding: 10px;
    width: 100%;
    float: left;
}
#appmake2 {
    background: #25c9da;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px;
}