.site_button {
	width: 175px;
	height: 50px;
	background: #222222;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	transition: 1s;
	position: relative;
	cursor: pointer;
	/* border-radius: 6px; */
	overflow: hidden;
	border: 1px solid #003366 !important;
}

.site_button span {
	margin: auto;
	position: relative;
	z-index: 1;
}

.site_button:hover {
	background: #003366;
}

.btn_pdt {
	padding-top: 20px;

}

.btn_pdr {
	padding-right: 10px;
}

.site_button a {
	color: #fff;
}

.site_button:hover a {
	color: #003366 !important;
}


@media all and (min-width: 320px) and (max-width: 767px) {
	.site_button {
		width: 125px;
		height: 33px;
		font-size: 13px;
	}

	.btn_pdt {
		padding-top: 15px;

	}

	.btn_pdr {
		padding-right: 5px;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.site_button {
		width: 130px;
		height: 38px;
		font-size: 14px;
	}

	.btn_pdt {
		padding-top: 15px;

	}

	.btn_pdr {
		padding-right: 5px;
	}

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site_button {
		width: 132px;
		height: 35px;
		font-size: 14px;
	}


}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.site_button {
		width: 135px;
		height: 45px;
		font-size: 14px;
	}


}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.site_button {
		width: 145px;
		height: 45px;
		font-size: 14px;
	}

}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site_button {
		width: 150px;
		height: 45px;
	}

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

	.site_button {
		width: 160px;
		height: 45px;
	}
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}