.form-control{
    font-weight:none !important;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 0px; }
    ul.ks-cboxtags li {
      display: block; }
      ul.ks-cboxtags li label {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.8);
        font-size: 15.5px;
        border-radius: 4px;
        white-space: nowrap;
        margin: 0 0 10px 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        display: block; }

        
  
  ul.ks-cboxtags li label {
    padding: 7px 14px;
    cursor: pointer; }
    ul.ks-cboxtags li label::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "FontAwesome";
      font-weight: 900;
      font-size: 24px;
      padding: 0;
      margin-right: 15px;
      content: "\f1db";
      color: rgba(0, 0, 0, 0.2);
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      position: absolute;
      right: 40px;
      margin-top: -5px; }
    ul.ks-cboxtags li label span {
      background: #f9e090;
      font-size: 12px;
      padding: 2px 5px;
      border-radius: 30px;
      color: #fff;
      margin-left: 10px; }
  
  ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f058";
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    color: #fff; }
  
  ul.ks-cboxtags li input[type="checkbox"]:checked + label {

    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.03) 0px 3px 6px;
    background-color: #ed821d;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    ul.ks-cboxtags li input[type="checkbox"]:checked + label span {
      background: #fff;
      color: #000; }
  
  ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute; }
  
  ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
  
  
  
  
  
  
    ul.ks-cboxtags li input[type="radio"]:checked + label::before {
    content: "\f192";
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    color: #ed821d }
  
  ul.ks-cboxtags li input[type="radio"]:checked + label {
 
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.03) 0px 3px 6px;
    background-color: #fff;
    color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    ul.ks-cboxtags li input[type="radio"]:checked + label span {
      background: #fff;
      color: #000; }
  
  ul.ks-cboxtags li input[type="radio"] {
    display: absolute; }
  
  ul.ks-cboxtags li input[type="radio"] {
    position: absolute;
    opacity: 0; }
  
  
  
    
  
  
    .form-check{
      padding-left:0px;
    }
  
    .backvector{
      background-image: url(../assets/images/icons/wifi.svg);
      background-position: right;
      background-size: cover;
    }
  
    @media only screen and (max-width: 1200px) {
      .backvector{
      background-image:none;
      }
  }
  
  
  .btn3d {
      position: relative;
      top: -6px;
      border: 0;
      transition: all 40ms linear;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 2px;
      margin-right: 2px;
  }
  
  .btn3d:active:focus,
  .btn3d:focus:hover,
  .btn3d:focus {
      -moz-outline-style: none;
      outline: medium none;
  }
  
  .btn3d:active,
  .btn3d.active {
      top: 2px;
  }
  
  .btn3d.btn-white {
      color: #666666;
      box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 1px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
      background-color: #fff;
  }
  
  .btn3d.btn-white:active,
  .btn3d.btn-white.active {
      color: #666666;
      box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
      background-color: #fff;
  }
  
  .btn3d.btn-default {
      color: #666666;
      box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 1px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
      background-color: #f9f9f9;
  }
  
  .btn3d.btn-default:active,
  .btn3d.btn-default.active {
      color: #666666;
      box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
      background-color: #f9f9f9;
  }
  
  .btn3d.btn-primary {
      box-shadow: 0 0 0 1px #112461 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
      background-color: #112461;
  }
  
  .btn3d.btn-primary:active,
  .btn3d.btn-primary.active {
      box-shadow: 0 0 0 1px #112461 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
      background-color: #112461;
  }
  
  .btn3d.btn-success {
      box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
      background-color: #78d739;
  }
  
  .btn3d.btn-success:active,
  .btn3d.btn-success.active {
      box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
      background-color: #78d739;
  }
  
  .btn3d.btn-info {
      box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
      background-color: #39B3D7;
  }
  
  .btn3d.btn-info:active,
  .btn3d.btn-info.active {
      box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
      background-color: #39B3D7;
  }
  
  .btn3d.btn-warning {
      box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
      background-color: #FEAF20;
  }
  
  .btn3d.btn-warning:active,
  .btn3d.btn-warning.active {
      box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
      background-color: #FEAF20;
  }
  
  .btn3d.btn-danger {
      box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
      background-color: #D73814;
  }
  
  .btn3d.btn-danger:active,
  .btn3d.btn-danger.active {
      box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
      background-color: #D73814;
  }
  
  .btn3d.btn-magick {
      color: #fff;
      box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
      background-color: #bb39d7;
  }
  
  .btn3d.btn-magick:active,
  .btn3d.btn-magick.active {
      box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
      background-color: #bb39d7;
  }