input, textarea, select {
    border: 1px solid #dfdfdf;
    font-size: 11px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 2px 0;
    max-width: 100%;
    resize: none;
}
.holder {
    padding-bottom: 0px;
    background-image: url('../images/bike-bg.jpg') !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header {
    position: sticky;
    top: 0px;
    z-index: 9999;
}
.svg {
    width: 269px;
}
.spacer{
    padding-top: 31px;
    padding-bottom: 31px;
}
.para-line{
    line-height: 33px;
}
.show-mobile{
    display:none!important;
}
.hide-mobile{
    display:block!important;
}


@media only screen and (max-width: 600px) {
    .show-mobile{
        display:block!important;
    }
    .hide-mobile{
        display:none!important;
    }
    .svg {
        width: 124px;
    }
    .para-line {
        line-height: 26px;
    }
}