.contactform {
    padding: 15px;
    border-radius: 3px;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, .19);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .19);
}

.contactform h3 {
    margin-bottom: 5px;
    color: #fdae30;
    font-size: 1.8em;
    font-weight: 600;
}

.faqContact {
    margin-bottom: 20px;
}

.faqContact img{
    display: inline-block;
}

.faqContact h3 {
    color: #343a40;
    margin-top: 10px;
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 600;
    vertical-align: super;
}

.faqOptions h3{
    color: black;
    font-size: 1em;
}

.faqOptions img{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.faqContactBody{
   text-align: center;
    margin-top: 20px;
}

.faqOptions{
    width: 18%;
    border: 1px solid #eee;
    text-align: center;
    padding-top: 10px;
    box-shadow: 0.1rem 0.1rem 0.4rem 0rem rgba(0,0,0,0.19);
    transition: all ease-in-out 0.2s;
    background: white;
    display: inline-block;
    height: 150px;
    margin: 5px;
}

.faqOptions:hover{
    text-decoration: none;
    filter: brightness(120%);
}

.faqContact p{
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
    font-size: 0.9em;
}

.faqContactHeader {
    border-bottom: 1px solid #eee;
}

#cMap {
    height: 500px;
}

#contactUs{
    overflow-x: hidden;
}

.contact_UsData{
    padding: 1em 0.5em 3em 0.5em;
}

.contact_UsData h3{
    font-size: 15px;
    font-weight: 800;
}

.contact_UsData h4{
    color: #000000;
    font-size: 12px;
    font-weight: 800;
    margin-top: 5px;
}

.contact_UsData p, .contact_UsData a{
    font-size: 11px;
    color: #9E9E9E;
    text-decoration: none;
    display: inline;
}

.contact_UsData i{
    color: #9E9E9E;
    display: inline-block;
}

.contact_Us{
    position: absolute;
    right: 5%;
    top: 0;
    background-color: #000000;
    height: 100%;
    padding: 2em;
    z-index: 1000;
}

.contact_Us textarea{
    padding: 10px 15px;
}

.contact_UsInput{
    border-radius: 25px;
    font-size: 12px;
    color: #000000
}

.contact_UsInput::placeholder{
    font-size: 12px;
    color: #000000
}

.contact_Us h3{
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.map {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactDetails {
    padding: 10px;
}

.contactDetails img {
    margin-bottom: 10px;
}

.contactDetails p {
    padding-left: 0;
    color: #999;
    font-size: 0.9em;
    line-height: 1.4;
}

.contacts {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contactbox {
    padding: 10px;
    background: whitesmoke;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 300px;
}

.contactbox img {
    width: auto;
    height: 50px;
    margin-bottom: 20px;
}

.contactbox span {
    color: #fda30e;
    font-weight: 600;
}

.contactbox p {
    padding-left: 0;
    font-size: 0.9em;
    color: #343a40;
    line-height: 1.4;
    margin-bottom: 5px;
}

.contactbox a {
    color: #343a40;
}

@media only screen and (max-width: 1200px){
    .faqOptions h3{
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 908px){
    .faqOptions{
        width: 45%;
    }
}

@media only screen and (max-width: 991px) {
    .contactbox {
        margin-bottom: 15px;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .contactDetails img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 576px) {
    .contactbox {
        width: 100%;
    }

    #cMap {
        height: 300px;
    }

    .faqOptions{
        width: 45%;
        margin-bottom: 20px;
    }

    .contact_Us{
        position: relative;
        height: auto;
        right: 0;
        margin-bottom: 15px;
    }
}
