.travel-contact-form-block {
    margin: 50px 0;
}

.travel-contact-form-block .content-thanks p {
    margin-bottom: 0;
}

.travel-contact-form-block .custom-textarea {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#customtextarea,
#customtextarea2 {
    height: 120px;
}

.travel-contact-form-block input[type=checkbox].form-error + label {
    color: #f00;
}

@media screen and (max-width:768px) {

}

/* Honeypot field */
.contact-form-myinfo {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}