/* CONTACT US TITLE
---------------------------------------------------------------------------------------------------- */
.contactus-title-content {
    display: block;
    text-align: center;
    margin-top: 3rem;
}

.contactus-title-content-h1 {
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 3rem;
}

.contactus-register-content-h2 {
    color: #333;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 1rem;
}

.contactus-register-content-h3 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.contactus-register-content-plain {
    color: #333;
    font-size: 16px;
}

a.contactus-register-content-plain {
    color: #333 !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.contactus-register-content {
    display: block;
}

.contactus-register-social {
    display: flex;
    border-radius: 9px;
    text-align: center;
    margin-top: 2rem;
}

.contactus-register-social-img {
    width: 35px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 1rem;
}

.contactus-map-content {
    overflow: hidden;
    background: none !important;
    height: 510px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 9px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.aboutus-showroom {
    width: 100%;
    border-radius: 10px;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .aboutus-showroom-center {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .aboutus-showroom-center {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
}