.button{
	text-decoration:none !important;
	display:inline-block;
	position:relative;
	cursor:pointer;
	padding: 7px 16px 8px;
	/* line-height: 15px; */
	background-repeat:no-repeat;
	letter-spacing: 0.5px;
	/* text-transform: uppercase;  */
	font-weight: 500;
	/* line-height: 40px; */
}
.button:hover{
	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
}
.button:active{
	padding-top: 8px;
	padding-bottom: 7px;
	/* line-height: 15px; */
}
.button.small	{ 
	/* font-size:13.4px; */
    border-radius: 19px;
	/* font-weight: 500; */
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.orange1.button{
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	outline: medium none;
	padding: 0 25px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	color: #fff;
	border: medium none;
	border-radius: 30px;
	background-color: #66A6FF;
	margin: 25px 0px 10px 0px;
	display:block;
}
.orange1.button:hover{
	background-color: #4D7DBF;
}
.but.button{
	color: #fff !important;
	border:none !important;
	/* background-color: #66A6FF; */
}
.but.button:hover{
	/* background-color: #4D7DBF;   */
}