



/* Filter
================================================== */
.qis_form,
.qis,
.qis__fill {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.qis,
.qis__fill {
  display: block;
  height: 12px;
  border-radius: .3em;
}

.qis {
  position: relative;
  width: 100%;
  height: 12px;
  margin: 1em 0;
  background: #f5f5f5;
}

.qis--disabled {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: .4;
}

.qis__fill {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 12px;
  background: #1083bc;
  border: 0;
}

.qis__handle {
  position: absolute;
  top: -10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 6px solid #1083bc;
  border-radius: 50%;
  box-sizing: content-box !important;
  cursor: pointer;
}

input[type="range"]:focus + .qis .qis__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
          box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.entry p {
  padding: 0;
  margin: 12px 0;
}

.sliderlabel {
  text-align: center;
  font-weight: bolder;
  font-size: 1.2em;
}

.sliderlabel output {
  color: #1083bc;
}

.qis_checkbox {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.qis_checkbox input {
  position: absolute;
  visibility: hidden;
}

.qis_checkbox label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #1083bc;
  cursor: pointer;
}

.qis_checkbox label::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 5px;
  width: 9px;
  height: 5px;
  background: transparent;
  border: 3px solid #1083bc;
  border-top: 0;
  border-right: 0;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.qis_checkbox label:hover::after {
  opacity: .5;
}

.qis_checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.filterlabel {
  padding: 30px 0;
}

.filterlabel ul {
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}

.filterlabel li {
  float: left;
  margin: 0 20px 0 0;
  font-size: 16px;
}

.vw-content-area--right-sidebar .filterlabel li {
  font-size: 14px;
}

.filterlabel li:last-child {
  margin-right: 0;
}

.filterlabel .label {
  margin: 3px 30px 0 0;
  font-weight: 600;
  color: #333;
}

@media (max-width: 991px) {
  .filterlabel {
    padding: 20px 0;
  }

  .filterlabel li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .filterlabel {
    padding: 10px 0;
  }

  .filterlabel li {
    float: none;
    margin: 0;
    padding: 5px 0;
  }
}


/* Table
================================================== */
.qis_rates {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.qis_rates .upper {
  display: none;
}

.qis_rates .upper,
.qis_rates .inner {
  background: none !important;
}

.qis_rates .inner {
  padding: 20px 0 60px;
  border-color: #333;
  border-right: 0;
  border-left: 0;
}

.qis_rates .col1,
.qis_rates .col3,
.qis_rates .col11 {
  width: 220px;
}

.qis_rates .col1 {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #333;
}

.qis_rates .col11 {
  padding-right: 20px;
  text-align: right;
  border-right: 1px solid #333;
}

.qis_rates .inner-header {
  font-size: 12px;
  color: #999;
}

.qis_rates .inner-body {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.qis_rates .inner-body img {
  min-height: 60px;
  max-height: 60px;
}

.qis_rates .inner-body img:hover {
  opacity: .7;
}

.qis_rates .inner-body a {
  font-weight: normal;
  text-decoration: underline;
  color: #1083bc;
}

.qis_rates .inner-body a:hover {
  text-decoration: none;
}

.qis_rates .ansok a {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  height: 44px;
  font-weight: bold;
  line-height: 46px !important;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #1083bc;
}

.qis_rates .ansok a:hover {
  background-color: #0d6895;
}

.qis_rates .under-setup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1078px;
  height: 40px;
  padding-left: 20px;
  background: #f5f5f5;
}

.qis_rates .under-setup .fa-star {
  padding: 12px 1px;
  font-size: 16px;
  color: #f89426;
}

.qis_rates .check-row {
  position: absolute;
  top: 0;
  left: 220px;
}

.qis_rates .checks {
  margin: 0;
  list-style-type: none;
}

.qis_rates .checks li {
  display: inline-block;
  margin: 0 40px 0 0;
  line-height: 40px;
}

.qis_rates .checks .fa-check {
  color: #3facd6;
}

@media (max-width: 1199px) {
  .qis_rates .col1,
  .qis_rates .col3,
  .qis_rates .col11 {
    width: 190px;
  }

  .qis_rates .ansok a {
    max-width: 150px;
  }

  .qis_rates .under-setup {
    width: 878px;
  }

  .qis_rates .check-row {
    left: 190px;
  }
}

@media (max-width: 991px) {
  .qis_rates .col1 {
    width: 140px;
  }

  .qis_rates .col3,
  .qis_rates .col11 {
    width: auto;
  }

  .qis_rates .inner-body {
    font-size: 14px;
  }

  .qis_rates .inner-body img {
    min-height: 50px;
    max-height: 50px;
  }

  .qis_rates .ansok a {
    max-width: 100px;
  }

  .qis_rates .under-setup {
    width: 658px;
  }

  .qis_rates .check-row {
    left: 140px;
  }

  .qis_rates .check-row li {
    font-size: 12px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .qis_rates .upper,
  .qis_rates .inner {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }

  .qis_rates .upper {
    display: block;
    padding: 20px 20px 5px;
    border-top: 1px solid;
  }

  .qis_rates .upper img {
    min-height: 50px;
    max-height: 50px;
  }

  .qis_rates .upper .fa-star {
    margin-right: 2px;
    color: #f89426;
  }

  .qis_rates .inner {
    display: block;
    padding: 5px 20px;
    border-top: 0;
    border-bottom: 0;
  }

  .qis_rates .col1,
  .qis_rates .col10,
  .qis_rates .column_header {
    display: none;
  }

  .qis_rates .col11 {
    max-width: 100%;
    padding: 5px 20px 20px;
    border-bottom: 1px solid #333;
  }

  .qis_rates .inner-header,
  .qis_rates .inner-body {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }

  .qis_rates .col11 .inner-header {
    display: none;
  }

  .qis_rates .col11 .inner-body {
    display: block;
    width: 100%;
  }

  .qis_rates .ansok a {
    max-width: 100%;
  }
}


/* Table with sidebar
================================================== */
.vw-content-area--right-sidebar .qis_rates {
  position: relative;
  border-collapse: collapse;
}

.vw-content-area--right-sidebar .qis_rates:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.vw-content-area--right-sidebar .qis_rates .inner {
  border-bottom-color: #ddd;
}

.vw-content-area--right-sidebar .qis_rates .col1 {
  width: 170px;
}

.vw-content-area--right-sidebar .qis_rates .col3,
.vw-content-area--right-sidebar .qis_rates .col11 {
  width: 120px;
}

.vw-content-area--right-sidebar .qis_rates .inner-body {
  font-size: 14px;
}

.vw-content-area--right-sidebar .qis_rates .inner-body img {
  min-height: 60px;
  max-height: 60px;
}

.vw-content-area--right-sidebar .qis_rates .ansok a {
  max-width: 120px;
}

.vw-content-area--right-sidebar .qis_rates .under-setup {
  width: 697px;
}

.vw-content-area--right-sidebar .qis_rates .check-row {
  left: 140px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vw-content-area--right-sidebar .qis_rates .col1 {
    width: 140px;
  }

  .vw-content-area--right-sidebar .qis_rates .col3,
  .vw-content-area--right-sidebar .qis_rates .col11 {
    width: auto;
  }

  .vw-content-area--right-sidebar .qis_rates .col10 {
    display: none;
  }

  .vw-content-area--right-sidebar .qis_rates .inner-body {
    font-size: 14px;
  }

  .vw-content-area--right-sidebar .qis_rates .inner-body img {
    min-height: 40px;
    max-height: 40px;
  }

  .vw-content-area--right-sidebar .qis_rates .ansok a {
    max-width: 100px;
  }

  .vw-content-area--right-sidebar .qis_rates .under-setup {
    width: 564px;
  }

  .vw-content-area--right-sidebar .qis_rates .check-row {
    left: 140px;
  }

  .vw-content-area--right-sidebar .qis_rates .check-row li {
    font-size: 12px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vw-content-area--right-sidebar .qis_rates .under-setup {
    width: 658px;
  }
}

@media (max-width: 767px) {
  .vw-content-area--right-sidebar .qis_rates {
    border-collapse: separate;
  }

  .vw-content-area--right-sidebar .qis_rates .inner {
    width: 100%;
  }

  .vw-content-area--right-sidebar .qis_rates .col11 {
    border-bottom-color: #333;
  }

  .vw-content-area--right-sidebar .qis_rates .ansok a {
    max-width: 100%;
  }
}