#contact-get-touch-form{
    background: #00B3DB;
    color: #fff;
    float: right;
    width: 100%;
    padding: 50px 0px;
    padding-bottom: 50px;
}
#contact-get-touch-form .contact-form{
    max-height: 940px;
    height: 100%;
    overflow-x: auto;
}
#contact-get-touch-form .g-captch iframe{
    position: unset;
    height: 78px;
    margin-bottom: 32px;
}
#contact-get-touch-form h3 {
    font-family: "din-2014",sans-serif;
    color: #fff;
    line-height: 120%;
    margin: 0px 0px 20px;
    font-weight: 100;
    font-size: 36px;
    margin: 0px 0px 60px;
    padding-left: 20px;
}
#contact-get-touch-form h3:after {
    content: '';
    position: relative;
    display: block;
    width: 35px;
    height: 1px;
    margin: 20px 0px 0px 0px;
    background: #fff;
}
#contact-get-touch-form .col-lg-6{
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
    margin-bottom: 15px;
}
#contact-get-touch-form .col-lg-12{
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    float: right;
}
#contact-get-touch-form label{
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 10px;
}
#contact-get-touch-form input{
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #f8f8f8;
}
#contact-get-touch-form select{
    width: 100%;
    background-color: #fff;
    height: 56px;
    padding: 10px;
    border: 1px solid #f8f8f8;
    text-indent: 8px;
}
#contact-get-touch-form textarea{
    width: 100%;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    resize: none;
    min-height: 400px;
    padding: 15px;
    -webkit-box-shadow: inset 0 0 8px #f8f8f8;
    box-shadow: inset 0 0 8px #f8f8f8;
}
#contact-get-touch-form #your-message{
    margin-top: 20px;
    margin-bottom: 10px;
}
#contact-get-touch-form .submit-button button{
    background: #004953;
    color: #fff;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    padding: 15px 20px;
    width: auto;
    text-transform: uppercase;
    border: 1px solid #004953;
    margin-bottom: 20px;
}
#contact-get-touch-form .ff-errors li{list-style: none !important;}
#contact-get-touch-form .ff-errors{padding: 0; margin-left: 0;}
.contact-form .ff-errors li{color:#4d4d4d;}
#getInTouchmyform .ff-form-errors p{color:#ff0000;padding-left:20px;}
.submit-button {margin-top:20px;}

/* responsive */
@media(max-width: 1024px){
    #contact-get-touch-form .col-lg-6{
        width: 100%;
        float: none;
    }
}
@media(max-width: 1020px){
    #contact-get-touch-form .contact-form {
        max-height: 900px;
    }
    #contact-get-touch-form h3{
        font-size: 24px;
    }
}

@media(max-width: 767px){
    #contact-get-touch-form .contact-form {
        max-height: unset;
        overflow-x: unset;
        height: auto;
    }
    .contact-form .form-container {
        min-height: 1060px;
    }
    #contact-get-touch-form {
        float: none;
    }
    #contact-get-touch-form textarea {
        min-height: 170px;
    }
}

.freeform-form-errors ul{display: none;}
.freeform-form-errors p{color: #ff0000; padding-left: 20px;}
.g-captch{display: flex; flex-direction: column-reverse;}