.contact-top-image {
    margin-bottom: 50px;
}

.contact-info {
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

.info-block {
    padding: 10px;
}

.contact-link {
    padding: 15px;
    box-shadow: 0 5px 10px #e6e6e6;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-info-text {
    font: 700 16px 'Lora', sans-serif;
    color: #1F2732;
    margin-bottom: 15px;
    /*display: block;*/
}

.contact-info-text:hover {
    font-size: 16px;
    color: #1F2732;
    text-decoration: none;
}

.contact-info-name {
    font: 400 14px 'Lora', sans-serif;
    color: #2A2A2A;
    margin-bottom: 15px;
}

.location-map {
    /*padding: 5px;*/
    box-shadow: 0 5px 10px #e6e6e6;
    margin-bottom: 50px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
}

textarea {
    resize: none;
}

.feedback-form {
    padding: 30px;
    box-shadow: 0 5px 10px #e6e6e6;
    margin-bottom: 50px;
}

.form-group.input-material {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-group.input-material label {
    color: #2A2A2A;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 7px;
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
}

.form-group.input-material .form-control {
    border: none;
    border-bottom: 2px solid #ced4da;
    border-radius: 0px;
    background: transparent;
    padding-left: 5px;
    box-shadow: none;
}

.form-control {
    height: 55px;
}

.form-group.input-material .form-control:focus, .form-group.input-material .form-control[value]:not([value=""]) {
    border-bottom-color: #7B6D1D;
    color: #000;
}

.form-group.input-material .form-control:focus ~ label, .form-group.input-material .form-control[value]:not([value=""]) ~ label {
    top: -25px;
    left: 15px;
    font-size: 14px;
    color: #7B6D1D;
    font-weight: 500;
}

.submit-button {
    width: 170px;
    height: 50px;
    font: 700 18px 'Lora', sans-serif;
    border: 3px solid #000000;
    outline: none;
    transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.submit-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.submit-button:focus {
    background-color: #7B6D1D;
    color: #ffffff;
}

.submit-button:hover {
    width: 170px;
    height: 50px;
    background-color: #7B6D1D;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.required-fields {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #7B6D1D;
}

.field_error_message {
    color: red;
    font-size: 14px;
}

.field_error_message ul {
    list-style-type: none;
    padding: 0;
}

.alert-custom {
    background-color: green;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Roboto', cursive;
    font-weight: 500;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10000000;
}

.alert-custom-error {
    background-color: #f53e3e;
}

.alert-close-button {
    border: 0;
    background-color: transparent;
    color: #F8FAFC;
    margin-left: 40px;
}

.alert-close-button:focus {
    outline: none;
}

.alert {
    padding-right: .75rem !important;
}


@media (max-width: 991px) {
    .contact-info {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .alert-custom {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .alert-custom {
        font-size: 12px;
    }
}

@media (max-width: 533px) {
    #rc-anchor-normal {
        width: 98% !important;
    }
}

@media (max-width: 375px) {
    .alert-custom {
        width: 90% !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding: 7px !important;
    }

    .alert-close-button {
        position: absolute;
        right: 0;
    }

    .rc-anchor-normal {
        width: 90% !important;
        margin-left: 40px !important;
    }
}

.form-error .form-control {
    border-bottom: 2px solid #ff00005c !important;
}
