/*
Theme Name: Travolo
Theme URI: https://wordpress.vecurosoft.com/travolo/
Author: Vecurosoft
Description: Travolo - Travel Agency & Tour WordPress Theme
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travolo
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@media (max-width: 991px) {
  .testimonial-slider5 {
    margin-bottom: 90px;
  }
}
div.blog-style6 .blog-img,
.blog-style7 .blog-img {
  width: inherit;
}
div.destiniation-layout1 .slick-dots {
  margin-top: 60px;
}
div.blog-style6,
div.blog-style7 {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
div.testimonial-slider3 .testi-avater{
  position: relative;
  
}
div.testimonial-slider3.testimonial-slider5 {
  margin-bottom: 0;
}

/* Scrollable Elementor Nested Tabs Heading */
.e-n-tabs-heading {
    display: flex;
    flex-direction: column;
    height: 600px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;          /* Firefox */
    scrollbar-color: #888 #f1f1f1;  /* Firefox */
}

/* Chrome, Edge & Safari Scrollbar */
.e-n-tabs-heading::-webkit-scrollbar {
    width: 8px;
}

.e-n-tabs-heading::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.e-n-tabs-heading::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.e-n-tabs-heading::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive */
@media (max-width: 1024px) {
    .e-n-tabs-heading {
        height: 500px;
        max-height: 500px;
    }
}

@media (max-width: 767px) {
    .e-n-tabs-heading {
        height: 350px;
        max-height: 350px;
    }
}