@media (max-width: 767px){
.gform_wrapper.gravity-theme .rangeslider_field .gfield_label {
margin-bottom: 20px;
}
.rangePips .pip:nth-child(2n) {
top: -1em;
}
.rangePips .pip:nth-child(2n).selected {
top: -1.3em;
}
.rangePips .pip:nth-child(2n).selected .pipVal, .rangePips .pip:nth-child(2n) .pipVal {
top: -1.9em;
}
}
@media (max-width: 1023px){
.gform_wrapper.gravity-theme .gfield--width-half.rangeslider_field .gfield_label {
margin-bottom: 20px;
}
.gfield--width-half .rangePips .pip:nth-child(2n) {
top: -1em;
}
.gfield--width-half .rangePips .pip:nth-child(2n).selected {
top: -1.3em;
}
.gfield--width-half .rangePips .pip:nth-child(2n).selected .pipVal, .gfield--width-half .rangePips .pip:nth-child(2n) .pipVal {
top: -1.9em;
}
}