/* Custom Style */

.tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider {
    overflow: hidden;
}

/* common css for below screen 1199 */
@media only screen and (max-width: 1199px) {
    .tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider {
        height: 550px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider {
        height: 480px !important;
    }
}

@media only screen and (max-width: 991px) {
    .tourmaster-single-header.tourmaster-with-slider .flex-direction-nav {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider {
        height: 450px !important;
    }
}

@media only screen and (max-width: 576px) {
    .tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider {
        height: 350px !important;
    }

    .tourmaster-single-header.tourmaster-with-slider .tourmaster-media-image img {
        max-height: 350px;
    }

    .tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider .flex-direction-nav .flex-nav-next {
        right: 15px;
    }

    .tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider .flex-direction-nav .flex-nav-prev {
        left: 15px;
    }

    .tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider .flex-direction-nav li a {
        padding: 10px;
    }

    .single-tour .tourmaster-single-header.tourmaster-with-slider .tourmaster-single-header-title-wrap {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    .tourmaster-single-header.tourmaster-with-slider .gdlr-core-flexslider.flexslider {
        height: 300px !important;
    }
}