/*
Theme Name: AskTourism
Author: AskTourism
Author URI: https://themeforest.net/user/asktourism/
Description: AskTourism Visa and Travel Consultancy
Version: 1.1.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/

.header-logo img,
.logo img,
.offcanvas__logo img,
.footer-widget-wrapper .footer-logo img {
    max-width: 206px;
    width: 206px;
    height: auto;
}

.asktourism-table-wrapper {
    overflow-x: auto;
}

.asktourism-content-table {
    min-width: 760px;
    background: var(--white);
}

.asktourism-content-table th {
    background: var(--theme);
    color: var(--white);
    white-space: nowrap;
}

.asktourism-content-table td {
    vertical-align: middle;
}
