﻿
.contact_message input, .contact_message textarea {
    border: 1px solid #c3c1c1;
}

.contact_message ul li i {
    line-height: 16px;
    text-align: center;
    font-size: 17px;
    background-color: black;
    color: #43b9fe;
    padding: 9px;
    width: 35px;
    border: 1px solid;
    height: 35px;
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .contact_map
    {
        margin-top:7px !important;
    }
    .header_area {
        padding-bottom: 7px;
    }
    .contact_message h3{
        margin-top:20px;
    }
    .map-area .googleMap
    {
        width:353px !important;
    }
}