.site_button {
	width: 145px;
	height: 40px;
	background: #ff6f00;
	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;
	z-index: 9;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #fff0;
}

.site_button span {
	margin: auto;
	position: relative;
	z-index: 1
}

.wt_btn {
	background: #fff;
	color: #272030
}

.site_button:hover {
	background: #1E1F28;
	border: 1px solid #ff6f00;
}

.hdr_btn_box .pdr {
	padding-right: 35px !important
}

.pdr {
	padding-right: 15px !important
}

.pdt {
	padding-top: 20px
}

@media all and (min-width: 320px) and (max-width:767px) {
	.site_button {
		width: 130px;
		height: 38px;
		font-size: 13px
	}

	.pdt {
		padding-top: 10px
	}

	.hdr_btn_box .pdr,
	.pdr {
		padding-right: 10px !important
	}
}

@media all and (min-width: 768px) and (max-width:980px) {
	.site_button {
		width: 130px;
		height: 38px;
		font-size: 13px
	}

	.pdt {
		padding-top: 10px
	}

	.hdr_btn_box .pdr,
	.pdr {
		padding-right: 10px !important
	}
}

@media only screen and (min-width: 981px) and (max-width:1024px) {

	.hdr_btn_box .pdr,
	.pdr {
		padding-right: 10px !important
	}

	.site_button {
		width: 135px;
		height: 38px;
		font-size: 14px
	}
}

@media all and (min-width: 1025px) and (max-width:1140px) {

	.hdr_btn_box .pdr,
	.pdr {
		padding-right: 10px !important
	}

	.site_button {
		width: 135px;
		height: 38px;
		font-size: 14px
	}
}

@media all and (min-width: 1141px) and (max-width:1280px) {

	.hdr_btn_box .pdr,
	.pdr {
		padding-right: 15px !important
	}
}

@media all and (min-width: 1281px) and (max-width:1440px) {

	.hdr_btn_box .pdr,
	.pdr {
		padding-right: 15px !important
	}
}