CONTACT US

Thank you for submitting the form!

BUSINESS Travel

Please complete this form so we can match your organization with the best dedicated service set-up that fits your needs.

BUSINESS Travel

Please complete this form so we can match your organization with the best dedicated service set-up that fits your needs.

.from-business-travel-1 { row-gap: 30px; display: flex; max-width: 500px; flex-direction: column; } .from-business-travel-1 .form-info { row-gap: 20px; display: flex; flex-direction: column; } .from-business-travel-1 .form-info h1, .from-business-travel-1 .form-info p { margin: 0; color: black; font-style: normal; } .from-business-travel-1 .form-info h1 { font-size: 24px; font-weight: 750; line-height: 40px; text-transform: uppercase; } .from-business-travel-1 .form-info p { font-size: 16px; font-weight: 350; line-height: 150%; } .from-business-travel-1 .form-elements { row-gap: 15px; display: flex; flex-direction: column; } .from-business-travel-1 .form-elements .form-group { row-gap: 5px; display: flex; flex-direction: column; } .from-business-travel-1 .form-elements .form-group label { order: -1; display: flex; font-size: 16px; font-style: normal; font-weight: 700; line-height: 22px; } .from-business-travel-1 .form-elements .form-group input, .from-business-travel-1 .form-elements .form-group textarea { width: 100%; outline: none; box-shadow: none; padding: 10px 20px; background: #f7f5f5; font-size: 18px; font-style: normal; font-weight: 350; line-height: 150%; border: none; } .from-business-travel-1 .form-elements .form-group input { height: 50px; } .from-business-travel-1 .form-elements .form-group textarea { height: 77px; } .from-business-travel-1 .form-elements .form-group [required] + label::after { content: "*"; margin-left: 6px; color: rgb(242, 55, 34); } .from-business-travel-1 input[type=submit] { color: white; height: 50px; padding: 0 15px; cursor: pointer; background: black; font-size: 18px; font-style: normal; font-weight: 350; line-height: 110%; border: 1px solid #000; } .from-business-travel-1 input[type=submit]:hover { background: transparent; color: #000; border: 1px solid #000; } jQuery().ready(function() { const thankUrl = window.location.protocol + '//' + window.location.hostname + '/thank-you'; const formSmall = jQuery('form#leadFormSmall'); formSmall.find('input[name="retURL"]').val(thankUrl); });