.page-title{
    margin-top: 20px;
}
.map{
    margin-top: 10px;
}

.map iframe{
    width: 100%;
    height: 340px;
    min-height: 200px;
}

.form, .map-area{
    margin-bottom: 30px;
}

.form form .form-control{
    padding: 16px 49px 17px 29px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    margin: 0 0 5px 0;
}
.form form textarea.form-control{
    resize: none;
}
.submit-btn{
    background: #225bab;
    padding: 15px 30px!important;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease-out;
    border: 2px solid;
    cursor: pointer;
    float: right;
}

.submit-btn:hover{
    padding: 15px 30px!important;
    background: transparent;
    color: #225bab;
    border-color: #225bab;
}