.wpcf7 .website-wrap + br {
    display: none;
}
/*Hide revslider nav thumb captions*/
@media (max-width:424px) {
    .tp-bullet-title {
        display: none !important;
    }
}

/*Make the Request Quote popup look more comfortable on mobile*/
@media (max-width:768px) {
    #request-quote {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        padding: 0;
        overflow: scroll !important;
    }

    #request-quote .vc_row {
        margin: 0;
    }

    #request-quote .vc_column_container>.vc_column-inner {
        padding: 0;
    }

    #request-quote .hnd-request-form {
        padding: 20px;
    }
}