.faqbg,
.tabbutton {
    width: 100%;
    margin: 0;
    display: block
}

.about-banner {
    width: 100%;
    background: url(../images/bgtopn.webp) center center/cover no-repeat;
    padding: 107px 0 100px;
    text-align: center;
    position: relative
}

.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85)
}

.about-banner::after,
.faqbg::after {
    content: '';
    display: block;
    clear: both
}

.about-banner .container {
    position: relative;
    z-index: 1
}

.about-banner .main-title {
    font-size: 50px
}

.about-banner .main-title .city-name {
    color: #e2bd3c;
    text-transform: uppercase;
    display: block;
    font-size: 50px;
    font-weight: 700
}

.about-banner .breadcrumb {
    justify-content: center;
    margin: 1rem 0 2rem;
    background: 0 0
}

.about-banner .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.about-banner .breadcrumb ul li {
    margin-right: 20px;
    padding: 0 10px;
    position: relative;
    color: #fff
}

.about-banner .breadcrumb ul li:after {
    content: "/";
    position: absolute;
    right: -14px;
    color: #fff
}

.about-banner .breadcrumb ul li:last-child::after {
    display: none
}

.about-banner .breadcrumb ul li a {
    color: #fff
}

.about-banner .get-quote {
    background: 0 0;
    border: 3px solid #fff;
    padding: 12px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 40px
}

.about-banner .get-quote:hover {
    background: #e2bd3c;
    text-decoration: none
}

.faqbg {
    padding: 60px 0;
    position: relative
}

.tabbutton {
    padding: 10px 15px;
    background: #f7f7f7;
    border: 1px solid #efefef;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600
}

.tabcaption {
    display: block;
    padding: 0 15px 15px;
    border: 1px solid #efefef;
    margin-bottom: 2rem
}

.tabcaption p {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-top: 15px
}