.btn-nomal {
	display: inline-block;
	border-radius: 2px !important;
	padding: 0.2em 16px;
	line-height: 34px;
	transition: background-color .4s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin: 10px auto 0;
	width: 100%;
	max-width: 254px !important;
	text-align: center;
}


.btn-arrow-a {
	display: inline-block;
	border-radius: 2px !important;
	padding-left: 28px;
	padding-right: 12px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height: 34px;
	transition: background-color .4s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0px;
}

.btn-arrow-a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 1em;
	text-decoration: none;
	font-weight: 900;
	
}
/****************************blue-line**/

.btn-blue-line {
	border: 1px solid #1B75BB;
	color: #1B75BB !important;
	background-color: #fff;
}
.btn-blue-line a {
    color: #1B75BB !important;
    padding-top: 0px;
}
.btn-blue-line:after {
	color: #1B75BB;
}
.btn-blue-line:hover{
    color: #1B75BB !important;
    background-color: #D9EBF9;
    border: 1px solid #1B75BB;
}
/****************************gray-line**/

.btn-gray-line {
    border: 1px solid #8E8E8E;
    color: #454545 !important;
    margin: 10px 0px;
    background-color: #fff;
}
.btn-gray-line a {
    color: #8E8E8E !important;
    padding-top: 0px;
}
.btn-gray-line:after {
	color: #8E8E8E;
}
.btn-gray-line:hover{
    color: #8E8E8E !important;
    background-color: #E1E1E1;
    border: 1px solid #8E8E8E;
}