.contactbg input[type=text],
.contactbg select {
    margin: .7rem 0;
    padding: 0 15px;
    line-height: 46px
}

.about-banner {
    width: 100%;
    background: url(../images/contact.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, 0)
}

.about-banner::after,
.contactbg::after,
.qrcodebg::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
}

.contactbg {
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative
}

.locationrow,
.phonerow {
    display: flex;
    column-gap: 15px
}

.contactbg .main-title {
    font-size: 36px
}

.contactbg .main-title span {
    color: #c22c2b
}

.contactbg input[type=file],
.contactbg input[type=text],
.contactbg select,
.contactbg textarea {
    font-size: .95rem;
    border: 1px solid #ddd;
    background: #fff;
    color: #414141;
    display: block;
    width: 100%
}

.contactbg input[type=file] {
    margin: .7rem 0;
    padding: 5px 15px;
    line-height: 26px
}

.contactbg select {
    height: 46px
}

.contactbg textarea {
    margin: 1rem 0;
    padding: 15px;
    line-height: 1.6
}

.contactbg input[type=submit] {
    display: block;
    width: 100%;
    background: #c22c2b;
    line-height: 48px;
    color: #fff;
    border: none;
    text-shadow: none;
    font-size: 1rem
}

.locationrow {
    align-items: center;
    justify-content: space-between
}

.locationrow .icon {
    max-width: 40px;
    flex: 0 0 40px
}

.locationrow .icon img,
.phonerow .icon img,
.qrcodebg .figure img {
    width: 100%;
    height: auto
}

.locationrow .content,
.phonerow .content,
.phonerow .content a {
    font-size: 1rem;
    line-height: 1.6;
    color: #414141
}

.phonerow {
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem
}

.phonerow .icon {
    max-width: 30px;
    flex: 0 0 30px;
    padding-left: 10px
}

.qrcodebg {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 3rem
}

.qrcodebg .figure {
    display: block;
    width: 235px
}

.addressbox {
    padding: 30px;
    box-shadow: 0 0 20px #e1e1e1;
    border-radius: 5px;
    min-height: 265px
}

.addressbox .main-title {
    font-size: 24px;
    font-weight: 400;
    color: #414141
}