/* 
 Theme Name:   Hello Elementor (Child)
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   https://erp.bluestartelehealth.com
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* Button Style */
.custbtn
{
	display: inline-block;
	padding: 1em;
	background-color: #244a8f;
	text-decoration: none !important;
	color: #FFFFFF !important;
}
.hvr-underline-from-center
{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before
{
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #bacbeb;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before
{
	left: 0;
	right: 0;
}