/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


.preventload{
display: block; /* allows for loading of this div after the fold has loaded */
}

.booknowblock {
margin: 70px auto;
}

.booknowblock2 {
border-top: 1px solid #efefef;
padding-top: 70px;
}

.booknowtitle{
font-size: ;
}

.booknowblock2 {
text-align: center;
}

.booknowbutton1 {
display: inline-block;
padding: 15px 30px;
color: white;
font-size: 18px;
border-radius: 5px;
margin-top: 50px;
}

.booknowbutton1:active, .booknowbutton1:link, .booknowbutton1:visited, .booknowbutton1:hover {
color: white;
}

@media (max-width: 992px) {
	.requestquotebutton{
	display: none;
	}
}


@media (max-width: 767px) {

	.booknowbutton1 {
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 16px;
	}

	.requestquotebutton{
	display: inline;
	}

}

@media (max-width: 480px) {

	.booknowbutton1 {
	padding: 10px 15px;
	border-radius: 3px;
	font-size: 14px;
	}

}