.field {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    margin-bottom: 24px;
}

.field input, .field textarea, .field select {
    display: block;
    width: 100%;
    background-color: white;
    min-height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 18px;
    outline: none;
    border-radius: 32px;
    padding-left: 24px;
    padding-right: 24px;
    color: rgba(0,0,0, 0.5);
    font-weight: 400;
    box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    font-family: 'Montserrat';
}



.section:nth-child(odd) .field input, .section:nth-child(odd) .field textarea, .section:nth-child(odd) .field select, .section:nth-child(odd) .checkbox-container .checkmark {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.section:nth-child(even) .field input, .section:nth-child(even) .field textarea, .section:nth-child(even)  .field select, .section:nth-child(even) .checkbox-container .checkmark {
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.field input:focus, .field textarea:focus, .field select:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.field ::-webkit-input-placeholder { 
    color: rgba(0,0,0, 0.35);
}

.field  :-moz-placeholder { 
    color: rgba(0,0,0, 0.35);
}
.field  ::-moz-placeholder { 
    color: rgba(0,0,0, 0.35);
}
.field :-ms-input-placeholder {
    color: rgba(0,0,0, 0.35);
}

.field textarea {
    resize: none;
    min-height: 180px;
}

.errors {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 12px;
    margin-top: -12px;
}

.errors .error {
  margin: 3px;
}

.checkbox {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    margin-bottom: 24px;
    text-align: left;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkbox-container .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
  }
  
  .checkbox-container:hover input ~ .checkmark {
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .checkbox-container input:checked ~ .checkmark {
    background-color: #40b4d7 !important;
  }
  
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  .checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .paralax .field input,  .paralax .field textarea,  .paralax .field select, .paralax .checkbox-container .checkmark {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    color: white !important;
  }

  .paralax .field input:focus, .paralax .field textarea:focus, .paralax .field select:focus {
    border-color: rgba(255, 255, 255, 1) !important;
    box-shadow:  0px 0px 12px rgba(255, 255, 255, 0.3);
  }

.paralax  .field ::-webkit-input-placeholder { 
    color: white;
}

.paralax .field  :-moz-placeholder { 
    color: white;
}
.paralax .field  ::-moz-placeholder { 
    color: white;
}
.paralax .field :-ms-input-placeholder {
    color: white;
}

.paralax .checkbox-container {
    color: white;
}

.field input.error, .field textarea.error, .field select.error, .section:nth-child(2n) .field input.error, .section:nth-child(2n) .field textarea.error, 
.section:nth-child(2n) .field select.error, .checkbox-container input.error ~ .checkmark {
  border-color: red !important;
  box-shadow: none !important;
}


.section .ui-slider .ui-slider-handle {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  background-color: transparent !important;
  border-color: transparent !important;    
  outline-style: none !important;
}

.section .ui-slider .ui-slider-handle::before, .section .ui-slider .ui-slider-handle::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.section .ui-slider .ui-slider-handle::before {
  background-color: #399acd;
  opacity: 0.7;

}

.section .ui-slider .ui-slider-handle::after {
  z-index: 2;
  background-color: #1976d2;
  box-shadow: 0px 0px 5px rgba(0,0,0, 0.15);
}

.section .ui-slider .ui-slider-handle.ui-state-active::before, .section .ui-slider:hover .ui-slider-handle::before {
  transform: scale(1.3);
}

.section .ui-slider .ui-slider-handle span {
  display: flex;
  position: absolute;
  padding: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-size: 700;
  left: 50%;
  transform: translateX(-50%);
  background-color: #656668;
  margin-top: -35px;
  color: white !important;
  border-radius: 2px;
}

.section .ui-slider .ui-slider-handle span small {
  font-size: 100%;
  margin-left: 3px;
}

.section .ui-slider .ui-slider-handle span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  margin-bottom: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #656668 transparent transparent transparent;
  transform: rotate(0deg);
}

.section .ui-widget.ui-widget-content {
  background-color: #a6caed;
  background-color: #40b4d7;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.section .ui-slider-horizontal .ui-slider-range-min {
  background-color: #486fb1;
  border-color: transparent !important;
  opacity: 1;
}
