#get-quote {
	padding: 20px 40px;
	background: #00529F;
	color: #fff;
	cursor: pointer;
	border: 1px solid #00529F;
	transition: all 0.25s;
	text-transform: uppercase;
	font-weight: 700;
}
#get-quote:hover {
	background: #fff;
	color: #00529F;
}
.k-tra-gop-button {
	padding: 20px 40px;
	background: #ffaa00;
	color: #000;
	cursor: pointer;
	border: 1px solid #ffaa00;
	transition: all 0.25s;
	text-transform: uppercase;
	font-weight: 700;
}
.k-tra-gop-button:hover {
	color: #ffaa00;
	background: #fff;
}
.k-gq-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-gq-yes-button, .k-gq-tra-gop-button {
	flex: 0 0 48%;
	max-width: 48%;
}
.k-gq-yes-button {
	text-align: right;
}
.k-gq-tra-gop-button {
	text-align: left;
}
@media ( max-width: 1025px ) {
	#get-quote {
		padding: 12px 12px;
		font-size: 90%;
	}
	.k-tra-gop-button {
		padding: 12px 10px;
		font-size: 90%;
	}
}
@media ( max-width: 767px ) {
	.k-gq-yes-button, .k-gq-tra-gop-button {
		flex: 0 0 49%;
		max-width: 49%;
	}
	#get-quote, .k-tra-gop-button {
		font-size: 85%;
	}
}