/*
Theme Name: CarRental WP Custom Theme
Theme URI: https://wordpress.org/
Author: Ranjan Deb
Author URI: https://wordpress.org/
Version: 1.0
*/

.request-form .form-control {
    border: transparent !important;
    border: 1px solid #fff !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #212529;           /* Text color */
    border: none;              /* Optional: remove border */
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #007bff !important;
    border: none !important;
}
.ftco-about:after {
    background: #007bff !important;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #007bff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.intl-tel-input .country-list li.country {
	list-style: none;
    color: #212529 !important;
    width: 293px !important;
}