.yacht-administration-express-contact {
    background: none;
}

.yacht-administration-express-contact .express-hotel-contact .contact-with-icon .icon {
    font-weight: bold;
    color: black;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.yacht-administration-express-contact {
    margin-bottom: 20px !important;
}

.yacht-administration-express-contact.authorise-admin-form .form-group {
    height: auto;
    margin-bottom: 15px !important;
}

.yacht-administration-express-contact .express-hotel-contact .contact-with-icon .icon,
.yacht-administration-express-contact a {
    color: white;
}

.yacht-administration-express-contact .express-hotel-contact label {
    font-size: 14px;
}

.representatives-page .express-hotel-contact .contact-with-icon .icon,
.site-popup .express-hotel-contact .contact-with-icon .icon {
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.representatives-page .express-hotel-contact label,
.site-popup .express-hotel-contact label {
    font-size: 14px;
}

.yacht-administration-express-contact .contact-with-icon .icon:before,
.express-hotel-contact .contact-with-icon .icon:before {
    content: '';
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    min-width: 26px;
}

@media (max-width: 767px) {
    .yacht-administration-express-contact.form-stylesheet.authorise-admin-form .form-group {
        height: auto;
    }
}