.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.0rem;
	font-weight: 600;
    line-height: 1.3
}
.standbuilderbanner .shrtdesc p{
	color: #fff;
	font-size: 1.0rem;
}
.pagequotebtn{
    display: inline-block;
    /*max-width: 200px;
    flex:  0 0 200px;*/
    margin-right: 20px;
    margin-top: 10px;
}
.pagequotebtn a{
    display: inline-block;
    font-size: 1.0rem;
    line-height: 46px;
    background: #C84641;
    color: #fff;
    border-radius: 45px;
    padding: 0 30px;
}
.standlisting{
    display: block;
    padding: 60px 0;
    position: relative;
}
.standlisting .widthsmall{
    margin-bottom: 4rem;
}
.standbuilderlistingbg{
    display: block;
    position: relative;
    padding: 4rem 0;
}
.standbuilderlistingbg ul{}
.standbuilderlistingbg ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 25px;
    border:1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease-in-out;
}
.standbuilderlistingbg ul li:hover{
    background: #efefef;
}
.standbuilderlistingbg ul li .figure{
    display: block;
    border-radius: 8px;
    max-width: 250px;
    flex: 0 0 250px;
    border-right:1px solid #efefef;
}
.standbuilderlistingbg ul li .figure img{
    width: 100%;
    height: auto;
     border-radius: 8px 0 0 8px;
}
.standbuilderlistingbg ul li .contenttext{
    display: block;
    border-right: 1px solid #efefef;
    padding: 1rem 25px 1rem 0;
}
.standbuilderlistingbg ul li .contenttext .title{
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
    color: #292929;
    font-weight: 500;
    column-gap: 15px;
}
.standbuilderlistingbg ul li .contenttext .title img{
    width: 24px;
    height: auto;
}
.standbuilderlistingbg .locatiion{
    display: block;
    border-top: 1px solid #ddd;
    font-size: 1rem;
    line-height: 24px;
    color: #414141;
    position: relative;
    padding-top: 1rem;
}
.standbuilderlistingbg .locatiion::before{
    content: '\f041';
    position: static;
    top: 0;
    left: 0;
    margin-right: 15px;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    line-height: 24px;
    color: #e9706e;
}
.standbuilderlistingbg ul li .contenttext p{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #7f7f7f;
    margin:1rem 0;
}
.standbuilderlistingbg ul li .anchorbuttonbg{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 190px;
    flex: 0 0 189px;
    padding-right: 25px;
}
.standbuilderlistingbg ul li .anchorbuttonbg a{
    display: inline-block;
    font-size: 1rem;
    line-height: 46px;
    padding: 0 25px;
    background: #e9706e;
    color: #fff;
    font-weight: 500;
    border-radius: 45px;
}

@media screen and (max-width:991px){
    .standbuilderlistingbg ul li{
        display: block;
        padding: 1rem;
        text-align: center;
    }
    .standbuilderlistingbg ul li .figure{
        width: 200px;
        margin:0 auto;
        border:1px solid #efefef;
        border-radius: 50%;
        margin-bottom: 1rem;
    }
    .standbuilderlistingbg ul li .figure img{
        border-radius: 50%;
    }
    .standbuilderlistingbg ul li .contenttext .title{
        justify-content: center;
    }
    .standbuilderlistingbg ul li .anchorbuttonbg{
        max-width: 100%;
        margin-top: 1rem;
    }
}
@media screen and (max-width: 767px){
	

}
