/* Base */
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }



.form-control {
  height: 43px;
  border-radius: 5px;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #32dbc6; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }



.ft-feature-1 {
  margin-bottom: 80px; }
  .ft-feature-1 .ft-feature-1-content {
    padding: 30px;
    position: relative;
    z-index: 10; }
  .ft-feature-1 h2, .ft-feature-1 h3 {
    font-size: 20px;
    color: #fff; }
  .ft-feature-1 h3 {
    font-size: 18px; }
    .ft-feature-1 h3 .icon {
      font-size: 30px; }
  .ft-feature-1 a {
    color: #fff;
    text-decoration: underline; }
    .ft-feature-1 a:hover {
      color: #fff;
      text-decoration: none; }
  .ft-feature-1 .play {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #32dbc6;
    margin-right: 1.5rem;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important; }
    .ft-feature-1 .play span {
      color: #fff;
      display: inline; }
  .ft-feature-1 .img-feature {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .ft-feature-1 .img-feature {
        margin-bottom: -80px; } }
  .ft-feature-1 p {
    color: #737373; }

    p {
      margin: 0;
    }
    pre {
      padding: 20px 20px 0 0;
      background: #f9f9f9;
      border: 1px solid #f2f2f2;
      margin-bottom: 30px;
      line-height: 2em;
    }
    .top {
      background-color: #333;
      border-bottom: 3px solid #00b3bc;
      color: #fff;
      padding: 20px;
    }
    .top h1 {
      font-size: 20px;
      text-align: center;
    }
    .container {
      width: 80%;
      margin: 70px auto;
    }
    .slider-container {
      /* width: 100%;
      max-width: 550px; */
      margin: 0 auto 15px;
    }
   
    .config {
      border: 1px solid #f2f2f2;
      margin-bottom: 30px;
      line-height: 1.7em;
    }
    .config table {
      border-collapse: collapse;
      width: 100%;
    }
    .config table td {
      padding: 10px;
      border-bottom: 1px solid #f2f2f2;
    }
    .config table tr:nth-child(even) td {
      background-color: #f9f9f9;
    }
    .mb {
      margin-bottom: 15px;
    }
    .label {
      font-weight: bold;
      white-space: nowrap;
    }
    .download {
      margin-bottom: 20px;
    }
    .download a {
      text-decoration: none;
      color: #00969b;
      font-size: 16px;
    }

    input[type=number]{
      
      /* color:#fff; */
      border-radius: 30px;

       background: transparent;
    }
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; 
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }


    input[type=submit]{
      border-radius: 30px;
    }


.slider-container{
  height: 10px;
  /* margin-top: 10px; */
  /* margin-right: -15px; */
}
.rs-pointer{
  display: inline-table;
}
pre{
position:fixed;
bottom:0px;	
}
.rs-selected{
  width: 100% !important;
}