.form {
  float: left;
}

.content * {
   box-sizing: border-box;
}
.content input {
   line-height: normal;
}
.content button,
.content input,
.content optgroup,
.content select,
.content textarea {
   margin: 0;
   font: inherit;
   color: inherit;
}
.content textarea {
   overflow: auto;
}
.content button,
.content input,
.content select,
.content textarea {
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}
.content .btn-group {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
.content .btn-group > .btn {
   position: relative;
   float: left;
}
.content
   .btn-group
   > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}
.content
   .btn-group
   > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
   border-radius: 0;
}
.content .btn-group .btn + .btn,
.content .btn-group .btn + .btn-group,
.content .btn-group .btn-group + .btn,
.content .btn-group .btn-group + .btn-group {
   margin-left: -1px;
}
.content .btn-group .input-group-addon:last-child,
.content
   .btn-group
   .input-group-btn:first-child
   > .btn-group:not(:first-child)
   > .btn,
.content .btn-group .input-group-btn:first-child > .btn:not(:first-child),
.content .btn-group .input-group-btn:last-child > .btn,
.content .btn-group .input-group-btn:last-child > .btn-group > .btn,
.content .btn-group .input-group-btn:last-child > .dropdown-toggle,
.content .btn-group .input-group .form-control:last-child,
.content .btn-group > .btn:last-child:not(:first-child),
.content .btn-group > .dropdown-toggle:not(:first-child) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}
.content .btn-group > .btn.active,
.content .btn-group > .btn:active,
.content .btn-group > .btn:focus,
.content .btn-group > .btn:hover {
   z-index: 2;
}
.content .btn {
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 400;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-image: none;
   border-radius: 4px;
}
.content .btn.btn-lg {
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333;
   border-radius: 6px;
}
.content .btn.btn-sm {
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 3px;
}
.content .btn.btn-xs {
   padding: 1px 5px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 3px;
}
.content .btn.active,
.content .btn.btn-active,
.content .btn:active, {
   background-image: none;
}
.content .input-group-addon:last-child,
.content
   .input-group-btn:first-child
   > .btn-group:not(:first-child)
   > .btn,
.content .input-group-btn:first-child > .btn:not(:first-child),
.content .input-group-btn:last-child > .btn,
.content .input-group-btn:last-child > .btn-group > .btn,
.content .input-group-btn:last-child > .dropdown-toggle,
.content .input-group .form-control:last-child {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}
.content .input-group-addon,
.content .input-group-btn,
.content .input-group .form-control {
   display: table-cell;
}
.content .input-group-lg > .form-control,
.content .input-group-lg > .input-group-addon,
.content .input-group-lg > .input-group-btn > .btn {
   height: 46px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333;
}
.content .input-group {
   position: relative;
   display: table;
   border-collapse: separate;
}
.content .input-group .form-control {
   position: relative;
   z-index: 2;
   float: left;
   width: 100%;
   margin-bottom: 0;
}
.content .form-control,
.content output {
   font-size: 14px;
   line-height: 1.42857143;
   display: block;
}
.content textarea.form-control {
   height: auto;
}
.content .form-control {
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   border: 0;
	 width: 100%;
   height: 34px;
   display: block;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   border-radius: 4px;
}
.content .form-control:focus {
  outline: 0;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
}

.content .form-control::-webkit-inner-spin-button,
.content .form-control::-webkit-calendar-picker-indicator {
   background-color:transparent;
}
.content .form-group {
   margin-left: 0;
   margin-bottom: 15px;
}
.content .btn,
.content .form-control {
   background-color: #23293a;
    color: white;
    font-weight: 600;
}
.content .pull-right {
   float: right;
}
.content .pull-left {
   float: left;
}
.content .fb-required,
.content .required-asterisk {
   color: #c10000;
}
.content .fb-checkbox-group .checkbox,
.content .fb-checkbox-group .checkbox-inline {
   padding-left: 0;
}
.content .fb-checkbox-group .checkbox-inline input,
.content .fb-checkbox-group .checkbox input {
   position: relative;
   margin: 4px 0 0;
}
.content .fb-checkbox-group .checkbox-inline label,
.content .fb-checkbox-group .checkbox label {
   padding-left: 4px;
   line-height: 1.5;
}
.content .fb-radio-group .radio,
.content .fb-radio-group .radio-inline {
   padding-left: 0;
}
.content .fb-radio-group .radio-inline input,
.content .fb-radio-group .radio input {
   position: relative;
   margin: 4px 0 0;
}
.content .fb-radio-group .radio-inline label,
.content .fb-radio-group .radio label {
   padding-left: 4px;
}
.content .fb-checkbox-inline,
.content .fb-radio-inline {
   display: inline-block;
   vertical-align: middle;
}
.content .fb-checkbox-inline:first-child,
.content .fb-radio-inline:first-child {
   padding-left: 0;
}
.content .fb-autocomplete-list {
   background-color: #fff;
   display: none;
   list-style: none;
   padding: 0;
   border: 1px solid #ccc;
   border-width: 0 1px 1px;
   position: absolute;
   z-index: 20;
   max-height: 200px;
   overflow-y: auto;
}
.content .fb-autocomplete-list li {
   display: none;
   cursor: default;
   padding: 5px;
   margin: 0;
   transition: background-color 0.2s ease-in-out;
}
.content .fb-autocomplete-list li.active-option,
.content .fb-autocomplete-list li:hover {
   background-color: rgba(0, 0, 0, 0.075);
}
.content .kc-toggle {
   padding-left: 0 !important;
}
.content .kc-toggle span {
   position: relative;
   width: 48px;
   height: 24px;
   background: #e6e6e6;
   display: inline-block;
   border-radius: 4px;
   border: 1px solid #ccc;
   padding: 2px;
   overflow: hidden;
   float: left;
   margin-right: 5px;
   will-change: transform;
}
.content .kc-toggle span:after,
.rendered-form .kc-toggle span:before {
   position: absolute;
   display: inline-block;
   top: 0;
}
.rendered-form .kc-toggle span:after {
   position: relative;
   content: "";
   width: 50%;
   height: 100%;
   left: 0;
   border-radius: 3px;
   background: linear-gradient(180deg, #fff 0, #ccc);
   border: 1px solid #999;
   transition: transform 0.1s;
   transform: translateX(0);
}
.content .kc-toggle span:before {
   border-radius: 4px;
   top: 2px;
   left: 2px;
   content: "";
   width: calc(100% - 4px);
   height: 18px;
   box-shadow: inset 0 0 1px 1px #b3b3b3;
   background-color: transparent;
}
.content .kc-toggle input {
   height: 0;
   overflow: hidden;
   width: 0;
   opacity: 0;
   pointer-events: none;
   margin: 0;
}
.content .kc-toggle input:checked + span:after {
   transform: translateX(100%);
}
.content .kc-toggle input:checked + span:before {
   background-color: #6fc665;
}
.form-group .fb-required {
   color: #c10000;
}
.other-val {
   margin-left: 5px;
   display: none;
}
[tooltip] {
   position: relative;
}
[tooltip]:hover:after {
   background: #a5383e;
   box-shadow: #fff 0 0 10px;
   border-radius: 5px;
   bottom: 23px;
   color: #fff;
   content: attr(tooltip);
   padding: 10px 5px;
   position: absolute;
   z-index: 98;
   left: -75px;
   width: 150px;
   text-shadow: none;
   font-size: 12px;
   line-height: 1.5em;
}
[tooltip]:hover:before {
   border: solid;
   border-color: #a5383e transparent;
   border-width: 6px 6px 0;
   bottom: 17px;
   content: "";
   left: 2px;
   position: absolute;
   z-index: 99;
}
.tooltip-element {
    color: #a5383e;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 0px 0px 5px 10px;
    font-size: 20px;
}
.form-control.number {
   width: auto;
}
.form-control[type="color"] {
   width: 60px;
   padding: 2px;
   display: inline-block;
}
.form-control[multiple] {
   height: auto;
}


.bg-pic {
    background: #282f42;
    margin: 0;
    padding: 0;
}

.wrapper {
    margin: 0 auto;
    outline: none;
    padding: 40px 15px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.wrapper-800 {
    max-width: 800px;
}

div {
    display: block;
}

.form-auto,
.form-health,
.form-house,
.form-bicycle,
.form-drone,
.form-business {
   background-color: #30394f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.6);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.6);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,.6);
    box-shadow: 0 2px 5px rgba(0,0,0,.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
    margin: 0 auto;
}

.form-auto .header,
.form-health .header,
.form-house .header,
.form-bicycle .header,
.form-drone .header,
.form-business .header {
    background-color: rgba(62, 105, 148, 0.75);
    border-top: 1px solid #ffffff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    -moz-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    -o-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    display: block;
    position: relative;
    top: 54px;
}

.form-auto .header h1,
.form-health .header h1,
.form-house .header h1,
.form-bicycle .header h1,
.form-drone .header h1,
.form-business .header h1 {
    margin: 0;
    padding: 30px 25px;
}

.form-auto .content,
.form-health .content,
.form-house .content,
.form-bicycle .content,
.form-drone .content,
.form-business .content {
    padding: 25px 25px 0;
}

.form-auto .row-form,
.form-health .row-form,
.form-house .row-form,
.form-bicycle .row-form,
.form-drone .row-form,
.form-business .row-form {
    margin: 20px auto;
}

.form-auto .row-form:after,
.form-health .row-form:after,
.form-house .row-form:after,
.form-bicycle .row-form:after,
.form-drone .row-form:after,
.form-business .row-form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.form-auto .row-form .row-item,
.form-health .row-form .row-item,
.form-house .row-form .row-item,
.form-bicycle .row-form .row-item,
.form-drone .row-form .row-item,
.form-business .row-form .row-item  {
    color: #fff;
    background-color: #282f42;
    width: calc(100% / 2 - 10px);
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: 4px;
    margin-right: 4px;
    height: auto;
}

@media only screen and (max-width: 800px) {
.form-auto .row-form .row-item,
.form-health .row-form .row-item .row-form .row-item .row-form .row-item .row-form .row-item,
.form-house .row-form .row-item .row-form .row-item .row-form .row-item,
.form-bicycle .row-form .row-item .row-form .row-item,
.form-drone .row-form .row-item,
.form-business .row-form .row-item {
    width: calc(100% - 10px);
 }
}

.form-auto .row-form .row-item-more,
.form-health .row-form .row-item-more,
.form-house .row-form .row-item-more,
.form-bicycle .row-form .row-item-more,
.form-drone .row-form .row-item-more,
.form-business .row-form .row-item-more {
    color: #fff;
    background-color: #282f42;
    letter-spacing: 2px;
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: 4px;
    margin-right: 4px;
    height: auto;
}

.form-auto .row-item,
.form-health .row-item,
.form-house .row-item,
.form-bicycle .row-item,
.form-drone .row-item,
.form-business .row-item {
       width: 25%;
}

.form-auto [class*="row-item"],
.form-health [class*="row-item"] [class*="row-item"] [class*="row-item"] [class*="row-item"],
.form-house [class*="row-item"] [class*="row-item"] [class*="row-item"],
.form-bicycle [class*="row-item"] [class*="row-item"],
.form-drone [class*="row-item"],
.form-business [class*="row-item"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
 }

.form-auto .header-sm h3,
.form-health .header-sm h3,
.form-house .header-sm h3,
.form-bicycle .header-sm h3,
.form-drone .header-sm h3,
.form-business .header-sm h3 {
   font-size: 14px;
    margin: 0;
    padding: 14px 25px;
}

.form-auto .header-sm,
.form-health .header-sm,
.form-house .header-sm,
.form-bicycle .header-sm,
.form-drone .header-sm,
.form-business .header-sm {
    background-color: rgba(62, 105, 148, 0.75);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    -moz-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    -o-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    display: inline-block;
    position: relative;
}

 .textarea-title1 {
  color: #ee464f;
  padding-left: 12px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 10px;
  line-height: 2;
 }

 .textarea-title2 {
  color: #ee464f;
    font-size: 10px;
    text-align: right;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 4px;
    line-height: 3;
  }

  .textarea-title3 {
  color: #00daff;
    font-size: 10px;
    text-align: right;
    font-weight: 500;
    line-height: 3;
  }

  .btn.btn-submit {
    color: #fff;
    font-size: 20px;
    background-color: #282f42;
    display: table;
    margin: 0 auto;
    padding: 35px 75px;
    border-color: #853e4f;
    border-style: ridge;
    border-radius: 15px;
    -webkit-box-shadow: 0 6px 3px -3px rgba(133, 62, 79,.5);
    -moz-box-shadow: 0 6px 3px -3px rgba(133, 62, 79,.5);
    -o-box-shadow: 0 6px 3px -3px rgba(133, 62, 79,.5);
    box-shadow: 0 6px 3px -3px rgba(133, 62, 79, 0.5);
  }

  .form-footer-text {
    color: #fff;
    font-size: 10px;
    font-style: italic;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: rgba(238, 70, 79, 0.45);
    -webkit-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    -moz-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    -o-box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
    box-shadow: 0 6px 3px -3px rgba(255,255,255,.5);
  }

  .fb-select-label, 
  .fb-textarea-label,
  .fb-text-label, 
  .fb-date-label,
  .fb-radio-group-label,
  .fb-checkbox-group-label {
    color: #68a4e8;
    font-weight: 900;
    line-height: 1.5;
  }

  :focus {
    outline: none;
}

.checkbox1 {
    color: #fff;
    margin: 0 auto;
}

.form-notes {
    text-align: center;
}

.form-more {
  padding-top:15px;
  padding-left:15px;
  text-shadow:1px 1px 4px #000;
  font-size:larger;
}

.row-form p {
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}
.content .submit-file {
  max-width: 400px;
  margin: 0 auto;
  font-weight:900;
}

@media only screen and (max-width: 1000px) {
.main-content h4 {
   line-height: normal;
   letter-spacing: normal;
                 }
}

@media only screen and (max-width: 1000px) {
.form-more h3 {
   font-size: small;
   line-height: normal;
   letter-spacing: normal;
                 }
}

@media only screen and (max-width: 1000px) {
.textarea-title1 {
   letter-spacing: normal;
                 }
}

.button-submit {
    padding: 20px;
    max-width: 150px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    background-color: #262e3f;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.button-submit:hover {
  color:#fff;
  background-color: #853e4f;
}

.button-upload {
    padding: 16px;
    max-width: 125px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    background-color: #262e3f;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.button-upload:hover {
  color:#fff;
  background-color: #375c82;
}