/*
Theme Name: Health Center Child
Author: Vamtam
Author URI: http://vamtam.com
Template: health-center
*/



/*

put your child theme styles here


you don't need any @import rules

*/


body .booknow {
	
	/* background-color: #f27468;
	z-index:-1; */
	animation: blinker 1s linear infinite;
	color: #44AB38;

}

@keyframes blinker {  
  50% { opacity: 0; }
}

.page-header .page-header-content {
    width: 100%;
    text-align: left;
    border-bottom: 0px solid #ffffff;
    position: relative;
}

/* h4.widget-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} */

#footer-sidebars > .row .widget .widget-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom:8px;
	width:80%;
	
}

/*footer custom css*/

.operating-hrs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 10px;
}

