.site_button {
	width: 160px;
	height: 48px;
	background: #ed1b24;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
	transition: 0.6s ease;
	position: relative;
	cursor: pointer;
	border-radius: 0;
	overflow: hidden;
    border: none !important;
    font-family: "Lato", sans-serif;
    
}
.site_button:hover{
    background-color: #000;
}

.pdr {
	padding-right: 10px;
}

.pdt {
	padding-top: 20px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.site_button {
		width: 145px;
		height: 40px;
		font-size: 14px !important;
	}

	.pdr {
		padding-right: 4px;
	}

	.pdt {
		padding-top: 10px;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.site_button {
		width: 145px;
		height: 40px;
		font-size: 13px !important;
	}

	.pdr {
		padding-right: 4px;
	}

	.pdt {
		padding-top: 10px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site_button {
		width: 150px;
		height: 37px;
		font-size: 13px !important;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.site_button {
		width: 150px;
		height: 37px;
		font-size: 13px !important;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.site_button {
		width: 150px;
		height: 37px;
		font-size: 13px !important;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site_button {
		width: 160px;
		height: 43px;
	}
}

@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) {
	.site_button{
		width: 160px;
		height: 45px;
	}
}