label {
    display: block;
    margin-bottom: 10px;
}

.input_field, .text_field {margin-bottom: 20px;}

.input_field input, .text_field textarea {
    width: 100%;
    height: 66px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #008fa2;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.text_field textarea {
    height: 130px;
    resize: none;
}

.button input {
    background: #008fa2;
    width: 100%;
    height: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}

#map {
    height: 580px;
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
    font-weight: normal !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}

.wpcf7-not-valid-tip {
    line-height: 1em !important;
    padding-top: 5px;
}

.subcribe {
    width: 500px;
    margin: 60px auto;
    color: #ffffff;
    line-height: 1.3em;
    position: relative;
}

.subcribe .input_field {
    margin-top: 10px;
}

.subcribe .input_field input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 15px;
    height: 50px;
}

.subcribe .obutton {
    position: absolute;
    right: 10px;
    top: 58px;
}

.subcribe .obutton input {
    background: #008fa2;
    width: 120px;
    height: 35px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-weight: bold;
}

.subcribe a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}


.container {
    background: #ffffff;
    width: 900px;
    margin: 0 auto;
    border: 5px solid #00abc0;
    box-sizing: border-box;
    padding: 15px;
    color: #444444;
    font-size: 25px;
}

#mce-success-response {
    border: 3px solid #ffff00;
    padding: 3px;
}

.right.w490 a {
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
}

#callme, #meeting {
    width: 300px;
}

#callme h2, #meeting h2 {
    font-size: 24px;
    font-weight: bold;
    color: #008fa2;
    text-transform: inherit;
    padding: 0;
    margin: 0 0 10px 0;
}

#callme .input_field input, #meeting .input_field input {
    height: 56px;
}

#callme .button input, #meeting .button input {
    height: 56px;
    font-size: 22px;
}