.apply-padding{
	padding: 60px 10px;
}
.counter-content{
	padding: 60px 10px;
}
.counter-content button{
	border: none;
	outline: none;
	background: #FF5F1F;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}
.counter-content button a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.counter-box1{
	background: #1E90FF;
	border-radius: 20px;
	padding: 10px 0;
	margin-bottom: 15px;
}
.counter-box2{
	background: #FF5F1F;
	border-radius: 20px;
	padding: 10px 0;
	margin-bottom: 15px;
}
.counter-box1 .counter-item img,
.counter-box2 .counter-item img{
	height: 80px;
	width: auto;
}
.counter-box1 h5,
.counter-box1 p,
.counter-box2 h5,
.counter-box2 p{
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;

}
.heilight-link{
  color: #FF5F1F;
  font-weight: bold;
}
.appointment-banner{
	background: #1E90FF;
	padding: 40px 20px;
}
.appointment h2{
	color: #fff;
	font-weight: bold;
}
.appointment .input-group{
	padding: 10px 10px 10px 0px;
}
.appointment .input-group input,
.appointment .input-group textarea{
	position: relative;
	width: 70%;
	height: 40px;
	outline: none;
	border: none;
	border-radius: 40px;
	padding-left: 15px;
	padding-right: 20px;
}
@media(max-width: 768px){
	.appointment .input-group input,
	.appointment .input-group textarea{
		width: 100%;
	}
}

.appointment .input-group textarea{
	height: 120px;
	padding-left: 20px;
	border-radius: 20px;
}
.appointment .input-group button{
	outline: none;
	border: none;
	background: #FF5F1F;
	color: #fff;
	padding: 10px 25px;
	border-radius: 20px;
}
.appointment-timming{
	background: #FF5F1F;
}
.appointment-timming-box{
	padding: 80px 0;
}
.watching-img img{
	height: 120px;
	width: auto;
	margin-bottom: 30px;
}
.appointment-timming-box h3{
	color: #fff;
	margin-bottom: 30px;
}

.appointment-timming-box table tr td{
	color: #fff;
	padding: 10px 30px;
	border-bottom: 1px dashed #fff;
	font-weight: 600;
}
.doctors-desc{
	padding: 40px 0;
}
.doctors{
  background: #fff;
  box-shadow: 0 0 20px #eee;
  margin-bottom: 20px;
  border-radius: 20px;
  padding-bottom: 20px;
}
.doctors img{
	width: 100%;
	height: auto;
}
.doctors h5{
	padding-top: 10px;
	font-weight: 600;
}
.doctors h6{
	color: #FF5F1F;
}
.social-media i.fa{
	color: #000;
	border: 1px solid #000;
	padding: 5px;
}
.social-media i.fa:hover{
	background: #FF5F1F;
	color: #fff;
}