/* Contact Form START */
#contact #wrapper {
    background: #f7f7f7;
}
.customer-service {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}
.contact-location li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Ccircle cx='6.5' cy='6.5' r='6' fill='white' stroke='%230282C8'/%3E%3C/svg%3E");
    display: inline-block;
    margin-right: 0.5em;
    height: 17px;
}
.contact-location {
    margin: 0 0 39px 20px;
}
.contact-location li {
    display: flex;
    align-items: center;
}
.contact-location a {
    text-decoration: underline;
    font-size: 17px;
}
.contact-page-info br {
    display: none;
}
.contact-page-info {
    border: unset;
    border-radius: 15px;
    border: 1px solid #fff;
    background: #fff;
    padding: 28px;
}
.contact-page-info hr {
    display: none;
}
.contact-page-info p {
    padding-left: 20px;
}
.contact-page-info li p {
    padding: 0;
    margin: 0;
    font-size: 17px;
}
#contact #js-product-list-header {
    background-image: url(/themes/salter/assets/img/contact-background.png);
    background-size: cover;
    background-position: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#contact #js-product-list-header.page-title span {
    color: #f7f7f7;
    font-size: 60px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -2.8px;
    margin-left: 60px;
}
#contact #wrapper .breadcrumb {
    border-bottom: 1px solid #00000040;
    margin: 60px 0 40px 0;
}
#contact .main-contacts-content {
    display: flex;
    justify-content: space-between;
}

.contact-form .form-control {
    border-radius: 0;
}

#contact #iqitcontactpage-map iframe {
    min-height: 30rem;
    border-radius: 20px;
}
/* Contact Form END */