@media only screen and (max-width: 992px)  {
	.paynowbutton  {
		display: none !important;
	}
}	
			
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	header .secondary-nav li {
		width: 160px;
		margin-right: 10px !important;
	}	
				
	.paynowbutton a {
		display: block;
		background: #99c9c9;
		position: relative;
		top: 90px !important;
		width: 162px;
		height: 70px !important;
		font-family: Georgia;
		font-weight: 600;
		padding-top: 21px;
		font-size: 19px;
		padding-left: 13px;
		right: 83px !important;
	}
			
	.paynowbutton a::after {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 2;
		content: '';
		width: 30px;
		border-style: solid;
		border-width: 0px 0 70px 35px !important;
		border-color: transparent transparent #1f8383 transparent;
	}
			
	.paynowbutton i {
		margin-left: 41px;
		color: white !important;
		z-index: 5;
		display: inline-grid;
		top: 44px !important;
		position: absolute;
	}
}	
			
.paynowbutton a {
	display: block;
	background: #99c9c9;
	position: relative;
	top: 100px;
	width: 162px;
	height: 80px;
	font-family: Georgia;
	font-weight: 600;
	padding-top: 29px;
	font-size: 19px;
	padding-left: 13px;
	right: 161px;
	line-height: 19px;
	margin-top: 4px;
}
				

.paynowbutton a:hover {
	background: #007272;
	color:white !important;
}
					
.paynowbutton a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	content: '';
	width: 30px;
	border-style: solid;
	border-width: 0px 0 80px 35px;
	border-color: transparent transparent #1f8383 transparent;
}
			

.paynowbutton i {
	margin-left: 41px;
	color: white !important;
	z-index: 5;
	display: inline-grid;
	top: 54px;
	position: absolute;
}
