.site_button {
	width: 166px;
	height: 45px;
	border: 1px solid #28156E;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222222;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	transition: 1s;
	position: relative;
	cursor: pointer;
	z-index: 9;
	border-radius: 50px;
	overflow: hidden;
}

.hdr_btn_box .quote_btn_box .site_button {
	width: 210px;
	height: 55px;
}

.site_button span {
	margin: auto;
	position: relative;
	z-index: 1;
}

.site_button:hover {
	background: #28156E;
	border:1px solid  #d1441f;
	color: #fff;

}



.pdr {
	padding-right: 15px !important;
}

.pdt {
	padding-top: 20px;
}

@media all and (min-width: 320px) and (max-width: 767px) {

	.site_button,
	.hdr_btn_box .quote_btn_box .site_button {
		width: 135px;
		height: 36px;
		font-size: 13px;
	}

	.pdt {
		padding-top: 10px;
	}


	.pdr {
		padding-right: 5px !important;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {

	.site_button,
	.hdr_btn_box .quote_btn_box .site_button {
		width: 145px;
		height: 37px;
		font-size: 13px;
	}

	.pdt {
		padding-top: 10px;
	}


	.pdr {
		padding-right: 5px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {


	.pdr {
		padding-right: 10px !important;
	}

	.site_button,
	.hdr_btn_box .quote_btn_box .site_button {
		width: 150px;
		height: 37px;
		font-size: 13px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {


	.pdr {
		padding-right: 10px !important;
	}

	.site_button,
	.hdr_btn_box .quote_btn_box .site_button {
		width: 150px;
		height: 37px;
		font-size: 13px;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.hdr_btn_box .quote_btn_box .site_button {
		width: 170px;
		height: 40px;
		font-size: 14px;
	}

	.pdr {
		padding-right: 15px !important;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

	.hdr_btn_box .quote_btn_box .site_button {
		width: 180px;
		height: 45px;
		font-size: 15px;
	}

	.pdr {
		padding-right: 15px !important;
	}
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	.hdr_btn_box .quote_btn_box .site_button {
		width: 190px;
		height: 45px;
	}

}

@media all and (min-width: 1681px) and (max-width: 1880px) {}