.contact {
    padding-top: 0em;
    margin-top: -1.8em;
}

/* Safari fix */
a.anchor:not(*:root) {
    top: -55px;
}

a.to-top-link-news:hover {
    cursor: pointer;
}

.contact p {
    color: #555555;
}

.contact .contactinfo {
    text-align: center;
    padding: 0 3em;
    margin-bottom: 3em;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 80px;
    color: rgb(200, 200, 200) !important;
    transition: all 0.2s;
    font-size: 1.2em;
}

.close-btn:hover {
    color: rgb(100, 100, 100) !important;
    cursor: pointer;
}

.btn-send-message {
    color: #fff;
    padding: 0.5em 2em;
    margin-top: 1.5em;
    margin-bottom: 0.2em;
    border: 2px solid transparent;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.tryAgainBtn {
    color: #fff;
    padding: 0.5em 2em;
    margin-top: 1.5em;
    margin-bottom: 0.2em;
    border: 2px solid transparent;
    background-color: olive !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.tryAgainBtn:hover {
    border: 2px solid olive;
    color: olive;
    background-color: #fff !important;
    cursor: pointer;
}

.loader {
    font-size: 4em;
}

.loadingOverlay {
    margin-top: -3.25rem;
    margin-left: -1.25rem;
    text-align: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 5 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinnerContent {
    margin-top: -3.76em;
}

.spinnerContent p {
    padding-top: 1em;
    color: #777777;
}

.btn-send-message:hover {
    border: 2px solid olive;
    color: olive;
    background-color: #fff !important;
    cursor: pointer;
}

.submit-disabled {
    opacity: 0.6;
}

.submit-disabled:hover {
    cursor: not-allowed !important;
    border: 2px solid transparent;
    color: #fff;
    background-color: olive !important;
}

.input-group-text {
    color: #fff !important;
}

.form-text {
    background-color: rgb(234, 234, 234);
    border-radius: 10px;
    padding: 0.16em 1em;
    margin: 0;
    float: right;
    color: rgb(190, 0, 0) !important;
}

.field-ok {
    float: right;
    color: olive;
    font-size: 1.2em;
    padding: 0;
    padding-right: 0.3em;
    margin: 0;
}

.form-header {
    color: white;
    position: relative;
    text-align: center;
    padding: 1em 0em;
    width: 98%;
    margin: 0 auto;
    margin-top: -2.6em;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    opacity: 1;
    z-index: 6 !important;
}

.floating-icon i {
    color: #fff;
    width: 2em;
    height: 2em;
    padding-top: 0.5em;
    font-size: 1.6em;
    border-radius: 50%;
    margin-bottom: 0.6em;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.card {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    margin-left: 1em;
    margin-right: 0.2em;
}

.contact h1 {
    text-align: center;
    padding: 0em;
    margin: 0em;
    padding-bottom: 0.6em;
    margin-top: 1.7em;
    font-size: 2.5em;
}

.contact iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact .row {
    margin-right: 0em !important;
    margin-left: 0em !important;
}

form label {
    margin-bottom: 3px;
    color: #555555 !important;
}

.map-container {
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-right: 1em;
    margin-left: 0.2em;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.confirmationMessage {
    text-align: center;
}

.contact hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.contact .footer-contact {
    margin-top: -38px;
    text-align: center;
}

.contact .footer-contact i {
    color: #fff;
    width: 2em;
    height: 2em;
    padding-top: 0.44em;
    border: 2px solid transparent;
    font-size: 1.6em;
    border-radius: 50%;
    margin-bottom: 0.6em;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.contact .footer-contact i:hover {
    background-color: #fff !important;
    border: 2px solid lightgray;
    color: olive;
}

@media (max-width: 991px) {
    .card.rounded {
        margin-left: 0.2em;
        margin-right: 0.2em;
    }

    .map-container {
        margin-left: 0.2em;
        margin-right: 0.2em;
    }
}