.standbuilderbanner{
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 80px 0 80px; 
	background: #000 url(../images/inneerbanner.webp) no-repeat top center;
	background-size: cover;
}
.standbuilderbanner::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000c
}
.standbuilderbanner .container{
	position: relative;
	z-index: 1;
}
.standbuilderbanner .maintitle{
	color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
}
.standbuilderbanner .shrtdesc p{
	color: #fff;
	font-size: 1.2rem;
}
.quotebg{
	display: block;
	width: 100%;
	padding: 50px 0;
	background: #F3F3F3;
}
.quotebg .quoteinner{
	display: block;
	background: #fff;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 30px 60px;
	border-radius: 12px;
	min-height: 700px;
	border:1px solid #e7ebef;
}
.quotebg .quoteinner::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border-left: 6px solid #e7ebef;
	border-bottom: 6px solid #e7ebef;
}
.quotebg .quoteinner::before{
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: -6px;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
}
.detailbg{
	display: block;
	position: relative;
	background: #fdfbfb;
	border-radius: 12px;
	padding: 0rem 1rem 1rem;
	border:1px solid #ddd;
	margin-bottom:3rem;
	position: relative;
    z-index: 9;
}
.detailbg::after{
	content: '';
	display: block;
	clear: both;
}
.detailbg .detailtitle{
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	line-height: 1;
	top: -1rem;
	background: #F8F9FA;
	padding: 0 15px;
	font-weight: 500;
}
.detailbg .detailtitle::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	background: #fff;
}
.detailbg .detailtitle span{
	position: relative;
	z-index: 1;
	color: #4c4c4c;
}
.detailbg input[type='text']{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	line-height: 54px;
	background: #fff;
	border-radius: 9px;
	border:1px solid #e7ebef;
	font-size: 1rem;
	margin:1rem 0;
}
.detailbg select{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	line-height: 54px;
	height: 54px;
	background: #fff;
	border-radius: 9px;
	border:1px solid #e7ebef;
	font-size: 1rem;
	margin:1rem 0;
}
.detailbg textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 15px;
	line-height: 24px;
	background: #fff;
	border-radius: 9px;
	border:1px solid #e7ebef;
	font-size: 1rem;
	margin:1rem 0;
}
.detailbg .row{
	margin-top: -1rem;
}
.d-flex input[type='text'] {
    border-radius: 8px 0 0 8px;
}
.d-flex select {
    width: 100px;
    padding: 0px 15px;
    border-radius: 0 8px 8px 0;
}
.detailbg .custom-drop-file {
    position: relative;
    padding: 6px 15px;
    cursor: pointer;
    height: 54px;
    margin: 1rem 0;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd
}

.detailbg input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    top: 0;
    left: 0;
    background: #f3f3f3
}

.detailbg .custom-drop-file p {
    margin: 0;
    color: #414141;
    font-size: .65rem;
    position: relative
}

.detailbg .custom-drop-file p span {
    display: inline-block;
    background: #E86361;
    padding: 9px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px
}
.check-box-main {
    display: flex;
    align-items: center;
    margin-top: 1px;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.check-box-main .check {
    width: 20px;
    display: flex;
    align-items: center
}

.check-box-main .check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    position: absolute;
    top: 26px;
    left: 50px;
    width: 18px;
    height: 18px;
    margin-top: 0;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    position: initial;
    margin: 0
}

.check-box-main p {
    font-size: 16px;
    text-align: revert;
    color: #535353;
    font-weight: 400;
    padding-left: 15px
}

.check-box-main p a {
    color: #be0c30
}
 input[type="submit"] {
    margin-bottom: 10px;
    width: 200px;
    background: #E86361;
    border-radius: 30px;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    outline: none;
    border: none;
    line-height: 40px;
    position: relative;
    z-index: 9
}
.error{
	color: red;
	font-size: 0.85rem;
}