.address .blue-title {
    margin-top: -10px;
    color: #161a60;
}
.address h4 {
    display: block;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #555555;
}
.address label {
    display: block;
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: #555555;
    display: block;
    float: left;
    width: 100%;
}
.address input, .address textarea {
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 10px;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #555555;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}
.address textarea {
    height: 130px;
    resize: none;
}
.address button {
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: 50px;
    min-width: 150px;
    background: #03529b;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.address .fa {
    display: block;
    float: left;
    border-radius: 50%;
    background: #03529b;
    line-height: 40px;
    width: 40px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin-right: 20px;
}
@media (max-width: 991px) {
    .address h2 {
        margin-top: 10px;
    }
}