.new-zoho-form.sticky-sidebar {  position:sticky;  top:130px;  margin-top:-862px; } .new-zoho-form .form-wrap {  padding:30px 30px 30px;  position:relative;  font-family:'proxima-nova', sans-serif; } .new-zoho-form .form-wrap p {  font-size:14px;  line-height:1.428; } .new-zoho-form .form-wrap h2 {  font-weight:700;  font-size:22px;  line-height:26px;  text-transform:capitalize;  text-align:center;  padding-bottom:15px;  display:block;  width:100%; } .new-zoho-form .form-wrap input, .new-zoho-form .form-wrap select, .new-zoho-form .form-wrap textarea {  font-weight:600;  height:58px;  border-radius:0;  border-bottom:0;  width:100%;  font-size:14px;  padding:6px 15px;  margin:0; } .new-zoho-form .form-wrap .message {  text-align:center; } .new-zoho-form .form-wrap label {  display:none !important;  width:100%;  margin:0; } .new-zoho-form .form-wrap label.error {  color:red;  font-size:14px;  line-height:1.2;  width:100%;  display:block !important;  padding:5px 0; } .new-zoho-form .form-wrap button[type='submit'] {  width:100%;  white-space:nowrap;  font-size:16px;  line-height:50px;  word-wrap:break-word;  border:0;  font-weight:600;  padding:0 15px;  cursor:pointer;  text-transform:uppercase;  -webkit-transition:all 0.3s ease-in-out;  -moz-transition:all 0.3s ease-in-out;  -o-transition:all 0.3s ease-in-out;  transition:all 0.3s ease-in-out;  margin-bottom:0px;  margin-top:20px; } .new-zoho-form .form-wrap textarea {  padding:15px;  height:100px;  margin-bottom:0px; } .new-zoho-form .form-wrap .inlines {  display:flex;  align-items:center;  justify-content:flex-start;  flex-wrap:wrap; } .new-zoho-form .form-wrap .inlines .main-label {  display:block !important;  color:#fff; } .new-zoho-form .form-wrap input[name='DateTime_date'] {  width:calc(100% - 63%);  padding:6px 6px;  text-align:left;  vertical-align:top; } .new-zoho-form .form-wrap select[name='DateTime_hours'] {  width:21%;  padding-right:0;   vertical-align:top; } .new-zoho-form .form-wrap select[name='DateTime_minutes'] {  width:21%;  padding-right:0;   vertical-align:top; } .new-zoho-form .form-wrap select[name='DateTime_meridiem'] {  width:21%;  padding-right:0;   vertical-align:top; } .new-zoho-form .form-wrap.dark-form {  background-color:#32414e; } .new-zoho-form .form-wrap.dark-form input, .new-zoho-form .form-wrap.dark-form select, .new-zoho-form .form-wrap.dark-form textarea {  background-color:#edf1f5;  border:1px solid #c8d2db;  color:#414141; } .new-zoho-form .form-wrap.dark-form textarea {  border-bottom:1px solid #c8d2db; } .new-zoho-form .form-wrap.dark-form button[type='submit'] {  color:#fff;  background-color:#f3704b; } .new-zoho-form .form-wrap.dark-form button[type='submit']:hover {  background-color:#fff;  color:#f3704b; } .new-zoho-form .form-wrap.dark-form h2 {  color:#fff; } .new-zoho-form .form-wrap.dark-form p {  color:#fff; } .new-zoho-form .form-wrap.dark-form a {  color:#f3704b; } .new-zoho-form .form-wrap.light-form {  background-color:#fff; } .new-zoho-form .form-wrap.light-form h2 {  color:#32414e; } .new-zoho-form .form-wrap.light-form p {  color:#414141; } .new-zoho-form .form-wrap.light-form button[type='submit'] {  background-color:#2c3945; } .new-zoho-form .form-wrap.light-form button[type='submit']:hover {  background-color:#f3704b; } @media (max-width:999px) {  .new-zoho-form.sticky-sidebar {   position:relative;   top:inherit;   margin-top:30px;  } } .new-zoho-form.sticky-sidebar.no-banner { margin-top:0; } .new-zoho-form.sticky-sidebar.in-banner { margin-top:0; } .new-zoho-form .form-wrap input[type="checkbox"] {  width:auto;  height:auto;  background-color:transparent;  margin-right:5px;  margin-top:5px; } .new-zoho-form .form-wrap .checkbox-label {  display:inline-block !important;  color:#fff;  width:calc(100% - 30px); } .new-zoho-form .form-wrap .checkbox-wrapper {  display:inline-flex !important;  position:relative;  display:flex;  align-items:flex-start;  flex-wrap:wrap; } .new-zoho-form .form-wrap #Checkbox_Confirm-error {  color:red;  order:-1; }