/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2026 | 18:58:20 */
.taxi-booking-confirmation-form-header{
	text-align:center;
	color:#333;
	margin-top : -70px; 
	font-size:24px;
}

@media (max-width: 1024px) {
    .taxi-booking-confirmation-form-header {
        margin-top: 60px;        
        font-size: 20px;     
        padding-top: 10px;   /* optional: add clean spacing instead */
    }

@media (max-width: 768px) {
    .taxi-booking-confirmation-form-header {
        margin-top: 60px;        /* remove negative spacing */
        font-size: 20px;     /* slightly smaller for phones */
        padding-top: 10px;   /* optional: add clean spacing instead */
    }
	

