.tour_program a {
	margin-top: 40px;
    background-color: #0086cd;
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    border-radius: 45px;
    font-size: 15px;
}
.tour_program a:hover {
	color: #fff;
    background-color: #333;
}
.tour-gallery .lSSlideOuter {
    background: transparent!important;
    border: 2px solid #eee;
    border-radius: 8px;
}
body .tour-gallery img {
    height: 100%!important;
    width: auto!important;
}
@media (max-width: 768px) {
    body .tour-gallery img {
        height: auto!important;
        width: 100%!important;
    }
    .tour-gallery .lSSlideOuter {
        border: none;
        border-radius: 0px!important;
    }
    .single-header-section-title h2 {
        font-size: 22px!important;
    }
}