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-first {
    padding-bottom: 0px;
    background-image: url('../images/uploads/taxi-bg1.png') !important;
    /*background-image: url('../images/uploads/hcv-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;
}
.holder-second {
    padding-bottom: 0px;
    /*background-image: url('../images/sesfikile-2.jpg') !important;*/
    background-image: url('../images/new-bg-taxi-1.jpg') !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.holder-third {
    padding-bottom: 0px;
    background-image: url('../images/uploads/taxi-bg3.png') !important;
    /*background-image: url('../images/uploads/hcv-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;
}
.holder-forth {
    padding-bottom: 0px;
    background-image: url('../images/uploads/taxi-bg-4.png') !important;
    /*background-image: url('../images/uploads/hcv-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: 252px;
}
.spacer{
    padding-top: 10px;
    padding-bottom: 10px;
}
.para-line{
    line-height: 33px;
}
.show-mobile{
    display:none!important;
}
.hide-mobile{
    display:block!important;
}

@media only screen and (max-width: 1300px) {
    .spacer{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .svg {
        width: 258px;
    }
}


@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;
    }
    .holder-second {
        padding-bottom: 0px;
        /*background-image: url('../images/sesfikile-2.jpg') !important;*/
        background-image: url('../images/taxi-mobile.jpg') !important;
        background-attachment: fixed;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}