.contact-wrapper {
    background: #fff url('../images/BG_advisory.png') no-repeat left top;
    background-size: 43% auto;
}

.contact-info-col {
    width: 41%;
    padding-right: 70px;

    color: #fff;
    font-size: 18px;
    line-height: 1.6em;

    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.info-wrapper {
    padding-left: 15px;
}

.logo-webe-white {
    width: 177px;
    height: auto;
}

.logo-webe-white img {
    width: 100%;
    height: auto;
}

.contact-form-col {
    width: 59%;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;

    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.contact-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-list {
    font-size: 16px;
    line-height: 1.85em;
}

.contact-link {
    color: #fff;
}

.contact-link:hover {
    color: #fff;
}

.contact-summary, .contact-list {
    margin-bottom: 50px;
}

.contact-list:last-child {
    margin-bottom: 0;
}

.footer-in-white a{
    color: #fff!important;
}

.form-wrapper {
    padding-right: 15px;
    width: 80%;
}

.form-title {
    margin-bottom: 30px;
}

.form-summary {
    margin-bottom: 50px;
}

.form-group {
    margin-bottom: 48px;
}

.form-group input, .form-group textarea {
    width: 100%;
    border: none;
    outline-offset: unset;
    outline: none;
    font-size: 18px;
    padding-bottom: 17px;
    background: transparent;
}

#fullname, #phone, #message {
    border-bottom: 3px solid #D8D8D8;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

}

#fullname::placeholder, #phone::placeholder, #message::placeholder {
    color: #212529;
}

#fullname::-moz-placeholder, #phone::-moz-placeholder, #message::-moz-placeholder {
    color: #212529;
}

#fullname::-webkit-input-placeholder, #phone::-webkit-input-placeholder, #message::-webkit-input-placeholder {
    color: #212529;
}

#fullname:-ms-input-placeholder, #phone::-ms-input-placeholder, #message::-ms-input-placeholder {
    color: #212529;
}

.help-block {
    color: #cc0c0c;
    font-size: 24px;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}



@media only screen and (max-width: 1024px) {

    .contact-wrapper {
        background-size: auto;
    }

    .contact-info-col {
        padding-right: 30px;
    }

    .contact-form-col {
        padding-left: 30px;
        background: #fff;
    }

    .form-wrapper {
        width: 100%;
    }

    .contact-summary, .contact-list {
        margin-bottom: 30px;
    }

    .form-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .form-summary, .form-group input, .form-group textarea {
        font-size: 1rem;
    }

    .form-group input, .form-group textarea {
        padding-bottom: 4px;
    }
    
    .form-summary {
        margin-bottom: 20px;
    }
    
    .form-group {
        margin-bottom: 1.5rem;
    }

    .btn-webe-submit {
        padding: 8px 0;
    }

    .btn-webe-submit:hover {
        padding-right: 26px;
        padding-left: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .contact-wrapper {
        background: transparent;
    }

    .contact-form-col {
        width: 100%;
        background: transparent;
    }

    #fullname, #phone, #message {
        border-width: 2px;
    }
}

@media only screen and (max-width: 576px) {
    .form-title {
        font-size: 1.2rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-summary, .form-group input, .form-group textarea {
        font-size: 1rem;
        line-height: 1.5em;
    }

    .contact-form-col {
        padding: 20px 0;
    }

    .form-wrapper {
        padding: 0 15px;
    }
}


