/*
 * REQUEST A QUOTE
*/

@import 'header_block.css';

#form-sec{
	position: relative;
	padding: 50px 0;
}
#form-sec .sec-title{
	text-align: center;
	margin: 0 0 28px;
}
.form-block iframe{
	max-width: 100%;
}
@media screen and (min-width: 1200px){
	#form-sec{
		padding: 136px 0 190px;
	}
	#form-sec::before,
	#form-sec::after,
	body > footer::before{
		content: '';
		display: block;
		position: absolute;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../img/circle-2.png);
	}
	#form-sec::before{
		width: 114px;
		height: 114px;
		top: 0;
		left: calc(50% + 360px);
	}
	#form-sec::after{
		width: 46px;
		height: 46px;
		top: 125px;
		left: calc(50% - 310px);
	}
	body > footer::before{
		width: 182px;
		height: 182px;
		top: -190px;
		left: calc(50% - 300px);
	}
}
@media screen and (min-width: 1400px){
	#form-sec::before{
		left: calc(50% + 400px);
	}
	#form-sec::after{
		left: calc(50% - 350px);
	}
}