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