.form-contact {
    border: 1px solid #C1C1C1;
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    padding: 0.4rem .7rem;
    margin-bottom: 1rem;
    width: 100%;
    outline: none;
    box-shadow: none;
}

label {
    color: #4E576C;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 0.3rem;
    text-align: right;
}

input::placeholder {
    color: #9D9D9D;
    font-size: 14px;
}

.submit {
    background: #DF4319 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0.7rem 2rem;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin-bottom: 2rem;
}

form h1 {
    font-size: 32px;
    color: #DF4319;
    font-weight: bold;
    margin-bottom: 1rem;
}

.information {
    background-color: #231F20;
    padding: 1rem;
    margin-top: -2rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    /* width: 100%; */
}

.contact {
    position: relative;
}

.information h2 {
    font-size: 32px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 2rem;
}

.mail {
    display: flex;
    margin-bottom: 1.5rem;
}

.mail h3 {
    letter-spacing: 0.22px;
    color: #F7BFB0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.mail a {
    display: block;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0.3rem;
}

.mail p {
    display: block;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    width: 60%;
}

.mail .mail-img {
    width: 55px;
    height: 55px;
    padding: .8rem;
    /* color: #F7BFB0; */
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    font-size: 22px;
    margin-left: 1rem;
}

#successModel .modal-body {
    text-align: center;
}

#successModel .modal-body .fa-check {
    background-color: #DF4319;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFF;
    margin: auto;
    margin-bottom: 1rem;
}

#successModel .modal-body h2 {
    font-size: 32px;
    font-weight: bold;
    color: #231F20;
}

#successModel .modal-body p {
    font-size: 18px;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

#successModel .modal-body a {
    font-size: 18px;
    font-weight: bold;
    color: #DF4319;
}

#successModel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.97;
}

#successModel .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin: auto;
    background-color: transparent;
}

#successModel .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.3rem;
    outline: 0;
}

.contact form .form-contact {
    border: 1px solid #707070;
    border-radius: 0px;
}

.contact form label {
    color: #231F20;
    font-weight: normal;
}

.map-iframe {
    position: relative;
}

.map-iframe:hover .bg-iframe {
    position: unset;
    transition: all .3s;
}

.map-iframe .bg-iframe {
    background-color: #DF4319;
    opacity: .4;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s;
}

@media (max-width: 1200px) {
    .information {
        position: unset;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        max-width: 100%;
    }
}
