.mobile-header{
  display: none;
}

 #big_form h3{
  display: none;
 }

/* Select box */
.select-style {
    display:none;
}
.select-style {
    width: 100%;
    overflow: hidden;
    background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 97% 48%;
    height: 35px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(255,255,255,.2), inset 0 2px 0 #ff9e2c;
}

.select-style select {
    padding: 9px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}

div.select {
    display:inline-block;
    position:relative;
    width: 100%;
    height: 45px;
    color: #373737;
    font-family: 'Gotham SSm A', 'Gotham SSm B',Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
    border-radius: 3px;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    line-height: 32px;
    border-radius: 3px;
    color: #212121;
    font-family: "Neue Helvetica W01", Arial;
    background-color: #fff;
    font-size: 15px;
    padding: 0 12px;
}
div.styledSelect.active{
  z-index: 3;
}

.styledSelect:after {
    position:absolute;
    top:14px;
    right:12px;
    content:"";
    border:5px solid;
    border-color: #646464 transparent transparent transparent;
}

.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left: 0;
    max-height: 112px;
    background-color: #fff;
    color: #212121;
    font-family: "Neue Helvetica W01", Arial;
    font-size: 15px;
    border-top: 1px solid #c7c7c7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    overflow: auto;
    z-index: 2;
    padding: 3px 0;
}
div.select{
    border:1px solid #DCDCDC;
}
.select ul.options li {
    display: table;
    width: 100%;
    color: #212121;
    font-family: "Neue Helvetica W01", Arial;
    font-size: 15px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0;
}
.laneform1_text1_label{
  display: none;
}
#slider,#slider2{
  width: 270px !important;
}
div.select{
  display: none;
}
