.contact-us {
    background-image: url(./images/Contact_Us.jpg);
    background-size: cover;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.363);
}

.contact {
    display: flex;
    height: 500px;
    background-color: rgba(250, 242, 242, 0.677);
}

.contact-image img {
    width: 700px;
    height: 400px;
    border-radius: 10px;
    margin-left: 100px;
    margin-top: 50px;
}

.contact-text {
    width: 100%;
}

.contact-text h1 {
    margin-top: 200px;
    text-align: center;
    color: #192F59;
    font-size: 55px;

}

.get-in-touch {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}

.get-in-touch-wrap h1 {
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    padding-top: 50px;
    color: #192F59;
   
}

.get-in-touch li a {
    color: #333333;
    line-height: 1.96rem;
}

.get-in-touch h2 {
    color: #192F59;
}

#fcf-form {
    display: block;
}

.fcf-h3 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
}

.fcf-body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #192f59;
    padding: 30px;
    padding-bottom: 10px;
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-radius: 10px;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;

    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size],
select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {

    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-message button {
    width: 100%;
    height: 40px;
    color: #192F59;
    border: none;
    border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus,
.fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus,
.fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg,
.fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block,
input[type="reset"].fcf-btn-block,
input[type="button"].fcf-btn-block {
    width: 100%;
}




@media only screen and (max-width: 600px) {
    .contact-us {
        background-image: url(./images/Contact_Us_Mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 1px 2px 3px 4px rgba(0, 0, 0, 0.363);
    }

    .get-in-touch-wrap {
        /* display: inline-block; */
        width: 80%;
        margin: 0 auto;
    }

    .get-in-touch-wrap h1 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .get-in-touch {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .contact-us {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: -1;
    }

    .contact {
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .contact-image {
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .contact-image img {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-top: 50px;
    }
}