/* Contact Area CSS */




.fplus-contact-area {
    position: relative;
    z-index: 1;
    min-height: 500px;
    
}

.contact_from {
    margin-top: 50px;
    background-color: #fff;
    padding: 80px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 99;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}




.contact_input_area .form-group .form-control {
    padding: 10px 0;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    font-size: 12px;
    color: #959595;
    font-weight: 300;
}

.contact_input_area .form-group textarea.form-control {
    height: 100px;
    width: 80rem;
}

.contact_input_area .form-group .form-control:active,
.contact_input_area .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.contact_input_area button {
    width: 200px;
    height: 50px;
    background-color: #000000;
    color: #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 !important;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0 !important;
    margin-top: 50px;
}

.map-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 5rem;
}

.map-title {
    text-align: center;
    margin-bottom: 3rem;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  