.main{
	display: block;
	padding: 0 4.625rem;
}
.bannerbg{
	display: block;
	position: relative;
	width: 100%;
	background: url(../images/servicebanner.webp) no-repeat center center;
	background-size: cover;
	padding: 90px 0 10px;
	
}
.bannerbg::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.90);
	border-radius: 20px;
}
.widthsmall{
	width: 700px;
	max-width: 100%;
	margin:0 auto;
	position: relative;
	margin-bottom: 7rem;
	position: relative;
	z-index: 1;
}
.widthsmall::after{
	content: '';
	display: block;
	clear: both;
}
.maintitle {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
.subtitle{
	color: #000000;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.04em;
    display: block;
    margin-bottom: 1rem;
}
.subtitle span{
	color: #CBA969;
}
.widthsmall P{
	font-size: 17px;
    line-height: 1.4em;
    color: #000000CC;
}
.bannerbg .maintitle{
	color: #F0972B;
}
.bannerbg p{
	color: #fff;
}
.divider{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00000073;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin:1rem 0;
}
.divider::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #efefef;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.divider span{
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.dividerblack{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin: 1rem 0;
}
.dividerblack::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dividerblack span {
    display: inline-block;
    padding: 0 10px;
    background: #000;
    position: relative;
    z-index: 1;
}

.quotebg{
	display: block;
	width: 100%;
	padding: 30px 0 80px;
	background: #F5F5F5;
}
.quotebg .quoteinner{
	display: block;
	background: #fff;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 2.5rem;
	min-height: 700px;
}

 .detailtitle{
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.2;
	top: 0;
	background: #F8F9FA;
	padding: 0 15px;
	font-weight: 500;
}

.quotebg input[type='text']{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1.25rem;
	line-height: 3.75rem;
	background-color: #f5f5f5;
	border:0;
	height: 3.75rem;
	font-size: 1rem;
	margin:1rem 0;
	color: #000;
}
.quotebg input[type='file']{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 1.25rem;
	line-height: 1.75rem;
	background-color: #f5f5f5;
	border:0;
	height: 3.75rem;
	font-size: 1rem;
	margin:1rem 0;
	color: #000;
}
.quotebg textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1.25rem;
	line-height: 1.75rem;
	background-color: #f5f5f5;
	border:0;
	font-size: 1rem;
	margin:1rem 0;
	color: #000;
}
.checkboxbg {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: flex-start;
}
.checkboxbg .check {
    width: 20px;
    display: flex;
    align-items: center;
}
.checkboxbg .check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 0;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	position: absolute;
	margin-left: -22px;
	top: 26px;
	left: 50px;
}
.checkboxbg .check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 0;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	position: initial;
	margin: 0;
}
.checkboxbg p {
    font-size: 16px;
    text-align: revert;
    color: #535353;
    font-weight: 400;
    padding-left: 15px;
}
.checkboxbg p a{
    color: #C3AB6E;
}
.submitbg{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quotebg input[type='submit'] {
    color: #000;
    display: block;
    background-color: #F0972B;
    border: 2px solid #F0972B;
    font-size: 18px;
    color: #fff;
    padding: 12px 33px;
    font-weight: 500;
    border-radius:3px;
}